Skip to content

v0.0.2

Choose a tag to compare

@voocel voocel released this 14 Mar 13:19
· 91 commits to main since this release

Features

  • Add preview support for the ask_user tool.
  • Implement tool search with deferred loading.
  • Add interactive session resume.
  • Add cron support with one-shot jitter and async durable writes.
  • Add support for hooks.
  • Add permission confirmation with a persistent allow-list.
  • Add an interactive command.
  • Auto-detect context windows from models.
  • Add context management.

Bug Fixes

  • Fix an issue with the initial message.

Performance

  • Refine context compaction flow and UI feedback.
  • Refine command UI and simplify terminal overlays.
  • Split system prompts into cached blocks and inject reminders.
  • Improve environment startup.
  • Update session resume logic.
  • Use full model names and native OpenRouter provider.
  • Support multi-provider model configuration.
  • Unify commands and remove prompt templates.
  • Refactor session management for better performance and maintainability.
  • Improve status bar and add a welcome logo.

Other

  • Stream subagent progress in the UI.
  • Move runtime data to a global ~/.codebot directory.