docs/releases/v2.1.5.mdx
The chat page gains a visual view of the workspace: documents, web pages, and images the Agent produces can be previewed in place. Both the Web console and the desktop client support it.
@ in the input box to reference files and directories and pull them into the context.A systematic pass over file search, read, write, edit, and shell tools, strengthening the Agent's file handling and coding abilities.
search_files searches the workspace by content or by file name, backed by ripgrep by default β markedly faster on large directories. Thanks @Maaayhan (#2982)read output now always carries line numbers, making it easier to locate and cite specific lines.edit no longer rewrites the surrounding indentation on a fuzzy match, and no longer lands on the wrong occurrence when the text repeats; replace-all was added; a file modified outside the Agent is now flagged.write / edit validate the format of structured files before writing, and parse source files to report syntax errors back to the Agent.bash can run a command in the background, for long-running work such as starting a service or following logs; the default timeout for foreground commands was raised./cancel terminates the command that is currently running.Docs: File Search
/compact command summarizes and compacts the conversation context on demand, effectively cutting token usage./clear now uniformly clears the current session's context, with /context clear kept as an alias.Docs: Context Management
Download: CowAgent Desktop
Docs: Desktop Client
The Web input box can now expand what you typed into a more complete and explicit instruction, and the optimization rules support custom templates. Thanks @sufan721 (#2989)
edit tool bypassing credential protection to read and write ~/.cow/.env.tools.bash.timeout and tools.bash.safety_mode in config.json being ignored. Thanks @EvanProgramming (#2986)grep / find judged wrong, browser scripts falsely reported as syntax errors, relative image paths failing to resolve β reducing pointless retries.cow update for a one-click upgrade, or pull the latest code and restart. See the upgrade guide.Release date: 2026.07.28 | Full Changelog