Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 01:56
· 1 commit to main since this release

Kana v0.9.0 adds profile-based asynchronous subagents, configurable built-in Agent tools, and dark, light, and custom TUI themes. It also makes the reusable Kana Agent workflow portable across repositories and providers.

Features

  • Delegate bounded work to asynchronous subagents selected from built-in or user-defined profiles, with independent transcripts, approvals, accounting, completion notifications, and /agents management.
  • Configure the built-in tool surface exposed to the main Agent.
  • Select the built-in dark or light TUI theme, or load a custom semantic color theme.
  • Cancel MCP startup and reload from the TUI without exiting Kana.
  • Run the reusable Kana Agent GitHub workflow across repositories and supported providers with repository-local configuration.

Bug Fixes

  • Frame streamed terminal input consistently with submitted user messages.
  • Preserve visible HTML/XML-like tags in Markdown instead of stripping them.
  • Correct option handling in the Kana Agent workflow.