Skip to content

v0.1.5

Choose a tag to compare

@yashdev9274 yashdev9274 released this 09 Jun 07:04
· 24 commits to main since this release

Core

  • New OpenRouter models: MiniMax M3, GLM 5.1, and Kimi K2.6 (free).
  • Session token tracking with context window percentage display (136.4K (68%)) in chat footer.
  • maxOutputTokens cap (8192) for paid OpenRouter models to prevent 402 errors.
  • Render cold start error message improved — 'server was inactive' instead of 'cannot reach server'.
  • Human-readable token formatting (5.2K, 136.4K, 1.0M).

Docs

  • Rewamp authentication docs covering CLI device code flow, token storage, GitHub OAuth, and Render cold start troubleshooting.
  • Rewamp terminal architecture docs reflecting actual codebase (CLI commands, DB models, API endpoints, AI providers, deployment).