Skip to content

0.0.355

Choose a tag to compare

@RyanHecht RyanHecht released this 12 Nov 22:27
· 62 commits to main since this release
db7c66d

0.0.355 - 2025-11-12

  • Enabled the CLI agent to read its own /help and README to answer questions about its capabilities
  • Improved parsing of VSCode-formatted custom agents with the .agent.md suffix
  • Sanitize tool names to fix issues like #456
  • Bundled ripgrep and added grep and glob tools for more performant searching of codebases
  • Fixed malformed tool call handling before it reaches the UI (partially addresses #393)
  • Prevent double line wraps in markdown messages
  • Fixed a bug where the file selector was used in multi-line input that led to unexpected up/down arrow behavior (fixes #350)
  • Fixed a bug where remote MCP server configuration in custom agents was not fetched properly
  • Added more detail and improved the styling of the /session command's output
  • Removed the internal NODE_ENV variable from the shell tool's environment (fixes #151)
  • Fixed a memory leak when using the interactive shell tool
  • Improved line number formatting in file view output (fixes #471)
  • Lowered the default shell tool timeout and updated prompt language to not imply that timeout means failure
  • Ensured that we query the terminal background color before rendering (fixes #36)
  • Ensured that the agent won't run pkill on its own PID
  • Fixed a bug where copilot would not quit after an abort signal (fixes #529)
  • Ensure ! commands on Windows use PowerShell when available (fixes #504)
  • Fixed a bug in Windows Terminal where keyboard input was not accepted