0.4.0 (2025-07-16)
- additional configuration for model providers (699161b)
- agent: Add user appearance (User Name) (4f28514)
- export history to markdown (bcc1b90)
- memory: Add VoyageAI embedding support for memory (193b299)
- store env context in data/env.txt file (54fd6e7)
- tui: Improve theme support, add light theme (4f28514)
- on tool deny allow user correct promt (715cc8d)
- tui: incorrect scroll to the latest message in history view (cfcddd6)
- tui: incorrect scroll to the latest message in history view (7d5452e)
- update rig-fastembed module to the latest version (1b5a91a)
0.3.2 (2025-07-14)
- Create workspace directory on start if directory not exists (26ff0fc)
- Remove platform-specific shell from execute_command module (only bash support now) (a3bc49a)
0.3.1 (2025-06-16)
0.3.0 (2025-06-15)
- rewrite OpenRouter provider to support image data response from MCP tools, add example for puppeteer MCP server (8eee6d0)
- Fix possible crash in messages view, Update MCP declaration example in config, adjust theme colors (0ce34fd)
0.2.1 (2025-06-03)
- Split long messages for correct scrolling (61b886f)
0.2.0 (2025-06-03)
- Permission mode for tool execution (0c990b6)
0.1.1 (2025-05-30)
- change quit shortcut to Ctrl+w (df8de85)
- Correct handle not result from tools (6bc3bff)
- improve error handling for MCP client initialization and opening with context messages (d977735)
- Add Anthropic provider, fix in tools (6683a60)
- Add current agent status indication (40a92b2)
- Add MCP servers support (cbfeaf3)
- Add memory support and tools for agent (3571da2)
- add model info with context len and usage cost (1cc1df8)
- Add new task functionality and hotkey (e247f3d)
- add possibility to input in terminal windows (a3bdf83)
- Add support for Anthropic Claude 4 models (73c9263)
- Add web fetch tool(support direct and chrome based fetch) (70b9f8a)
- Improve memory management instructions (12c1c7e)
- Merge branch 'memory' (2b6c6b8)
- Rework terminal command tools, add support for long-running command (7c8c31f)
- soft world wrap in promt field, layou fixes (1d2fbee)
- update file system work to support huge workspaces (f14a992)
- Web Search Tool (SearX, Brave) (f2b096c)
- attemp complete incorrect state resolve (d45fd38)
- Error handling fixes (73c9263)
- error message dont hide on unpause, incorrect formatting asisstant messages (4df2ce9)
- Fix memory embedding initialization (d254a0b)
- Fix memory tool_info, improve shortcuts and key management (18103ff)
- Fix workflow on ask question tool (29cf32c)
- generalize Error for tools (59cf099)
- generalize Error for tools (428fcc6)
- incorrect read_file tool result for curly braces (3571da2)
- OpenRouter messages handling, add App title (1cc1df8)
- remove list_code_definition_names from system prompt (a5d64b1)
- Rework history and message view (e459fde)
- Update RIG dependecies with fixes (de7afdf)