Skip to content

v0.1.16

Choose a tag to compare

@yashdev9274 yashdev9274 released this 26 Jun 12:25
a3a3c79

What's New

CLI / TUI

  • 4 modes → 2. Chat, tool, agent, and plan modes collapsed into two: chat (read-only workspace access: read_file, search_files, url_fetch, browse, etc.) and agent (full workspace + all tools, including write).
  • New AgentService with 7 built-in agents (build, plan, general, explore, compaction, title, summary) each with permission profiles and prompt files.
  • New permission module — Ruleset types, wildcard matching, and mergePermissions for granular tool access control.
  • New /context-window slash command — token usage breakdown per message with context percentage.
  • GLM 5.2 added to ConcentrateAI provider.
  • Narrowed CliConfig.mode type to "chat" | "agent".

Web App

  • Comparison page (/compare) redesigned with detailed feature breakdown and improved layout.