feat(teams): add native Teams bridge and message actions - #153
Merged
Conversation
patroza
force-pushed
the
fork/discord
branch
2 times, most recently
from
July 28, 2026 14:17
e1fe9f9 to
f15a095
Compare
Owner
Author
|
@omegent rebase and then also include other teams pr from legacy repo |
Rebase the chat-platform adapter plan onto current fork/discord and fold in the other Teams work from the legacy private repo: - aaaomega/t3code-pvt#1 — Graph-based Teams intake (poll → Discord/T3) - aaaomega/t3code-pvt#6 — Teams message-action planning doc Wire optional TEAMS_* config, sourceKind/sourceThreadId link keys, shared LinkedTurnRouter start/continue helper, and docs cross-links. Teams stays off unless TEAMS_ENABLED=1.
omegent-app
Bot
force-pushed
the
port/chat-platform-adapter-plan
branch
from
July 28, 2026 16:43
d6a9294 to
4ba40a7
Compare
Rebase + legacy Teams PRsDone on
Checks
PR description updated with provenance. |
|
Wiring Teams config, ThreadLinkStore, LinkedTurnRouter, and main.
|
patroza
marked this pull request as ready for review
July 28, 2026 21:02
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
* Add multi-platform chat adapter plan * feat(discord-bot): port Teams intake module + message-action plan Rebase the chat-platform adapter plan onto current fork/discord and fold in the other Teams work from the legacy private repo: - aaaomega/t3code-pvt#1 — Graph-based Teams intake (poll → Discord/T3) - aaaomega/t3code-pvt#6 — Teams message-action planning doc Wire optional TEAMS_* config, sourceKind/sourceThreadId link keys, shared LinkedTurnRouter start/continue helper, and docs cross-links. Teams stays off unless TEAMS_ENABLED=1. * feat(teams): add native Discord-free T3 bridge * feat(teams): surface pending T3 interactions --------- Co-authored-by: t3 agent <patroza@users.noreply.github.com> Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
* Add multi-platform chat adapter plan * feat(discord-bot): port Teams intake module + message-action plan Rebase the chat-platform adapter plan onto current fork/discord and fold in the other Teams work from the legacy private repo: - aaaomega/t3code-pvt#1 — Graph-based Teams intake (poll → Discord/T3) - aaaomega/t3code-pvt#6 — Teams message-action planning doc Wire optional TEAMS_* config, sourceKind/sourceThreadId link keys, shared LinkedTurnRouter start/continue helper, and docs cross-links. Teams stays off unless TEAMS_ENABLED=1. * feat(teams): add native Discord-free T3 bridge * feat(teams): surface pending T3 interactions --------- Co-authored-by: t3 agent <patroza@users.noreply.github.com> Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
* Add multi-platform chat adapter plan * feat(discord-bot): port Teams intake module + message-action plan Rebase the chat-platform adapter plan onto current fork/discord and fold in the other Teams work from the legacy private repo: - aaaomega/t3code-pvt#1 — Graph-based Teams intake (poll → Discord/T3) - aaaomega/t3code-pvt#6 — Teams message-action planning doc Wire optional TEAMS_* config, sourceKind/sourceThreadId link keys, shared LinkedTurnRouter start/continue helper, and docs cross-links. Teams stays off unless TEAMS_ENABLED=1. * feat(teams): add native Discord-free T3 bridge * feat(teams): surface pending T3 interactions --------- Co-authored-by: t3 agent <patroza@users.noreply.github.com> Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stop,approve <request-id>, anddeny <request-id>native,t3-only, and legacydiscordGraph-poller delivery modesOperating modes
t3-onlydiscordProvenance
Adapted locally
fork/discordoverlay and current link-store schemastartOrContinueT3Turn@microsoft/teams.appsSDKDISCORD_BOT_TOKENoptional for the Teams-only entrypointTEAMS_*flagsValidation
vp test run apps/discord-bot/src/features/TeamsNativeApp.test.ts apps/discord-bot/src/config.test.ts apps/discord-bot/src/teams/config.test.ts apps/discord-bot/src/teams/presentation.test.ts apps/discord-bot/src/store/ThreadLinkStore.test.ts✅ (33 tests)vp run --filter @t3tools/discord-bot typecheck✅vp check✅ (existing warnings only)ELECTRON_SKIP_BINARY_DOWNLOAD=1 vp run -r --cache --log labeled typecheck✅Deployment
See
docs/integrations/microsoft-teams-discord-bot.mdfor tenant registration, app packaging, channel mapping, Teams-only startup, message-action rollout, Graph permissions, and production checks.