-
Notifications
You must be signed in to change notification settings - Fork 0
fix(agent,lua,storage,ui): harden agent spawn and session recursion #327
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 8 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
67e79c7
fix(runtime): bound tool and agent resource fanout
w0wl0lxd fb02084
Merge remote-tracking branch 'origin/main' into fix/runtime-sigkill-f…
w0wl0lxd 6ff6d69
docs(config): regenerate workflow limits
w0wl0lxd ae8a076
refactor(session): propagate authoritative caller identity
w0wl0lxd f606107
feat(session): add configurable lineage guard
w0wl0lxd dcdee94
Merge remote-tracking branch 'origin/main' into fix/agent-spawn-recur…
w0wl0lxd ee57635
feat(lua): add scoped plugin session state runtime
w0wl0lxd e244668
fix(agent,lua,storage,ui): harden agent spawn and session recursion
w0wl0lxd 7a631e1
fix(agent/lua): defer plugin state store read until after tool normal…
w0wl0lxd aac68c7
Merge origin/main into fix/agent-spawn-recursion
w0wl0lxd 38754b3
Merge origin/main into fix/agent-spawn-recursion
w0wl0lxd a2bd779
fix(lint): resolve clippy warnings for agent spawn recursion PR
w0wl0lxd 6184f1e
Merge origin/main into fix/agent-spawn-recursion
w0wl0lxd cfc94d2
fix(ui): drop unused checkpoint_session after merge
w0wl0lxd c7090e1
merge: origin/main into fix/agent-spawn-recursion
w0wl0lxd 9cc23bb
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd c22892d
chore: add changelog fragment
w0wl0lxd 6f97b39
Merge remote-tracking branch
w0wl0lxd 2a60906
fix(n00n-lua): do not discard plugin state on unload; regenerate docs
w0wl0lxd 866824f
fix(n00n-lua): drain non-nested tool requests during lifecycle barriers
w0wl0lxd 5d43091
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd 8ffb63c
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd f656a80
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd a607e5d
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd de9e932
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd e7f8eae
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd b1c64fd
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd 4e0ce1d
Merge remote-tracking branch 'origin/fix/agent-spawn-recursion' into …
w0wl0lxd d26fa69
fix(orchestration): make background bootstraps durable
w0wl0lxd 4113e4a
Merge remote-tracking branch 'origin/main' into fix/background-task-a…
w0wl0lxd 249a3fc
fix(lua): reconcile async task identity merge
w0wl0lxd 658bb74
Merge remote-tracking branch 'origin/main' into fix/background-task-a…
w0wl0lxd 03eaea1
fix(orchestration): close background lifecycle gaps
w0wl0lxd 5536541
test(control): validate TUI session IDs
w0wl0lxd caf8dfc
test(lua): stabilize deadline waiter timing
w0wl0lxd 7a9e746
fix(orchestration): persist queued session lifecycle
w0wl0lxd cc88cf5
test(lua): widen deadline cleanup timing margin
w0wl0lxd 699c9eb
fix(orchestration): address lifecycle review findings
w0wl0lxd b13fd78
fix(orchestration): persist resumable team state
w0wl0lxd 81d3af7
fix(orchestration): close final review gaps
w0wl0lxd 30e4dab
fix(ui): refresh lineage after session reset
w0wl0lxd 549a050
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd e153af4
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd 16db7cd
Merge branch 'main' into fix/agent-spawn-recursion
w0wl0lxd efa6fae
chore: merge latest main into agent spawn hardening
w0wl0lxd 173bcef
chore: merge latest main into agent spawn hardening
w0wl0lxd 0ee6fb8
fix(orchestration): preserve crash recovery hardening
w0wl0lxd 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 @@ | ||
| Bounded model-emitted tool calls so excess work queues instead of starting every command at once. Cheap reads use a wider lane, while process-backed tools share an eight-call limit and nested agents share a four-call limit. |
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.