-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(kap-server): accept bundled skill activations on the prompt submission route #2982
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 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f76fa4a
feat(kap-server): accept bundled skill activations on the prompt subm…
chengluyu 6bce8b3
refactor(agent-core-v2): slim the promptWithSkills result contract
chengluyu 09deb90
fix(kap-server): harden bundled skill submissions against review find…
chengluyu 90907f2
fix(kap-server): preflight bundled skills before agent materializatio…
chengluyu f3ef045
Merge branch 'main' into feat/kap-prompt-with-skills
chengluyu 4825665
fix(kap-server): reject bundled prompt_id combos at preflight and cle…
chengluyu eb4e6db
fix(kap-server): clean queued bundle staging on the steer path too
chengluyu e03a946
fix(agent-core-v2): materialize daemon-ref media on the steer and inj…
chengluyu 0124751
fix(kap-server): defer staging cleanup to turn settlement, never to s…
chengluyu ae982a5
fix(kap-server): install settlement tracking before bundled enqueue
chengluyu 8305710
fix(kap-server): scope settlement tracking to the owning agent and di…
chengluyu bbbaa60
fix(agent-core-v2): keep steered prompts queued until their media int…
chengluyu 98309f4
fix(agent-core-v2): revalidate the queue and active turn after steer …
chengluyu 246a6f2
Merge branch 'main' into feat/kap-prompt-with-skills
chengluyu c5164a6
fix(agent-core-v2): steer only the surviving records and keep their m…
chengluyu a27a857
fix(agent-core-v2): harden steer rollback and register bundled prompt…
chengluyu 95d3679
fix(agent-core-v2): strip bundled blocks from prompt.queued and rejec…
chengluyu ece08d4
fix(kap-server): update session metadata for bundled prompts routed t…
chengluyu a0e2792
fix(agent-core-v2): restart queue after raced steer rollback and pref…
chengluyu 7d7c911
fix(agent-core-v2): block queue advancement during steer admission
chengluyu e4965f5
chore: drop the changeset for server-only protocol plumbing
chengluyu 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 | ||
| --- | ||
|
|
||
| The session prompt submission API now accepts an optional `skills` field: one or more named skills activate together with the prompt as a single bundled turn (one undo unit), validated up front with zero side effects on rejection. | ||
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.