You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🛠 Fix: Previously, the system was designed to retry tool calls up to 3 times upon failure, but due to a bug, it would exit immediately instead of retrying. This issue has now been resolved.
⭐️ Add: Support for skills — specify the path via command-line flag -S or via config file named skills. Default path is ./skills. Skills can be placed directly in the skills folder, or multiple skill folders can be grouped under subdirectories within skills. These groups are selectable via a dropdown on the left sidebar.
⭐️ Add: Built-in tools now include codebase, web and run_x.
⭐️ Add: Support for Discord bot integration.
💪🏻 Optimize: Detailed token statistics are now displayed for each API call, including input tokens (including cached tokens) and output tokens (including reasoning tokens).
💪🏻 Optimize: Customizable page background color — set via command-line flag -b or config file bgc. Supports hex colors (e.g., #F5F5DC, #fff, #000) or four built-in options: 1 (#E6E6E6), 2 (#F5F5DC), 3 (#FFFFE0), 4 (#E6E6FA). Default is 1.
💪🏻 Optimize: Math formulas are now rendered properly in the UI.
💪🏻 Optimize: Option to disable reasoning (available for deepseek, qwen, kimi, glm).
💪🏻 Optimize: Separates reasoning content from the final response (supported for deepseek, qwen, kimi, glm, minimax).
💪🏻 Optimize: When calling the edit_file tool, vertical scrollbars are now supported to prevent content overflow beyond the viewport.
💪🏻 Optimize: Improved rendering of Markdown content on the page.