Skip to content

Releases: J-F-Liu/crabot

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:27

Full Changelog: v0.7.2...v0.8.0

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:31

Full Changelog: v0.7.1...v0.7.2

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:14

Full Changelog: v0.7.0...v0.7.1

0.7.0 renew and task tools

Choose a tag to compare

@github-actions github-actions released this 02 Aug 11:49
  • Multi-tab sessions view and run multiple sessions in parallel.
  • Ctrl+1–9 jump to the Nth session tab (Ctrl+0 to the last), Ctrl+N opens a new session tab, and Ctrl+W closes the current one.
  • Built-in task tool — delegate self-contained subtasks to a new isolated agent session that works autonomously in its own tab.
  • Built-in renew tool — when the context window is nearly full, hand off to a fresh session seeded with a condensed summary of the remaining work, so long-running tasks continue seamlessly.
  • UI and UX improvements.
Crabot 屏幕截图 2026-08-02

Full Changelog: v0.6.1...v0.7.0

0.6.1 UI Polish

Choose a tag to compare

@github-actions github-actions released this 28 Jul 03:38
  • A settings dialog with five tab pages: AI Models, Prompt Recipes, Custom Tools, MCP Servers, and Tool Playground.
  • A new dark color scheme, toggleable with a button at the top of the right pane.
  • URLs in assistant markdown can be opened directly in your browser with Ctrl+Click.
  • Add Ctrl+E to toggle all dialogs expand/collapse of current session.
  • Support resend chat history from other models to DeepSeek models.
Crabot 屏幕截图 2026-07-28 Crabot 屏幕截图 2026-07-28-2

Full Changelog: v0.5.0...v0.6.1

0.5.0 More Tools

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:16
  • New builtin ask, todo, fetch tools
  • More robust read, write, edit, search tools
  • Can stop early in waiting LLM response
  • A lot UI & UX improvements
Crabot 屏幕截图 2026-07-19

Full Changelog: v0.4.0...v0.5.0

0.4.0 MCP Tools

Choose a tag to compare

@github-actions github-actions released this 12 Jul 11:22
  • Add MCP support for discovering and invoking tools from external servers
  • Stop button now cancels in-progress bash, custom, and MCP tool executions instantly
  • Ctrl+F opens a search bar for finding keywords in session dialogs
Crabot 屏幕截图 2026-07-12

Full Changelog: v0.3.0...v0.4.0

0.3.0 Custom Tool

Choose a tag to compare

@github-actions github-actions released this 05 Jul 03:08
  • Support define custom cli tools in ~\.crabot\tools.ron
  • Allow sending user prompt while the agent is still streaming
  • Add strict mode support for tool calling specified in provider config
  • Auto-detect AGENTS.md in selected workspace and show a checkbox to control whether it is injected in system prompt
  • Bash tool add timeout parameter, and strengthen the timeout behavior
  • Numerous UI & UX Improvements
    • Add Ctrl + +/- shortcuts to adjust the font size in the center pane
    • When the right pane is hidden, a single click on the divider shows it
    • Add up/down arrow key navigation for session picker, and UI polish
Crabot 屏幕截图 2026-07-05

Full Changelog: v0.2.0...v0.3.0

0.2.0 Enhanced Tools

Choose a tag to compare

@J-F-Liu J-F-Liu released this 30 Jun 01:16
  • Enhanced Built-in Tools: streaming read, batch edit, bash timeout, output truncation
  • Numerous UI & UX Improvements
    • User Prompt input Enter to send prompt, Shift+Enter for newline
    • Double click rendered markdown change to selectable text, press ESC to render markdown again
  • Tips: Uncheck workspace and check workspace tree will force LLM use relative paths
Crabot 屏幕截图 2026-06-29

0.1.0 MVP

Choose a tag to compare

@J-F-Liu J-F-Liu released this 21 Jun 13:23

Provides core capabilities like a basic pi agent.

image