Conversation
…heckout link to identity API - Distinguish free plan visually from trial in account-status component - Rename 'basic' tier display to 'Plus' in account-status - Refactor blocked usage items layout and styling in activity page - Add checkout_link field to proto/identity service response - Expose checkout link in identity auth and service layers
- Move classification reasoning to the left in activity feed - Replace allow confirmation dialog with direct duration buttons (15m, 30m, 1h) - Add settings for Idle Threshold, History Retention, and Distraction Allowance - Update Gemini model to 'gemini-2.5-flash' - Add Shadcn UI components (Form, Label)
…lassification package
- Modified `classifyWithGemini` to dynamically select model based on account tier: Free uses `gemini-2.0-flash` and Plus/Pro uses `gemini-2.5-flash`. - Renamed `ACCOUNT_TIER_BASIC` enum references to `ACCOUNT_TIER_PLUS` comprehensively across the backend services and protocol buffer specifications. - Updated unit tests `internal/api/service_test.go` inserting missing `HMAC_SECRET_KEY` setups ensuring test reliability for handshake endpoints.
- Implement Zustand selectors to eliminate full store subscription re-renders - Defer rendering of full usage list in ActivityPage to ensure instant route transitions
The goToToday method was implemented in the store but missing from the UsageState TypeScript interface, causing tsc to fail with: TS2339: Property 'goToToday' does not exist on type 'UsageState' Co-authored-by: Aram <apzuk3@users.noreply.github.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.
No description provided.