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: v1.1.2
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: v1.1.3
Choose a head ref
  • 9 commits
  • 21 files changed
  • 3 contributors

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    4695f6e View commit details
    Browse the repository at this point in the history
  2. feat(onboarding): introduce new user onboarding and CLI Proxy setup

    Introduce a new onboarding flow for first-time users.
    Provide detailed instructions for CLI Proxy API setup, including auto-download, manual setup, and remote server options.
    Update `README.md` to reference the new onboarding section.
    Add `onboard.png` and update other screenshots to reflect the new UI.
    
    docs(usage): update usage guide with new settings, languages, and fixes
    Expand supported languages in `docs/USAGE.md` to include Japanese, Vietnamese, Thai, and Korean.
    Add new settings for checking and updating the CLI Proxy in `docs/USAGE.md`.
    Improve troubleshooting section in `docs/USAGE.md` for auto-download failures.
    Correct provider name from "Kirocode" to "Kiro" in `README.md`.
    0xtbug committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    fda09e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from 0xtbug/dev

    feat(onboarding): introduce new user onboarding and CLI Proxy setup
    0xtbug authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    9c77285 View commit details
    Browse the repository at this point in the history
  4. docs(github): add issue templates for bug reports and feature requests

    Provide structured forms for users to submit bug reports.
    Offer a clear template for users to propose new features.
    Configure issue templates to disable blank issues and link to discussions.
    Improve the quality and consistency of incoming issues.
    0xtbug committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    c18527a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from 0xtbug/dev

    docs(github): add issue templates for bug reports and feature requests
    0xtbug authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    e331f91 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. feat(providers): introduce PLUS_ONLY_PROVIDERS constant to identify…

    … providers exclusive to the Plus version
    
    feat(providers): implement `detectIsPlusVersion` and `checkIsNonPlusServer` to determine if the CLIProxyAPI is a non-Plus version
    feat(providers): display a "Plus" badge with a lock icon for Plus-only providers when running on a non-Plus server
    feat(providers): prevent authentication for Plus-only providers when running on a non-Plus server
    refactor(providers): consolidate Plus version detection logic into `useProvidersPresenter` hook
    0xtbug committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    700f958 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from 0xtbug/dev

    feat(providers): introduce `PLUS_ONLY_PROVIDERS` constant to identify CLIPROXYAPI VERSION
    0xtbug authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    b3d8900 View commit details
    Browse the repository at this point in the history
  3. feat(proxy): add ability to switch between standard and plus versions

    Introduces a new command to find alternate proxy executables.
    Adds a `switchVersion` action and UI to toggle between standard and plus
    proxy versions. This action stops the current proxy, finds or downloads
    the target version, then restarts.
    
    Enhances `download_and_extract_proxy` to preserve existing user config
    files (e.g., .yaml, .json, .env) during updates or new installations.
    Prevents renaming `config.example.yaml` if `config.yaml` exists.
    Refactors tar.gz extraction for consistent config preservation.
    0xtbug committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    6f3985b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from 0xtbug/dev

    feat(proxy): add ability to switch between standard and plus versions
    0xtbug authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    e73a2e4 View commit details
    Browse the repository at this point in the history
Loading