Skip to content

Commit 8c98e62

Browse files
systemimeclaude
andcommitted
docs: update README for v0.8.3
- Update version badge to 0.8.3 - Add new features: streaming support and two-phase storage - Update download links to v0.8.3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c4bfa9 commit 8c98e62

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat&logo=go)](https://golang.org/)
88
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
9-
[![Version](https://img.shields.io/badge/version-0.8.1-green.svg)](https://github.com/systemime/coding-plan-mask)
9+
[![Version](https://img.shields.io/badge/version-0.8.3-green.svg)](https://github.com/systemime/coding-plan-mask)
1010

1111
*Use your Coding Plan subscription with ANY OpenAI-compatible coding tool*
1212

@@ -56,6 +56,8 @@ Provider rules, available models, and subscription details can change over time.
5656
|**High Performance** | Built in Go for maximum efficiency |
5757
| 🔧 **Flexible Configuration** | Support TOML config file, environment variables, and custom API URLs |
5858
| 📈 **Rate Limiting** | Built-in rate limiting to prevent abuse |
59+
| 🌊 **Streaming Support** | Real-time streaming response forwarding with intelligent detection |
60+
| 💾 **Two-Phase Storage** | Request saved immediately on arrival, updated on response completion |
5961

6062
### 🚀 Quick Start
6163

@@ -67,22 +69,22 @@ Download the binary for your platform from [GitHub Releases](https://github.com/
6769

6870
```bash
6971
# Linux amd64
70-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-linux-amd64
72+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-linux-amd64
7173
chmod +x mask-ctl-linux-amd64
7274
sudo mv mask-ctl-linux-amd64 /usr/local/bin/mask-ctl
7375

7476
# Linux arm64
75-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-linux-arm64
77+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-linux-arm64
7678
chmod +x mask-ctl-linux-arm64
7779
sudo mv mask-ctl-linux-arm64 /usr/local/bin/mask-ctl
7880

7981
# macOS (Darwin amd64)
80-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-darwin-amd64
82+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-darwin-amd64
8183
chmod +x mask-ctl-darwin-amd64
8284
sudo mv mask-ctl-darwin-amd64 /usr/local/bin/mask-ctl
8385

8486
# macOS (Darwin arm64)
85-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-darwin-arm64
87+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-darwin-arm64
8688
chmod +x mask-ctl-darwin-arm64
8789
sudo mv mask-ctl-darwin-arm64 /usr/local/bin/mask-ctl
8890

@@ -322,6 +324,8 @@ This project is provided for **educational and research purposes only**.
322324
| 🔒 **本地认证** | 用自定义密钥保护你的代理 |
323325
|**高性能** | Go 语言构建,极致效率 |
324326
| 🔧 **灵活配置** | 支持 TOML 配置文件、环境变量和自定义 API URL |
327+
| 🌊 **流式响应** | 实时流式转发响应,智能检测流式请求 |
328+
| 💾 **两阶段存储** | 请求到达时立即保存,响应完成时更新记录 |
325329

326330
### 🚀 快速开始
327331

@@ -331,22 +335,22 @@ This project is provided for **educational and research purposes only**.
331335

332336
```bash
333337
# Linux amd64
334-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-linux-amd64
338+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-linux-amd64
335339
chmod +x mask-ctl-linux-amd64
336340
sudo mv mask-ctl-linux-amd64 /usr/local/bin/mask-ctl
337341

338342
# Linux arm64
339-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-linux-arm64
343+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-linux-arm64
340344
chmod +x mask-ctl-linux-arm64
341345
sudo mv mask-ctl-linux-arm64 /usr/local/bin/mask-ctl
342346

343347
# macOS amd64
344-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-darwin-amd64
348+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-darwin-amd64
345349
chmod +x mask-ctl-darwin-amd64
346350
sudo mv mask-ctl-darwin-amd64 /usr/local/bin/mask-ctl
347351

348352
# macOS arm64
349-
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.1/mask-ctl-darwin-arm64
353+
wget https://github.com/systemime/coding-plan-mask/releases/download/v0.8.3/mask-ctl-darwin-arm64
350354
chmod +x mask-ctl-darwin-arm64
351355
sudo mv mask-ctl-darwin-arm64 /usr/local/bin/mask-ctl
352356
```

0 commit comments

Comments
 (0)