Skip to content

v0.2.59 - Connect screen

Choose a tag to compare

@Shashikant86 Shashikant86 released this 28 Jul 07:16

Connect screen refactor

:connect used to open on a flat list of twelve entries mixing connection
methods with vendor products. It now opens on five:

  ◈ How do you want to connect?

  ▶ [1] Local                        Ollama / LM Studio / MLX / vLLM ...
    [2] ACP (Agent Client Protocol)  Any external ACP agent, incl. local Claude Code
    [3] BYOK (Bring Your Own Key)    Your API key: OpenAI / Anthropic / Gemini / 100+
    [4] Subscriptions                Vendor agents you sign in to
    [5] Other harnesses              Optional non-ACP integrations such as Tau

Enter on Subscriptions opens the vendor screen, grouped as before:

- US: Codex, Claude Agent SDK, Antigravity CLI, Grok, GitHub Copilot SDK, Gemini CLI, Devin
- China: GLM CLI, Z.AI GLM API, Qwen Code, Kimi Code

Esc there returns to the root screen instead of dropping you out of the connect
flow. Each row still shows live status, either ready or needs setup with the
exact command that fixes it.

New connection profiles

Three agents that were only reachable through the generic ACP picker are now
first-class profiles with their own install detection and guides:

- :connect gemini-cli starts gemini --acp
- :connect devin starts devin acp
- :connect glm-cli starts the community glm-acp-agent

Also new: :connect subscriptions opens the vendor screen directly, and
superqode --connect subscriptions opens it at startup.

Nothing was removed

Every product remains reachable by name, so :connect codex, :connect grok,
:connect kimi-code, and the rest never need a detour through the submenu.
Arrow keys, number keys, typed names, and the H harness shortcut behave as
before. Completion order, the command suggester, and the command palette entry
now follow the same order as the screen.

Docs

New provider guides for Gemini CLI and Devin, a GLM CLI section in the Z.AI
guide, and a Subscriptions section in the provider overview.

Install

uv tool install superqode==0.2.59
# or
curl -fsSL https://super-agentic.ai/superqode.sh | SUPERQODE_VERSION=0.2.59 sh

Full changelog: https://github.com/SuperagenticAI/superqode/blob/main/CHANGELOG.md