Skip to main content

2026.3.11-0

Added

  • Acp client now allows mode discovery and updating from clients.
  • Acp now allows discovery and setting of models.
  • New cognition-acp crate with typed cognition.ai/ metadata structs and TypeScript generation via ts-rs.
  • Both acp and repl modes now set the title using an LLM for smarter session titles.
  • Add CHISEL_LOG_STDERR env var to direct tracing output to stderr
  • Forward MCP server configurations from ACP clients to the agent via session/new
  • Add show_path config option to display the current working directory in the input border

Fixed

  • Fix “always allow fetches to” permission not being recognized after restart
  • Fix pasting text that starts with # (e.g. markdown headings) being silently dropped.
  • Fixed stray < character appearing at the start of terminal output on headless environments where TERM=dumb
  • Fixed missing whitespace in thoughts.
  • Fix missing DLL errors on Windows ARM by statically linking the C runtime