-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: 0xtbug/zero-limit
base: v1.0.8
head repository: 0xtbug/zero-limit
compare: v1.0.9
- 15 commits
- 29 files changed
- 1 contributor
Commits on Jan 19, 2026
-
feat: Implement auto-update functionality with a new About page and G…
…itHub Actions release workflow.
Configuration menu - View commit details
-
Copy full SHA for d40535d - Browse repository at this point
Copy the full SHA d40535dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0553cc4 - Browse repository at this point
Copy the full SHA 0553cc4View commit details
Commits on Jan 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 746b269 - Browse repository at this point
Copy the full SHA 746b269View commit details
Commits on Feb 9, 2026
-
feat(usage-stats): add toggle for usage statistics setting
Implement a new settings section to manage usage statistics. Allow users to enable or disable usage data collection via a toggle. Display a clear message on the dashboard when stats are disabled. Introduce API endpoints for YAML config management to support this. Add necessary internationalization keys for the new UI elements.
Configuration menu - View commit details
-
Copy full SHA for dd85821 - Browse repository at this point
Copy the full SHA dd85821View commit details -
refactor(providers): remove CLI-based Kiro authentication in favor of…
… web OAuth flow feat(providers): implement web OAuth flow for Kiro authentication feat(providers): add polling mechanism to detect new Kiro files after web OAuth refactor(providers): extract provider icon path logic into a helper function refactor(providers): use useCallback for copyToClipboard to optimize performance chore(tauri): remove `runKiroAuth` command from Tauri commands chore(cli_proxy): remove `run_kiro_auth` function from CLI proxy commands
Configuration menu - View commit details
-
Copy full SHA for 524cbf7 - Browse repository at this point
Copy the full SHA 524cbf7View commit details -
feat(quota): add suspended state handling for Kiro quota
Adds a new `plan` property to quota data to indicate a suspended account. Displays a "Temporarily Suspended" message with a `Ban` icon in both `CompactQuotaCard` and `ProviderQuotaCard` when the plan is 'Suspended'. Adjusts the layout of `CompactQuotaCard` to be a flex column to better accommodate the suspended state. Modifies `Kiro` quota API call to include `resourceType=AGENTIC_REQUEST`. Handles 403 responses from Kiro API by returning a 'Suspended' plan and a formatted reason.
Configuration menu - View commit details
-
Copy full SHA for db06bcb - Browse repository at this point
Copy the full SHA db06bcbView commit details -
fix(providers-page): prioritize top-level email for Kiro provider names
Adjusts Kiro provider name resolution. It now prioritizes top-level 'email' or 'account' fields. This uses more direct identifiers for display names, improving clarity. Fallback to filename parsing and metadata occurs if top-level fields are empty.
Configuration menu - View commit details
-
Copy full SHA for 4865906 - Browse repository at this point
Copy the full SHA 4865906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a232c3 - Browse repository at this point
Copy the full SHA 3a232c3View commit details -
feat: add GitHub Copilot integration
This commit introduces comprehensive support for GitHub Copilot, including: - **UI Integration**: - Adds a new `copilot.png` icon for GitHub Copilot. - Updates `ProvidersPage` to display GitHub Copilot as an available provider. - Implements the device code flow for Copilot authentication, showing the user code and verification URL. - Adds Copilot-specific fields to `ProviderState` for managing the device flow. - Updates `getProviderIconPath` to correctly display the Copilot icon. - **Quota Management**: - Extends `QuotaPage` to recognize and display GitHub Copilot quota information. - Adds `copilot` to `getProviderType` and `ProviderSection` for proper categorization. - Implements `fetchCopilot` in `quotaApi` to retrieve Copilot entitlement details. - Adds `COPILOT_ENTITLEMENT_URL` and `COPILOT_HEADERS` for API requests. - Introduces `parseCopilotQuota` to interpret the Copilot entitlement response, including plan type and usage snapshots. - **API Enhancements**: - Adds `copilot` to `OAuthProvider` type. - Updates `oauthApi.startAuth` to use a `AUTH_URL_PROVIDER_MAP` for mapping `copilot` to `github` endpoint. - Extends `OAuthStartResponse` with `user_code` and `verification_uri` for device flow. - **General**: - Bumps package version to `1.0.8`. - Adds `copilot` to the `PROVIDERS` list in `src/types/index.ts`.
Configuration menu - View commit details
-
Copy full SHA for cdfb2f8 - Browse repository at this point
Copy the full SHA cdfb2f8View commit details -
feat(ui): add dark mode icon inversion for improved visibility
Introduce `iconNeedsInvert` property to `ProviderFilterItem` and icon info. Implement `invert-on-dark` CSS class to conditionally invert image colors. Apply inversion logic to provider icons, like Copilot, for better visibility in both light and dark themes. This enhances visual consistency and usability.
Configuration menu - View commit details
-
Copy full SHA for fdd6ace - Browse repository at this point
Copy the full SHA fdd6aceView commit details -
feat(utils/privacy): enhance maskEmail to mask non-email strings
Adds logic to `maskEmail` to differentiate between email and non-email inputs. Masks email addresses as `******@domain.com` and parenthesized content. Masks non-email strings (e.g., usernames) by keeping the first character and replacing the rest with asterisks (e.g., `Kiro` -> `K***`). Updates JSDoc to reflect new masking behavior for non-email strings. This provides a more versatile privacy masking utility for user identifiers.
Configuration menu - View commit details
-
Copy full SHA for c92e329 - Browse repository at this point
Copy the full SHA c92e329View commit details -
feat(providers): introduce collapsible groups and enhance auth feedback
Group connected providers into collapsible sections - Improves organization and reduces visual clutter for many accounts. - Allows users to expand and collapse provider lists as needed. Add toast notifications for authentication success and failure - Provides immediate and clear user feedback on authentication outcomes. Display specific error messages in failure toasts - Helps users understand reasons for authentication issues. Add new i18n keys for auth success and OAuth callback instructions - Supports new toast messages and future OAuth flow improvements. Make "Add New Provider" cards fully clickable - Enhances user experience and discoverability for connecting providers. Optimize file grouping with `useMemo` - Improves performance by memoizing the grouped files array.
Configuration menu - View commit details
-
Copy full SHA for 68af013 - Browse repository at this point
Copy the full SHA 68af013View commit details -
feat(quota): assign provider-specific icons for "Other" group to impr…
…ove visual representation style(quota): refine card layout and spacing for a more compact design
Configuration menu - View commit details
-
Copy full SHA for feb7fa4 - Browse repository at this point
Copy the full SHA feb7fa4View commit details -
build(release): bump project version to 1.0.9
Updates the project version in `package.json` and `src-tauri/tauri.conf.json`. This prepares the application for a new release.
Configuration menu - View commit details
-
Copy full SHA for 9d535b4 - Browse repository at this point
Copy the full SHA 9d535b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cca4db - Browse repository at this point
Copy the full SHA 5cca4dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.8...v1.0.9