Update version to 0.1.5 in package.json and enhance Supercode CLI wit…#87
Conversation
…h new OpenRouter models (MiniMax M3, GLM 5.1, Kimi K2.6). Implement session token tracking with context window percentage display in chat footer, and add a cap for maxOutputTokens to prevent errors. Improve error messaging for server inactivity and format token counts for better readability. Revamp authentication and architecture documentation to reflect recent changes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR bundles CLI v0.1.5 updates: cumulative session token tracking with context window display, output token limits for specific model variants, expanded model selection, complete restructuring of authentication documentation for device code flow, CLI architecture documentation covering REST endpoints and Render deployment, and version metadata updates across package.json, changelog, and UI components. ChangesCLI v0.1.5 Update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…h new OpenRouter models (MiniMax M3, GLM 5.1, Kimi K2.6). Implement session token tracking with context window percentage display in chat footer, and add a cap for maxOutputTokens to prevent errors. Improve error messaging for server inactivity and format token counts for better readability. Revamp authentication and architecture documentation to reflect recent changes.
Summary by CodeRabbit
New Features
Documentation
Chores