Continuum Studio
If you use AI coding assistants like Cursor, Claude Code, or Antigravity, you know the frustration of getting hit with "429 Too Many Requests" errors. Continuum Studio sits quietly on your machine, automatically rotates across your backup API keys before you hit limits, and trims redundant comments and spacing so your prompts use fewer tokens.
- 429 Preemption: Dual-mode Token Bucket tracking with < 4ms speculative key rotation to prevent rate limits.
- AST Compression: Semantic AST compressor stripping whitespace and comments for up to 38% token reduction.
- Engine & Runtime: Swift 6 daemon built on Hummingbird 2 and SwiftNIO with local Apple MLX Metal 3 neural acceleration.
- IDE Sync: Model Context Protocol (MCP 2024-11-05) standard with automatic configuration sync across 15 IDEs.
$ git clone https://gitlab.com/WardAgentic/continuum-studio.git $ cd continuum-studio && git checkout v2.5.1 $ ./Scripts/package_dmg.sh 2.5.1 && open Continuum.app