agentHost: add side chats#334
Merged
Merged
Conversation
connor4312
force-pushed
the
conno/side-chats
branch
from
July 14, 2026 23:41
cd924f4 to
343151a
Compare
Add capability-gated side chats sourced from completed turns, preserve their origin, and allow bounded chat transcripts to be attached back into another chat. Regenerate schemas and clients and add cross-language round-trip coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
connor4312
force-pushed
the
conno/side-chats
branch
from
July 23, 2026 15:16
343151a to
e1dfd8f
Compare
Drop the nested active/completed source-turn union for side-chat sources and origins so references remain stable as turns move from active to history. Update the docs, fixtures, schemas, and generated clients to resolve side-chat turnIds against the current active turn or retained history as needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Require fork chat sources to carry the same stable kind/turnId shape as side chats across source types, schema, docs, and generated clients. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Force generated ChatSource branches to serialize their exact discriminants in Go, Kotlin, and Swift, and cover the public APIs with exact-kind tests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Persist an immutable selected-text snapshot, with optional response-part provenance, on side-chat sources and origins. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
connor4312
marked this pull request as ready for review
July 24, 2026 00:34
anthonykim1
approved these changes
Jul 24, 2026
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
ChatForkSourcewith the required discriminatedChatSourceendTurnChatOriginschema branches with literal discriminatorsTesting
npm testendTurnrenameNotes
swift testremains blocked on Windows by pre-existing missing CoreFoundation symbols inAnyCodable.swift.