- c21e0b0 fix(cli-run): strip ANSI codes in think block test assertions for CI compatibility
- 2f659e9 fix(cli-run): improve agent header and think block spacing
- d9751bd fix(cli-run): deduplicate tool headers and message counter resets on repeated events
- 04e95d7 refactor(cli-run): stream reasoning text instead of summarized thinking line
- 0bffdc4 feat(hooks): add sisyphus-gpt-hephaestus-reminder hook
- eaf315a feat(cli-run): add streaming delta, think block rendering, and rich tool headers
- 4bb8fa4 @rentiansheng has signed the CLA in #1889
- d937390 @feelsodev has signed the CLA in #1917
- 24d5d50 fix(prometheus): replace single atomic write with incremental Write+Edit protocol (#1904)
- d0bd24b fix(cli-run): rely on continuation markers for completion
- 706ee61 refactor: unify github-issue-triage + github-pr-triage into single github-triage skill
- 0d888df fix(cli-run): avoid infinite wait on missing child status
- 5f9cfcb feat(cli-run): show agent/model header and suppress toast output
- 4d3cce6 refactor: remove cli run timeout path and rely on strict completion
- 7b2c252 fix: enforce continuation-aware completion gating
- 47a8c3e fix: harden run completion checks and graceful timeout
- 5f5b476 fix: gate run event traces behind --verbose
- 991dcdb Merge pull request #1845 from iyoda/refactor/consolidate-port-utils
- f4eef9f Merge pull request #1907 from BowTiedSwan/fix/json-retry-loop
- 8384fd1 Merge pull request #1911 from jkoelker/preserve-default-agent
- a2ad7ce fix(config): scope default_agent normalization to Sisyphus mode
- 5f939f9 fix(hooks): harden json-error-recovery matching and scope
- a562e3a fix(config): normalize configured default_agent
- 86f2a93 feat(hooks): add json-error-recovery hook to prevent infinite retry loops
- e031695 test(mcp-oauth): remove redundant findAvailablePort tests (covered by port-utils)
- 2048a87 refactor(mcp-oauth): delegate port utilities to shared/port-utils
Thank you to 3 community contributors:
- @iyoda:
- refactor(mcp-oauth): delegate port utilities to shared/port-utils
- test(mcp-oauth): remove redundant findAvailablePort tests (covered by port-utils)
- @BowTiedSwan:
- feat(hooks): add json-error-recovery hook to prevent infinite retry loops
- @jkoelker:
- fix(config): normalize configured default_agent