Skip to content

v0.5.21

Choose a tag to compare

@MySetsuna MySetsuna released this 14 Aug 12:28
· 2 commits to main since this release

RidgeCode v0.5.21

TUI input

  • Accept Windows ConPTY Release-only events for Esc, Tab, Backspace, Delete, arrows, Home/End, and PageUp/PageDown, matching the Enter fix in v0.5.20.

Config safety

  • /config set and provider writes refuse to clobber a non-empty unreadable config.json (including UTF-8 BOM). This was wiping providers, MCP, and proxy down to a lone effort key.

Providers

  • Add Volcengine Ark (volc) preset for ark.cn-beijing.volces.com/api/coding/v3.
  • SuperGrok / X Premium: ridgecode login --grok and TUI /login --grok run accounts.x.ai device-code OAuth. Tokens go to oauth.json; no API key required when the subscription is eligible.
  • Grok API-key preset default model is now grok-4-latest.

Verification

  • cargo fmt --all -- --check
  • cargo test --workspace --locked
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • Windows release build and local install