Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 04:06

What's Changed

  • fix(gjc-rpc): resync typed Python client with the RPC server protocol by @Heoooooon in #1430
  • fix(coding-agent): send session_closed on process teardown via postmortem by @sskys18 in #1432
  • feat(coding-agent): show current session state and Enter-expand on the /model preset landing by @sskys18 in #1434
  • fix(deep-interview): reject blank gate free text by @najy97 in #1435
  • fix(edit): preserve UTF-8 BOM in replace mode by @najy97 in #1436
  • fix(utils): avoid compact format boundary rollover by @JSap0914 in #1444
  • perf(utils): precompile glob exclude patterns by @JSap0914 in #1445
  • feat(coding-agent): track workflow intent routing by @changeroa in #1433
  • Keep public project links resolvable by @berkshirehathaways in #1452
  • fix(notifications): resume Telegram sessions from saved cwd by @chiznoir in #1453
  • Fix wrapped TUI input space rendering by @Yeachan-Heo in #1456
  • Fix inline math wrapping with CJK text by @Yeachan-Heo in #1458
  • Fix POSIX team worker tmux startup by @Yeachan-Heo in #1460
  • fix(task): don't log subagent abort as "Subagent prompt failed" error by @devswha in #1463
  • fix(utils): silence benign postmortem exit reentry by @Yeachan-Heo in #1465
  • fix(tui): harden empty selection lists by @Heoooooon in #1469
  • fix(tui): stop breaking Windows Hangul/CJK IME on the queue shortcut by @kimjunny in #1467
  • feat(status-line): 좁은 터미널에서 세그먼트 잘림 대신 여러 줄로 표시 by @ph8nt0m in #1474
  • fix(tui): keep session picker selection valid by @Heoooooon in #1475
  • fix(coding-agent): make Escape cancel workflow tasks reliably by @twoimo in #1478
  • fix(tui): prevent tmux scrollback replay storm on terminal resize by @kimmaze027 in #1482
  • fix(coordinator-mcp): dismiss autocomplete before tmux submit by @grantjayy in #1480
  • Handle missing resident blobs in session reads by @Yeachan-Heo in #1481
  • fix(coding-agent): prioritize Tab queueing while busy by @twoimo in #1483
  • fix(tui): use PageUp/PageDown for transcript viewport by @twoimo in #1486
  • feat(coding-agent): expand startup splash to viewport by @twoimo in #1487
  • perf(coding-agent): dedupe dashboard rendering by @twoimo in #1488
  • feat(mcp): add per-server autoload flag to MCP config by @mpfo0106 in #1489
  • fix(coding-agent): dispose welcome intro timer by @Yeachan-Heo in #1495
  • feat(mcp): stop inheriting MCP servers live from other hosts by @mpfo0106 in #1490
  • Fix vanished GJC session evidence by @Yeachan-Heo in #1497
  • perf(context): default tool discovery to shrink initial context under 20K by @Yeachan-Heo in #1504
  • fix(bash): make Ctrl+B-twice fold foreground bash without auto-background by @Yeachan-Heo in #1505
  • fix(tui): keep tree picker selection valid by @Heoooooon in #1499

New Contributors

Full Changelog: v0.7.11...v0.8.0