-
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.1.2
head repository: 0xtbug/zero-limit
compare: v1.1.3
- 9 commits
- 21 files changed
- 3 contributors
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4695f6e - Browse repository at this point
Copy the full SHA 4695f6eView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for fda09e3 - Browse repository at this point
Copy the full SHA fda09e3View commit details -
Merge pull request #21 from 0xtbug/dev
feat(onboarding): introduce new user onboarding and CLI Proxy setup
Configuration menu - View commit details
-
Copy full SHA for 9c77285 - Browse repository at this point
Copy the full SHA 9c77285View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c18527a - Browse repository at this point
Copy the full SHA c18527aView commit details -
Merge pull request #22 from 0xtbug/dev
docs(github): add issue templates for bug reports and feature requests
Configuration menu - View commit details
-
Copy full SHA for e331f91 - Browse repository at this point
Copy the full SHA e331f91View commit details
Commits on Feb 27, 2026
-
feat(providers): introduce
PLUS_ONLY_PROVIDERSconstant 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
Configuration menu - View commit details
-
Copy full SHA for 700f958 - Browse repository at this point
Copy the full SHA 700f958View commit details -
Merge pull request #24 from 0xtbug/dev
feat(providers): introduce `PLUS_ONLY_PROVIDERS` constant to identify CLIPROXYAPI VERSION
Configuration menu - View commit details
-
Copy full SHA for b3d8900 - Browse repository at this point
Copy the full SHA b3d8900View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6f3985b - Browse repository at this point
Copy the full SHA 6f3985bView commit details -
Merge pull request #25 from 0xtbug/dev
feat(proxy): add ability to switch between standard and plus versions
Configuration menu - View commit details
-
Copy full SHA for e73a2e4 - Browse repository at this point
Copy the full SHA e73a2e4View 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.1.2...v1.1.3