-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Refactor info command into separate functions and add usage statistics #9070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
2 similar comments
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
|
✅ Review Complete Code Review Summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
The /info command now displays session usage statistics including: - Total cost in dollars - Input/output token counts - Cache read/write token counts (when applicable) Updated CLI quick-start documentation to reflect this new capability. Co-authored-by: nate <[email protected]>
|
📝 Documentation update PR created: #9071 Updated the CLI quick-start guide to reflect the new usage statistics feature in the |
docs: update /info command description with usage statistics
RomneyDa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, looks good.
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by cubic
Refactored the CLI info command into smaller functions and added session usage stats (cost and token counts) to the output. Improves maintainability and gives users clear visibility into session usage.
New Features
Refactors
Written for commit 30b8d5c. Summary will update on new commits.
Continue Tasks
Powered by Continue