fix(learnings): Claude tool_response/exitCode aliases (C2 multi-client hooks) - #6
Closed
AlexMikhalev wants to merge 2 commits into
Closed
fix(learnings): Claude tool_response/exitCode aliases (C2 multi-client hooks)#6AlexMikhalev wants to merge 2 commits into
AlexMikhalev wants to merge 2 commits into
Conversation
Live Claude Code PostToolUse sends tool_response + exitCode, not the
fixture tool_result + exit_code shape — learn hook fail-opened with
zero captures (#2704 / multi-client plan C2).
- serde alias tool_response → tool_result, exitCode → exit_code
- Auto format: normalize bash→Bash; legacy {tool,result} from #2704
- Unit tests for live Claude, lowercase bash, legacy sample
Host Phase 0 (separate): PATH agent 1.21.1, Claude post→learn hook,
OpenCode terraphim-learn plugin.
Contributor
Author
|
Merged on Gitea as #90 (b2d8907). GitHub main lagging private forge. |
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
Accept live Claude Code PostToolUse envelopes (
tool_response+exitCode) so learn hook captures failures.Test
cargo test -p terraphim_agent --bins test_hook_input_→ 4 okHost Phase 0
PATH agent 1.21.1; Claude post→learn hook; OpenCode terraphim-learn plugin.
Gitea PR: https://git.terraphim.cloud/terraphim/terraphim-clients/pulls/90