Conversation
fix(tui): truncate question tab headers to terminal width
- GOAL-TURN-SCOPE: process-local turn provenance for kick/continuation/resume-kick - cap goal turns at min(agent.steps, GOAL_TURN_MAX_STEPS=50) so every turn reaches idle where judge/budget engage - ESC on a goal turn now pauses the goal instead of auto-resurrecting via judge continuation - statusLine shows 执行中 while a goal turn runs; honest budget-exhaustion/resume texts - tests: turn-scope.test.ts (9 cases)
fix(goal): bound goal-driven turns and map ESC to goal pause
- httpHandler now sends entry.headers (auth etc.) with the hook POST; non-2xx and network-error semantics unchanged - hooksapi hookAdd rejects blank command strings and non-positive timeouts (BadRequest, matching the existing empty-hooks guard) - refresh the F1 interrupt comment in goal/loop.ts for the cancel-path pause landed with the goal-turn-scope change - tests: wire-level httpHandler headers test (Bun.serve), hooksapi validation test, httpapi-exercise scenarios
fix(hook): apply http-hook headers and harden hookAdd validation
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.
合并 dev 到 main,包含自上次 release 的三个修复:
三个 PR 均已独立通过 dev 门禁并在 dev push 触发全量测试通过;请 main 门禁(Typecheck + Unit Tests + E2E linux/windows)复核。