Skip to content

Releases: the-mentor/kagent-claude-byo-agent

v1.0.3

Choose a tag to compare

@the-mentor the-mentor released this 22 Jul 09:25
36c265f

1.0.3 (2026-07-22)

Bug Fixes

  • persist HITL pending permissions so SandboxAgent approvals survive checkpoint/restore (#13) (2ae8498)

v1.0.2

Choose a tag to compare

@the-mentor the-mentor released this 21 Jul 21:28
c33a607

1.0.2 (2026-07-21)

Bug Fixes

  • add --repo flag to gh pr merge to avoid git context requirement (#11) (a5022a2)

v1.0.1

Choose a tag to compare

@the-mentor the-mentor released this 21 Jul 21:22
54fcf48

1.0.1 (2026-07-21)

Bug Fixes

  • implement release-please v5 auto-merge via gh cli (#9) (8f049ba)

v1.0.0

Choose a tag to compare

@the-mentor the-mentor released this 21 Jul 20:58
d3b5469

1.0.0 (2026-07-21)

Features

  • add A2A server and entry point (11d718d)
  • add agent card and executor (f302e01)
  • add Dockerfile and Kubernetes manifests (2c290b6)
  • emit adk_request_confirmation DataPart for native kagent HITL approval UI (1d74899)
  • implement HITL via canUseTool with ask-once-per-tool semantics (90fd846)
  • replace console.log with pino structured logging (c0f7581)
  • replace console.log with pino structured logging (c0f7581)
  • replace console.log with pino structured logging (cdba685)
  • Substrate session persistence for SandboxAgent actors (#2) (67a2ac4)

Bug Fixes

  • add shebang+exec to entrypoint script, set +x, update k8s cmd (24891c8)
  • listen on port 80 (kagent readyz checks port 80, not 8080) (80a187b)
  • persist tasks to kagent and deliver HITL responses exactly once (#4) (f38cd5f)
  • publish Task event before status/artifact updates for message/send (f616ca0)
  • resolve build and test issues (d0b52d3)
  • stream text as status-update working events so kagent UI displays responses (7802391)
  • use absolute path in entrypoint to avoid cwd-dependent resolution (74cbb1e)
  • use adk_ prefix on DataPart metadata keys for HITL confirmation (c72436c)