Implement auto-approval budget cap for token usage #332
olearycrew
started this conversation in
1. Feature requests
Replies: 1 comment
-
Could be good to inspire this: https://github.com/adamwlarson/RooCodeMicroManager |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal Summary
Users need a way to automatically stop AI model usage once they've reached a specified budget threshold to prevent unexpected costs.
Additional context
Problem Statement
Developers lack automated controls to limit token expenditure across sessions.
Proposed Solution
Add budget cap setting that allows users to specify a maximum spending limit (e.g., $5, $10, $20). System should track token usage costs and automatically pause AI operations when threshold is reached, with clear notification.
User Impact
Benefits all users, especially those on free tier or with limited budgets.
Implementation Thoughts
Beta Was this translation helpful? Give feedback.
All reactions