Skip to content

Commit b7477fc

Browse files
authored
Merge pull request #6 from 0xtbug/dev
Bump version to 1.0.8
2 parents 682dfef + 4f27cf6 commit b7477fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2894
-403
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ Cargo.lock
3232
~/.tauri/
3333
*.key
3434
*.key.pub
35+
.env

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Unlike [Quotio](https://github.com/nguyenphutrong/quotio) (macOS-only, Swift), Z
2929
-**One-Click Proxy Control** - Start/stop CLIProxyAPI with a single click
3030
- 🔄 **Auto-start on Launch** - Optionally start the proxy when the app opens
3131
- 🌓 **Dark/Light Theme** - Beautiful UI with theme support
32-
- 🌍 **Multilingual** - English, Chinese, Indonesian
32+
- 🌍 **Multilingual** - English, Chinese, Indonesian, Japanese, Korean, Vietnamese, Thai
33+
- 🔄 **Auto-update** - Automatically check for updates and install them
3334

3435
## 🤖 Supported Ecosystem
3536

@@ -39,6 +40,7 @@ Unlike [Quotio](https://github.com/nguyenphutrong/quotio) (macOS-only, Swift), Z
3940
| Anthropic Claude | OAuth |
4041
| OpenAI Codex | OAuth |
4142
| Antigravity | OAuth |
43+
| Kirocode | OAuth |
4244

4345
## 📦 Installation
4446

docs/USAGE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Before using ZeroLimit, you need CLIProxyAPI running either **locally** or on a
1111
2. Download `cli-proxy-api.exe` for Windows
1212
3. Extract to a folder (e.g., `C:\CLIProxyAPI\`)
1313

14-
### Option B: Remote Server
15-
If you have CLIProxyAPI running on a VPS with HTTPS:
16-
- You only need the API URL (e.g., `https://llm.yourdomain.com`)
17-
- No local installation required
14+
> if you want to use kirocode support, you need to download [CLIProxyAPI Plus Version](https://github.com/router-for-me/CLIProxyAPIPlus/releases)
1815
1916
## Getting Started
2017

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"@radix-ui/react-dialog": "^1.1.15",
1515
"@radix-ui/react-label": "^2.1.8",
1616
"@radix-ui/react-progress": "^1.1.8",
17+
"@radix-ui/react-scroll-area": "^1.2.10",
18+
"@radix-ui/react-select": "^2.2.6",
1719
"@radix-ui/react-slot": "^1.2.4",
1820
"@tailwindcss/vite": "^4.1.18",
1921
"@tauri-apps/api": "^2",
2022
"@tauri-apps/plugin-dialog": "^2.4.2",
21-
"@tauri-apps/plugin-opener": "^2.5.2",
2223
"@tauri-apps/plugin-process": "^2.3.1",
2324
"@tauri-apps/plugin-shell": "^2.3.3",
2425
"@tauri-apps/plugin-updater": "^2.9.0",
@@ -31,6 +32,8 @@
3132
"react-dom": "^19.1.0",
3233
"react-i18next": "^16.4.0",
3334
"react-router-dom": "^7.10.1",
35+
"recharts": "^2.15.4",
36+
"sonner": "^2.0.7",
3437
"tailwind-merge": "^3.4.0",
3538
"tailwindcss": "^4.1.18",
3639
"zustand": "^5.0.9"

public/kiro/kiro.png

3.4 KB
Loading

screenshots/dashboard.png

83.9 KB
Loading

screenshots/providers.png

1.09 KB
Loading

screenshots/quota.png

-982 Bytes
Loading

screenshots/quota2.png

618 Bytes
Loading

screenshots/settings.png

2.53 KB
Loading

0 commit comments

Comments
 (0)