Skip to content

Releases: deepcarryai/carrycode

v0.7.5

15 Mar 05:46
0f8e3f7

Choose a tag to compare

Contact us: us@carrycode.ai
Official website: https://carrycode.ai

🚀 Release Notes

The latest version of CarryCode is now available! This release includes improvements and bug fixes for the AI coding agent assistant.

📋 Release Information

  • Version: 0.7.5
  • Previous Version: 0.7.4
  • Release Date: 2026-03-16
  • Commits: 131 commits since v0.7.4

Highlights:

  • 🌐 Browser Automation - New core_browser tool for web automation
  • 🔍 SkillHub Search - Discover skills from Tencent SkillHub
  • 💬 Slash Commands - New /help, /mode, and /init commands
  • 📊 Token Budget Management - Real-time token tracking and smart compaction
  • 🛠️ Enhanced Tool Display - Structured logs with duration and I/O summaries
  • 📈 Mermaid Rendering - View diagrams directly in your terminal
  • 🔄 Session Checkpoints - Rollback to any previous state

✨ Installation

- MacOS / Linux

curl -fsSL https://carrycode.ai/install.sh | sudo sh

- Windows

irm https://carrycode.ai/install.ps1 | iex

- Run

carry --version
carry

📦 Downloads

Platform Architecture Download
🐧 Linux x86_64 (glibc) carrycode-0.7.5-linux-x86_64.tar.gz
🐧 Linux x86_64 (musl) carrycode-0.7.5-linux-x86_64-musl.tar.gz
🐧 Linux aarch64 carrycode-0.7.5-linux-aarch64.tar.gz
🍎 macOS x86_64 (Intel) carrycode-0.7.5-darwin-x86_64.tar.gz
🍎 macOS aarch64 (Apple Silicon) carrycode-0.7.5-darwin-aarch64.tar.gz
🪟 Windows x86_64 carrycode-0.7.5-windows-x86_64.zip

🤝 Contributing

Found a bug or have a feature request? Please open an issue on GitHub Issues.

📄 License

CarryCode is released under the MIT License.


Note: If you encounter any issues during installation or usage, please check our troubleshooting guide or open an issue on GitHub.

v0.7.3

08 Mar 10:01

Choose a tag to compare

Contact us: us@carrycode.ai
Official website: https://carrycode.ai

🚀 Release Notes

The latest version of CarryCode is now available! This release includes improvements and bug fixes for the AI coding agent assistant.

📋 Release Information

  • Version: 0.7.3
  • Previous Version: 0.6.9
  • Release Date: 2026-03-08
  1. Added the ability to automatically load and be compatible with LLM API keys from vendors such as Anthropic Cladue, Google Gemini, OpenAI, and OpenRouter via environment variables;
  2. Added intelligent reasoning and application of new Skills. Large models will automatically select the appropriate Skills to load and apply. 16 new built-in Skills, including carrycode-superskills, have been added;
  3. The MPC call and output format has been standardized and is now aligned with the output of Bash tools for greater intuitiveness;
  4. Added native support for the OpenRouter protocol, and added native support for GPT-5.4 and GPT-5.4 Pro;

✨ Installation

- MacOS / Linux

curl -fsSL https://carrycode.ai/install.sh | sudo sh

- Windows

irm https://carrycode.ai/install.ps1 | iex

- Run

carry --version
carry

📦 Downloads

Platform Architecture Download
🐧 Linux x86_64 (glibc) carrycode-0.7.3-linux-x86_64.tar.gz
🐧 Linux x86_64 (musl) carrycode-0.7.3-linux-x86_64-musl.tar.gz
🐧 Linux aarch64 carrycode-0.7.3-linux-aarch64.tar.gz
🍎 macOS x86_64 (Intel) carrycode-0.7.3-darwin-x86_64.tar.gz
🍎 macOS aarch64 (Apple Silicon) carrycode-0.7.3-darwin-aarch64.tar.gz
🪟 Windows x86_64 carrycode-0.7.3-windows-x86_64.zip

🤝 Contributing

Found a bug or have a feature request? Please open an issue on GitHub Issues.

📄 License

CarryCode is released under the MIT License.


Note: If you encounter any issues during installation or usage, please check our troubleshooting guide or open an issue on GitHub.

CarryCode v0.6.9

03 Mar 07:13
14f6440

Choose a tag to compare

Contact us: us@carrycode.ai
Official website: https://carrycode.ai

🚀 Release Notes

The latest version of CarryCode is now available! This release includes improvements and bug fixes for the AI coding agent assistant.

