Skip to content

Releases: saltbo/agent-kanban

v1.13.1

05 May 05:41

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.13.0

04 May 06:18

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.12.2

23 Apr 01:28

Choose a tag to compare

   🐞 Bug Fixes

  • chat:
    • Restore user messages in claude session history  -  by @saltbo (e7afd)
  • daemon:
    • Persist rate-limit resumeAfter so restart doesn't strand sessions  -  by @saltbo (2288b)
  • server:
    • Reject non-git URLs at /api/repositories  -  by @saltbo (875aa)
    • Make reopenSession idempotent and return 404 for missing  -  by @saltbo (6f17b)
    View changes on GitHub

v1.12.1

20 Apr 01:15

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • chat: Truncate tool summary to single line  -  by @saltbo (930d5)
  • ops: Fall back on empty-string env vars in killswitch  -  by @saltbo (da43f)
  • server: Cap task_actions / messages fetches at 500 rows  -  by @saltbo (70059)

   🏎 Performance

  • daemon: Idle exponential backoff in poll loop  -  by @saltbo (e72d8)
    View changes on GitHub

v1.12.0

18 Apr 21:38

Choose a tag to compare

   🚀 Features

  • chat:
    • Render subagent tool calls with structured UI  -  by @saltbo (9a5ec)
  • cli:
    • Add restart command and inode-aware log follow  -  by @saltbo and Copilot (045c9)
  • providers:
    • Add GitHub Copilot provider via @github/copilot-sdk  -  by @saltbo and Copilot (bfe09)
    • Add generic ACP provider with hermes runtime  -  by @saltbo (f0bd4)

   🐞 Bug Fixes

  • cli:
    • Exclude closed sessions from active session count  -  by @saltbo and Copilot (91dc0)
  • daemon:
    • Skip closed/completing sessions when seeding pr-monitor  -  by @saltbo and Copilot (51137)
    • Exclude closed sessions from stale cleanup and audit  -  by @saltbo and Copilot (04f46)
  • providers:
    • Normalize Copilot CLI tool names to canonical PascalCase  -  by @saltbo and Copilot (e2277)
    • Emit block.start with empty text to avoid duplicate messages  -  by @saltbo and Copilot (17edc)
    • Remap Copilot CLI tool fields and surface user messages  -  by @saltbo and Copilot (24119)
    • Forward systemPromptFile through ACP and detect hermes runtime  -  by @saltbo (eaff9)
  • scripts:
    • Update smoke test session cleanup check for retained closed sessions  -  by @saltbo and Copilot (9c826)
    View changes on GitHub

v1.11.6

15 Apr 00:19

Choose a tag to compare

   🚀 Features

  • chat: Normalize session history for all runtimes  -  by @saltbo (eac1b)

   🐞 Bug Fixes

  • cli: Restore codex review resume flow  -  by @saltbo (4760a)
  • codex: Normalize tool names to canonical frontend set (Bash, Edit, WebSearch)  -  by @saltbo (7ec52)
    View changes on GitHub

v1.11.5

14 Apr 19:58

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.11.4

14 Apr 18:00

Choose a tag to compare

   🐞 Bug Fixes

  • chat: Fix scrollbar, overflow, and Agent tool rendering in chat panel  -  by @saltbo (5861e)
  • daemon: Send non-empty prompt on rate-limit resume  -  by @saltbo (53126)
    View changes on GitHub

v1.11.3

14 Apr 15:14

Choose a tag to compare

   🚀 Features

  • agent: Require conflict check before submitting PR for review  -  by @saltbo (1733e)

   🐞 Bug Fixes

    View changes on GitHub

v1.11.2

14 Apr 06:11

Choose a tag to compare

   🚀 Features

  • scripts: Add daemon-smoke-test covering full task lifecycle  -  by @saltbo (37039)

   🐞 Bug Fixes

  • daemon:
    • Close SDK iterator after result, fix test session leak  -  by @saltbo (c11ad)
    • Preserve worktree on any successful result, not just in_review  -  by @saltbo (802b3)
  • scripts:
    • Wait for finalize before reject in smoke test  -  by @saltbo (e46b7)
  • skills:
    • Add task preview, verification comment, checks template, and local test step  -  by @saltbo (d98e8)
    View changes on GitHub