Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 682dfef
Choose a base ref
...
head repository: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7477fc
Choose a head ref
  • 9 commits
  • 53 files changed
  • 2 contributors

Commits on Jan 19, 2026

  1. feat(README): document new languages and auto-update feature

    Add Japanese, Korean, Vietnamese, and Thai to the multilingual list.
    Include auto-update functionality in the features section.
    Update the README to reflect recent application enhancements.
    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    f10e9e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. feat(kiro): add Kiro (CodeWhisperer) provider integration

    feat(kiro): implement Kiro CLI authentication command for Tauri
    feat(kiro): add Kiro provider to OAuth and quota API services
    feat(kiro): display Kiro provider icon and format account names
    feat(kiro): add Kiro quota fetching and parsing logic
    feat(kiro): include Kiro in supported OAuth providers and UI list
    build(deps): add kiro.png asset for Kiro provider icon
    0xtbug committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0f67096 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Merge pull request #5 from 0xtbug/feature/Kiro-qouta

    feat(kiro): add Kiro (CodeWhisperer) provider integration
    0xtbug authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e49183b View commit details
    Browse the repository at this point in the history
  2. feat(i18n): add translations for About and CLI Proxy sections

    Adds new 'cliProxy' and 'about' translation keys to all locale files.
    Updates AboutPage.tsx and SettingsPage.tsx to use these keys.
    This internationalizes the About page and CLI Proxy settings.
    It improves accessibility and user experience for global users.
    0xtbug committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    8631384 View commit details
    Browse the repository at this point in the history
  3. feat(dashboard): implement usage statistics dashboard

    Introduces a comprehensive usage statistics dashboard to monitor API
    requests, token usage, and model performance.
    
    This includes:
    - New UI components for charts (recharts), select dropdowns, and tables.
    - Visualizations for request and token usage trends over time, with
     hourly and daily grouping.
    - Multi-line comparison in charts, allowing filtering by model and source.
    - Detailed tables for API usage and model-specific statistics.
    - Internationalization support for all new usage statistics labels.
    - A new API service and Zustand store to manage usage data.
    - Updates to quota parsing to include more Antigravity models.
    - Refactors loading indicators in quota cards for consistency.
    0xtbug committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    059c2db View commit details
    Browse the repository at this point in the history
  4. feat(kirocode): add support for Kirocode API

    Adds Kirocode to the list of supported APIs in README.md.
    Updates USAGE.md to include a note about needing the
    CLIProxyAPI Plus Version for Kirocode support.
    
    This change introduces Kirocode as a new API option and
    provides essential setup information for users to enable
    this new functionality correctly.
    0xtbug committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    89c5cdb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. feat(ui): introduce scroll area, sonner, and refactor dialogs

    feat(ui): add scroll area component and integrate into dashboard tables
    feat(ui): add sonner for toast notifications and integrate for updates
    feat(ui): add new button sizes for improved UI consistency
    feat(ui): add option to show close button in dialog footer
    refactor(ui): remove deprecated theme and mode toggle components
    refactor(alert-dialog): enhance flexibility with size prop and media component
    refactor(alert-dialog): update action and cancel buttons to use Button component
    style(ui): adjust dialog content styling for responsiveness
    style(ui): update Antigravity "Other" group icon to OpenAI
    style(ui): refine alert dialog styling in providers page
    
    fix(cli-proxy): improve process termination robustness
    fix(cli-proxy): store executable name for fallback process killing
    fix(cli-proxy): implement fallback taskkill by name on Windows for cleanup
    
    feat(api): implement API health check for CLI proxy
    feat(api): add `isApiHealthy` state and `checkApiHealth` action
    refactor(dashboard): use API health status instead of server running status
    
    refactor(api): remove unused client methods
    refactor(api): remove put, patch, and postForm methods from ApiClient
    
    chore(deps): update .gitignore and package version
    chore(deps): add .env to gitignore
    chore(deps): update tauri.conf.json version to 1.0.8
    chore(deps): remove @tauri-apps/plugin-opener dependency
    
    docs(screenshots): update dashboard and provider screenshots
    0xtbug committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    a333ddb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dev

    0xtbug authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    4f27cf6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from 0xtbug/dev

    Bump version to 1.0.8
    0xtbug authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    b7477fc View commit details
    Browse the repository at this point in the history
Loading