Skip to content

Cheetah AI v1.0.3-beta

Choose a tag to compare

@CheetahAI CheetahAI released this 12 Feb 04:04

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.