Releases: CheetahAI/Cheetah-AI
Release list
Cheetah AI v1.1.0-beta
Cheetah AI v1.1.0-beta
- Opened up multi-provider architecture — Cheetah Gateway is no longer the sole entry point. Connect directly to Anthropic, DeepSeek, MiniMax, ChainGPT, Cerebras, Kimi, Grok, OpenRouter, and AWS Bedrock.
- New friendly model display names across all providers for a cleaner selection experience.
Improvements
- Streamlined model dropdown with cost multiplier indicators and simplified selection flow.
- Optimized wallet onboarding assets — reduced wallet preview size by 68%.
- Improved tool service reliability with better error handling.
- Internal build pipeline fixes for correct compilation ordering.
Bug Fixes
- Fixed a type safety issue in the selection helper widget that could cause null reference errors.
- Resolved compilation errors with React component build output.
Cheetah AI v1.0.9-beta
Cheetah AI v1.0.9-beta
1 - Some performance optimisation and bug fixes
Cheetah AI v1.0.8-beta
Cheetah AI v1.0.8-beta
MetaMask Integration (Highlight)
Replaced the built-in wallet with full MetaMask extension support
Added MetaMask with localization for 60+ languages, font assets, network/token images, and animations
Wallet windows are now prevented from being fullscreened or maximized for a cleaner UX
Improved wallet operation result formatting in chat with proper JSON indentation and friendly messages
Web3 & Deployment
Added support for deploying Solana programs and EVM smart contracts
Added Solana bridge functionality
Improved type safety for web3 tool parameters and chain types
Streamlined error handling across wallet operations
Model Support
Added Opus 4.6 and Haiku 4.5 support
Release & Build
Added cleanup step for nested runtime installations during release
Fixed compilation command ordering for correct build flow
Chat & UI Cleanup
Removed internal file filtering logic from chat, allowing full visibility of all file operations
Simplified tool result rendering in chat bubbles
Cheetah AI v1.0.7-beta
Cheetah AI v1.0.7-beta
Added "Forgot password?" option on the wallet lock screen to delete and recreate wallet
Removed macOS Keychain password prompt — no more system credential popups on launch
Added Claude Sonnet 4.6 model support
Fixed .cheetah folder filtering issue in file explorer
Improved settings migration for smoother upgrades
Cheetah AI v1.0.6-beta
Cheetah AI v1.0.6-beta
Bug Fixes:
Fixed a memory leak causing high CPU usage when many editors are open (chat code blocks, notebooks, diff views)
Fixed excessive event listener accumulation on the accessibility service that degraded performance over time
Editor resource pool now properly caps idle instances instead of growing unbounded
Cheetah AI v1.0.5-beta
Cheetah AI v1.0.5-beta
Improved Solidity compilation reliability with better project configuration detection
Added dynamic dependency management for smart contract projects — no more manual library setup
Improved tool execution stability with smarter timeout handling and clearer error reporting
Fixed a terminal service lifecycle issue that could cause errors during shutdown
Cheetah AI v1.0.4-beta
Improved reliability of smart contract compilation, testing, and auditing on machines running tools for the first time
Tool calls that involve dependency resolution or compiler setup now have extended tolerance for network-dependent operations
Compilation errors are now surfaced directly to the agent instead of failing silently with misleading messages, enabling automatic error detection and code fixes
Fixed a memory leak in terminal link hover handling
Cheetah AI v1.0.3-beta
New Features
Local EVM node support — start and manage a local instance directly from the IDE for free unlimited testing and development.
Local Solana node support — start and manage a local Solana test for Solana program testing without needing testnet SOL.
Built-in security auditing — run smart contract security audits directly from the IDE with one tool call, no external installation required.
Bug Fixes
Fixed a memory leak in terminal link hover tooltips where event subscriptions were not properly disposed.
Fixed an issue where local blockchain nodes showed "already running" after being manually stopped by the user. The process liveness detection now correctly identifies dead terminals.
Fixed the "file changed" review banner persisting in the editor after accepting changes. Stale diff tracking state is now properly cleaned up on accept.
Improvements
Improved compile tool behavior — the AI agent now correctly distinguishes between compiling an entire project vs a single contract based on user intent.
Cheetah AI v1.0.2-beta
Whats's New :
Fixed wallet loading issue in production builds
Fixed missing compiler binaries in builds
Auto-update will take users directly to latest (1.0.2), not intermediate versions
Cheetah AI v1.0.1-beta
What's New
Performance improvements and bug fixes
Reduced CPU and memory usage
Improved app responsiveness
Fixed an issue where opening new chats could be slow
General stability improvements