Skip to content

🧽SuperQode v0.2.19: Refined TUI, Accurate Usage & Complete Autocomplete

Choose a tag to compare

@Shashikant86 Shashikant86 released this 13 Jul 00:22

SuperQode v0.2.19

This release delivers a cleaner, more professional TUI with clearer conversations, improved connection feedback, accurate
token reporting, and complete command autocomplete.

Highlights

  • Refined user prompts with a compact, branded visual treatment.
  • Added a clear ✦ Answer · agent marker so agent responses are immediately recognizable.
  • Simplified the top status header while retaining version, model, mode, usage, context, and cost information.
  • Added visible SuperQode version information to the TUI.
  • Restored the purple prompt-box accent and improved spacing around the header.
  • Reduced startup and context-message clutter.
  • Moved context usage into persistent status chrome instead of repeating it in conversation history.

Connections and authentication

  • Added guided, consent-based Codex and Grok subscription sign-in flows.
  • Made local-model connection failures prominent with:
    • Persistent transcript errors
    • Error notifications
    • A visible recovery prompt
  • Added Z.AI GLM to the first :connect autocomplete page.
  • :connect z now resolves directly to :connect zai.

Usage reporting

  • Propagated provider-reported streaming usage through Ollama, MLX, LiteLLM, the agent loop, and Pure Mode.
  • Replaced rough character-based token estimates with exact provider totals when available.
  • Final completion summaries and the status header now show more reliable token usage.

Command autocomplete

  • Added all available : commands and aliases to TUI autocomplete.
  • Preserved every matching command for keyboard navigation instead of silently truncating results.
  • Added completion for dynamically discovered and custom ACP agent shortcuts.
  • Synchronized the live prompt completion panel and legacy command overlay.
  • Added regression coverage to prevent future commands from being omitted.

Fixes

  • Restored mouse-selection clipboard copying after the TUI mixin refactor.
  • Kept streamed and final answer layouts visually consistent.
  • Improved narrow-terminal status rendering without losing essential connection information.
  • Corrected ACP agent identity and shortcut discovery.

Verification

  • 2,241 tests passed
  • 38 tests skipped
  • Ruff lint and formatting checks passed
  • Release metadata and lockfile validated
  • Wheel and source distribution built successfully
  • Packaged CLI and mounted TUI smoke tests passed

Upgrade

uv tool upgrade superqode

Or install the release directly:

uv tool install superqode==0.2.19