📋 Release Information

  • Version: 0.6.9
  • Previous Version: 0.6.7
  • Release Date: 2026-03-02
  1. add support for Alibaba Cloud Coding Plan with models glm-5,glm-4.7,kimi-k2.5,MiniMax-M2.5,qwen3.5-plus,qwen3-coder-next,qwen3-coder-plus,qwen3-max-2026-01-23;
  2. add support for token usage statistics, which commond is '/usage', which can be performed according to different models, and supports cache usage statistics;
  3. add support for session messages compact by ture tokens statistics; implement session compaction configuration with new parameters and auto-compaction logic;

✨ Installation

- MacOS / Linux

curl -fsSL https://carrycode.ai/install.sh | sudo sh

- Windows

irm https://carrycode.ai/install.ps1 | iex

- Run

carry --version
carry

📦 Downloads

Platform Architecture Download
🐧 Linux x86_64 (glibc) carrycode-0.6.9-linux-x86_64.tar.gz
🐧 Linux x86_64 (musl) carrycode-0.6.9-linux-x86_64-musl.tar.gz
🐧 Linux aarch64 carrycode-0.6.9-linux-aarch64.tar.gz
🍎 macOS x86_64 (Intel) carrycode-0.6.9-darwin-x86_64.tar.gz
🍎 macOS aarch64 (Apple Silicon) carrycode-0.6.9-darwin-aarch64.tar.gz
🪟 Windows x86_64 carrycode-0.6.9-windows-x86_64.zip

🤝 Contributing

Found a bug or have a feature request? Please open an issue on GitHub Issues.

📄 License

CarryCode is released under the MIT License.


Note: If you encounter any issues during installation or usage, please check our troubleshooting guide or open an issue on GitHub.

CarryCode v0.6.7

12 Feb 07:52

Choose a tag to compare

Contact us: us@carrycode.ai
Official website: https://carrycode.ai

🚀 Release Notes

The latest version of CarryCode is now available! This release includes improvements and bug fixes for the AI coding agent assistant.

📋 Release Information

  • Version: 0.6.7
  • Previous Version: 0.6.6
  • Release Date: 2026-02-12

✨ Installation

- MacOS / Linux

curl -fsSL https://carrycode.ai/install.sh | sudo sh

- Windows

irm https://carrycode.ai/install.ps1 | iex

- Run

carry --version
carry

📦 Downloads

Platform Architecture Download
🐧 Linux x86_64 (glibc) carrycode-0.6.7-linux-x86_64.tar.gz
🐧 Linux x86_64 (musl) carrycode-0.6.7-linux-x86_64-musl.tar.gz
🐧 Linux aarch64 carrycode-0.6.7-linux-aarch64.tar.gz
🍎 macOS x86_64 (Intel) carrycode-0.6.7-darwin-x86_64.tar.gz
🍎 macOS aarch64 (Apple Silicon) carrycode-0.6.7-darwin-aarch64.tar.gz
🪟 Windows x86_64 carrycode-0.6.7-windows-x86_64.zip

🤝 Contributing

Found a bug or have a feature request? Please open an issue on GitHub Issues.

📄 License

CarryCode is released under the MIT License.


Note: If you encounter any issues during installation or usage, please check our troubleshooting guide or open an issue on GitHub.

CarryCode v0.6.6

11 Feb 08:56
6ea0fc2

Choose a tag to compare

Contact us: us@carrycode.ai
Official website: https://carrycode.ai

🚀 Release Notes

The latest version of CarryCode is now available! This release includes improvements and bug fixes for the AI coding agent assistant.

📋 Release Information

  • Version: 0.6.6
  • Previous Version: 0.6.5
  • Release Date: 2026-02-11

✨ Installation

- MacOS / Linux

curl -fsSL https://carrycode.ai/install.sh | sudo sh

- Windows

irm https://carrycode.ai/install.ps1 | iex

- Run

carry --version
carry

📦 Downloads

Platform Architecture Download
🐧 Linux x86_64 (glibc) carrycode-0.6.6-linux-x86_64.tar.gz
🐧 Linux x86_64 (musl) carrycode-0.6.6-linux-x86_64-musl.tar.gz
🐧 Linux aarch64 carrycode-0.6.6-linux-aarch64.tar.gz
🍎 macOS x86_64 (Intel) carrycode-0.6.6-darwin-x86_64.tar.gz
🍎 macOS aarch64 (Apple Silicon) carrycode-0.6.6-darwin-aarch64.tar.gz
🪟 Windows x86_64 carrycode-0.6.6-windows-x86_64.zip

🤝 Contributing

Found a bug or have a feature request? Please open an issue on GitHub Issues.

📄 License

CarryCode is released under the MIT License.


Note: If you encounter any issues during installation or usage, please check our troubleshooting guide or open an issue on GitHub.