-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(transcript): fold mid-turn task notifications into the current turn on cold rebuild #3102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d9459ea
fix(transcript): fold mid-turn task notifications into the current tu…
wbxl2000 19e513c
chore: changeset for the notification fold fix
wbxl2000 599d0d9
fix(transcript): key the notification fold on persisted task-turn bou…
wbxl2000 0ccda12
fix(transcript): collect background_task turn origins too, and fall b…
wbxl2000 04255a7
fix(transcript): fold consecutive task notifications into the same turn
wbxl2000 2f2b2c5
fix(transcript): normalize folded notification text to the live title…
wbxl2000 9905e3b
fix(transcript): stop folded notification text before child blocks, p…
wbxl2000 163ec98
fix(transcript): truncate folded notification text at the first child…
wbxl2000 b43e971
fix(transcript): drop folded notifications without a persisted step, …
wbxl2000 bbb2559
fix(transcript): attach mid-turn task notifications to the following …
wbxl2000 7c36d45
fix(transcript): keep other tasks' notifications in task-origin turns
wbxl2000 ea6d64d
fix(transcript): derive task-turn boundaries from durable turn.prompt…
wbxl2000 57ee405
feat(transcript): carry subagent model and thinking effort on task en…
wbxl2000 609d849
fix(transcript): mirror turn liveness into meta.activity, live and cold
wbxl2000 4733e9e
fix(transcript): populate the prompts entity from prompt.accepted/que…
wbxl2000 d86f3e3
fix(transcript): reconcile liveness and the prompt queue at backfill …
wbxl2000 3e5976e
fix(transcript): include the prompts entity in the REST transcript re…
wbxl2000 2ea5f79
fix(agent-core-v2): publish prompt.accepted on the event bus
wbxl2000 281ebf8
test(transcript): add the contract-level e2e covering every entity th…
wbxl2000 eae2920
fix(transcript): guard the prompt backfill against missing services; …
wbxl2000 7daf99e
test(agent-core-v2): re-record event stream snapshots with prompt.acc…
wbxl2000 11f9cd0
fix(transcript): settle the spawned agent row when its lifecycle redi…
wbxl2000 2f795cc
test(transcript): move the contract e2e timeout to the describe arg (…
wbxl2000 b72f0fb
fix(transcript): declare task model fields in the wire schema, carry …
wbxl2000 6c0cc98
fix(transcript): preserve task model fields across termination and ac…
wbxl2000 fc52080
fix(transcript): keep prompt.accepted out of the public v1 event stream
wbxl2000 72b7145
fix(transcript): derive cold task-turn boundaries through undo anchor…
wbxl2000 f32cb4b
fix(transcript): flush trailing folded notifications into the open turn
wbxl2000 71a941a
merge: resolve conflicts with origin/main (tower cold mode, handleOf …
wbxl2000 9721d36
fix(transcript): drop trailing buffered notifications to match the li…
wbxl2000 1e123e5
chore: split transcript changesets per logical change
wbxl2000 9d7120f
fix(transcript): parse only the generated Title/Severity header lines…
wbxl2000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@moonshot-ai/kimi-code": patch | ||
| --- | ||
|
|
||
| Fix the cold transcript rebuild splitting a turn at background-task completion notices; they now fold into the current turn like the live stream does. | ||
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.