
Calliope IDE v1.4.0: Bedrock Support and Smarter Agents
What’s New in v1.4.0 Calliope AI IDE v1.4.0 is our biggest agent reliability release yet. This update brings full …

Calliope AI Lab v1.3 is out — and it’s the biggest update since launch. New notebook generation capabilities, dynamic model discovery, and support for over 21 LLM providers make this the most capable version of the platform yet.
Here’s what’s new.
The sidebar chat agent can now write directly to your notebooks. Ask it to generate a function, build a visualization, or scaffold a complete analysis pipeline — and it inserts the cells right where you need them.
This isn’t copy-paste. The agent understands your notebook context — what cells exist, what variables are defined, what errors you’re hitting — and generates code that fits. Use the /add command to create new cells from natural language, or /add -r to replace the selected cell with an improved version.
Behind the scenes, this works through WebSocket metadata on agent messages. The agent sends structured notebook actions (insert, replace) with the generated code, and the frontend renders an “Insert into Notebook” button you can click to apply it. Or set it to auto-insert for a fully agentic workflow.
Previously, switching AI models meant editing configuration. Now Calliope AI Lab automatically discovers available models from every connected provider.
Connect your OpenAI key and it pulls the full model list — GPT-4o, o1, o3-mini, everything available on your account. Same for Anthropic, Google, Groq, and every other provider. Local models through Ollama and LM Studio are auto-detected too.
This means you can switch between Claude, GPT-4, Gemini, and your local Llama model mid-conversation without touching a config file.
The provider ecosystem has expanded significantly:
| Category | Providers |
|---|---|
| Major Cloud | Anthropic, OpenAI, Google Gemini, Vertex AI, AWS Bedrock |
| Performance | Groq, Cerebras, SambaNova, Fireworks AI |
| Specialized | DeepSeek, xAI, Perplexity (Sonar), AI21, Cohere |
| Aggregators | Together AI, OpenRouter, NVIDIA, LiteLLM |
| Local | Ollama, LM Studio, GPT4All |
Every provider supports bring-your-own-key (BYOK). No Calliope account required. Your keys stay on your machine, stored in the local secrets manager.
Chat Studio now automatically syncs with your active notebook. When you ask the agent a question, it sees:
This context-aware analysis means the agent’s suggestions are grounded in what you’re actually working on — not generic responses. Ask it to “fix this error” and it knows exactly which error you mean.
For teams connecting to databases behind firewalls, the Data Agent now properly executes SQL queries through SSH tunnels. The tunnel manager also supports all common key types — Ed25519, ECDSA, and RSA — instead of hardcoding RSA only.
Starting with v1.3, macOS builds are code-signed and notarized through Apple’s developer program. No more Gatekeeper warnings. No right-click workarounds. Double-click the DMG and it just works.
Calliope AI Lab v1.3.1 is available for download:
| Platform | Architecture | Format |
|---|---|---|
| macOS | Apple Silicon (M1–M4) | .dmg |
| Windows | x64 | .exe installer |
| Linux | x64 | .deb, .AppImage, .tar.gz |
| Linux | arm64 | .deb, .AppImage, .tar.gz |
Download from the releases page .
We’re working on improved data agent output rendering in notebooks, deeper integration between the chat agent and notebook execution kernels, and expanded magic command capabilities. Stay tuned.

What’s New in v1.4.0 Calliope AI IDE v1.4.0 is our biggest agent reliability release yet. This update brings full …

The Three Eras of AI-Assisted Development In less than four years, the way developers use AI has gone through three …