We've raised a $22m Series A →
Back to changelog
0.48.0
Apr 14, 2026

Big Terminal Mode

We've brought back Big Terminal Mode! You can now run a full terminal in the center panel with ⌘⇧T and run any agent you'd like. Session history is restored on restart. Turn on Big Terminal Mode in Settings → Experimental.

Big Terminal Mode Big Terminal Mode

You can also configure new terminals to quick start with custom presets, so ⌘⇧T can kick off OpenCode, Gemini, and more.

Terminal presets

You can now view and refresh MCP status in the /mcp-status dialog.

MCP status dialog

We've reduced the Conductor bundle by 150MB. We've removed our dependency on Node and now run the Claude Code executable via Bun.

Bundle size reduction

You can now add a directory to context with the new @add directory command.

Add directory command

If you're running Conductor via Bedrock, you can now pass a model in the Settings → Provider config.

Bedrock model config

Finally, we've improved performance across the whole app. More to come!

Improvements

  • Repos without a custom icon now show the GitHub org avatar instead of a plain letter
  • Timed notifications now show a close-button countdown ring
  • Default Plan mode now works with Codex models
  • You can now refresh MCP server status and re-authenticate directly from within Conductor
  • You can now type @add directory in the composer to link a directory or workspace
  • New workspaces can now copy selected ignored files into the worktree
  • Terminal sessions now restore after restart
  • Codex chats now show context usage and rate limits

Fixes

  • Remove hardcoded Bedrock/Vertex model mappings. You can now pass a Bedrock model in (like ANTHROPIC_DEFAULT_HAIKU_MODEL) in Settings → Provider
  • Fixed an error message appearing (ede_diagnostic) when sending a message after creating a plan
  • Fixed garbled terminal output when typing or navigating command history
  • Fixed a localStorage quota error that could occur with heavy terminal usage
  • Fixed an issue where Codex messages could get lost after cancelling and re-sending a message
  • Fixed an issue where pulling would fail in workspaces created from a PR whose branch already existed locally
  • Fixed an issue where the sidebar could go blank after repository changes
  • Fixed an issue where new terminals could get stuck on an oh-my-zsh update prompt
  • Fixed an issue where saving a file could briefly show stale contents
  • File previews at the end of a turn now show the full path
  • Fixed an issue where terminal output could freeze during heavy streaming