Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:28
· 50 commits to main since this release

Kana v0.7.0 adds full-fidelity tool inspection and history, maintainer-triggered GitHub issue automation, and reliable time-bounded headless execution.

Features

  • Inspect every tool call with Ctrl+O, navigate adjacent calls with [ and ], and review complete commands, paths, arguments, diffs, results, and runtime status without expanding the compact transcript.
  • Browse the current session's tool history with /tools and open any selected call in the shared full-detail inspector.
  • Trigger scoped Kana work from maintainer-authored GitHub issues and continue it on Kana-owned pull requests, with draft-PR publication, structured handoffs, diagnostics, and preserved partial progress.
  • Bound a complete kana exec Agent run with --timeout, graceful cancellation, exit status 124, and structured JSONL termination metadata; prompts now work with both stdin pipes and regular-file redirection.

Bug Fixes

  • Preserve complete material values in tool approvals and inspection, including empty write content and edit replacements, while showing the same effective defaults used at execution time.
  • Sanitize tool targets before terminal rendering and keep prepared-tool feedback stable while an approval prompt is open.
  • Run GitHub automation from the latest verified stable Kana release so a broken target branch cannot prevent the Agent from repairing it, and report structured failures without publishing incomplete error output as a final summary.