ux: clarify dashboard budget display for different plans#198
Merged
kokevidaurre merged 1 commit intomainfrom Jan 25, 2026
Merged
ux: clarify dashboard budget display for different plans#198kokevidaurre merged 1 commit intomainfrom
kokevidaurre merged 1 commit intomainfrom
Conversation
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-Authored-By: Claude <noreply@anthropic.com>
kokevidaurre
added a commit
that referenced
this pull request
Feb 20, 2026
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-authored-by: Squads Cloud Worker <cloud@agents-squads.com> Co-authored-by: Claude <noreply@anthropic.com>
kokevidaurre
added a commit
that referenced
this pull request
Feb 20, 2026
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-authored-by: Squads Cloud Worker <cloud@agents-squads.com> Co-authored-by: Claude <noreply@anthropic.com>
kokevidaurre
added a commit
that referenced
this pull request
Feb 20, 2026
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-authored-by: Squads Cloud Worker <cloud@agents-squads.com> Co-authored-by: Claude <noreply@anthropic.com>
kokevidaurre
added a commit
that referenced
this pull request
Feb 20, 2026
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-authored-by: Squads Cloud Worker <cloud@agents-squads.com> Co-authored-by: Claude <noreply@anthropic.com>
kokevidaurre
added a commit
that referenced
this pull request
Feb 20, 2026
- On Max plan: Show daily spend without confusing percentage (costs are informational) - On usage plan: Show budget bar capped at 100%, with clear "target" labeling - Add contextual guidance when over target instead of alarming red bar Before: "$141.81/50 today ████████████████████ 284%" (confusing, alarming) After on Max: "Daily spend $141.81 (target: $50)" (clear, informational) After on usage: Clear bar + yellow warning with actionable guidance Closes #121 🤖 Generated with [Agents Squads](https://agents-squads.com) Co-authored-by: Squads Cloud Worker <cloud@agents-squads.com> Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Problem
The budget display showed a percentage (e.g., "284%") that looked like an over-budget alert, causing user confusion. On Max plan, costs are just informational tracking, not a hard limit.
Before
This reads as "over budget by 184%" which is alarming.
After (Max Plan)
Clear, informational, no red flags.
After (Usage Plan)
Clear labeling with actionable guidance.
Changes
src/commands/dashboard.ts: Updated budget bar rendering logicTesting
squads dashon Max plansquads dashon usage planCloses #121
🤖 Generated with Agents Squads