Releases: systemime/coding-plan-mask
Releases · systemime/coding-plan-mask
v0.5.0
v0.4.1 - 使用有来源依据的 User-Agent 伪装
更新内容
- 更新 PredefinedDisguiseTools 为有文档来源的 UA 值
claudecode:claude-code/2.1.63(来自 Claude Code 官方,推荐)kimicode:claude-code/0.1.0(Kimi Code API 订阅认证格式)openclaw:OpenClaw-Gateway/1.0(OpenClaw 默认 UA)- 移除无来源依据的选项: cursor, cline, opencode, copilot
参考来源
v0.4.0 - 增强伪装功能
🎭 主要改进
安全性增强
- 移除 X-Client-Type header - 移除可能暴露伪装意图的自定义 HTTP 头
新增伪装工具选项
| 工具 | 标识符 | User-Agent | 说明 |
|---|---|---|---|
| Claude Code | claudecode |
claude-code/2.0.64 |
Anthropic 官方终端编程助手 (推荐) |
| Cursor | cursor |
cursor/0.45.0 |
AI 代码编辑器 |
| Cline | cline |
cline/3.0.0 |
VS Code AI 编程助手 |
| GitHub Copilot | copilot |
GithubCopilot/1.0 |
GitHub AI 编程助手 |
| OpenCode | opencode |
opencode/0.3.0 (linux) |
开源编程助手 (已归档) |
| OpenClaw | openclaw |
OpenClaw-Gateway/1.0 |
AI 编程工具 |
| Custom | custom |
(自定义) | 使用 custom_user_agent 配置 |
默认伪装工具
- 之前默认:
opencode - 现在默认:
claudecode(Claude Code)
📥 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | amd64 | coding-plan-mask-0.4.0-linux-amd64.tar.gz |
| Linux | arm64 | coding-plan-mask-0.4.0-linux-arm64.tar.gz |
| macOS | amd64 | coding-plan-mask-0.4.0-darwin-amd64.tar.gz |
| macOS | arm64 | coding-plan-mask-0.4.0-darwin-arm64.tar.gz |
| Windows | amd64 | coding-plan-mask-0.4.0-windows-amd64.exe.zip |
| Windows | arm64 | coding-plan-mask-0.4.0-windows-arm64.exe.zip |
🔧 配置示例
[endpoint]
use_coding_endpoint = true
disguise_tool = "claudecode" # 推荐使用 Claude Code 伪装📚 完整更新日志
- 移除 X-Client-Type header 以提高伪装隐蔽性
- 新增 4 种伪装工具选项 (Claude Code, Cursor, Cline, Copilot)
- 更新默认伪装工具为 Claude Code
- 添加功能测试方案文档 (TEST_PLAN.md)
- 更新 README 文档
v0.3.0 - Coding Plan Mask
🎭 Coding Plan Mask v0.3.0
变更说明
- 项目重命名: coding-plan-proxy → coding-plan-mask
- 强调功能: 伪装(Masking)和中转(Relaying)
- 控制脚本: proxy-ctl → mask-ctl
- 版本升级: 0.2.0 → 0.3.0
下载
| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | amd64 | coding-plan-mask-linux-amd64 |
| Linux | arm64 | coding-plan-mask-linux-arm64 |
| macOS | amd64 | coding-plan-mask-darwin-amd64 |
| macOS | arm64 | coding-plan-mask-darwin-arm64 |
| Windows | amd64 | coding-plan-mask-windows-amd64.exe |
安装
# 下载对应平台的二进制文件
chmod +x coding-plan-mask-*
sudo mv coding-plan-mask-* /usr/local/bin/coding-plan-mask
# 或者从源码编译
git clone https://github.com/systemime/coding-plan-mask.git
cd coding-plan-mask
make build
sudo make install使用
# 启动服务
mask-ctl start
# 查看连接信息
mask-ctl infov0.2.0
Coding Plan Proxy v0.2.0
Changes
- Removed real-time monitor feature for cleaner codebase
- Simplified command-line interface
- Improved documentation
Features
- OpenAI-compatible API endpoints
- Support for 6+ LLM providers
- Real-time streaming support (SSE)
- Concurrent-safe rate limiting
- SQLite-based usage analytics
- Tool disguise feature
- systemd integration
Supported Platforms
- Linux (amd64, arm64)
- macOS (Intel, Apple Silicon)
- Windows (amd64)
Usage
# View statistics
coding-plan-proxy stats
# View connection info
coding-plan-proxy show⚠️ Risk Warning
This project is for educational and research purposes only. Use at your own risk.
v0.1.0 - Initial Release
Coding Plan Proxy v0.1.0
Features
- OpenAI-compatible API endpoints
- Support for 6+ LLM providers (Zhipu, Alibaba, MiniMax, DeepSeek, Moonshot)
- Real-time streaming support (SSE)
- Concurrent-safe rate limiting
- SQLite-based usage analytics
- Tool disguise feature
- systemd integration
Supported Platforms
- Linux (amd64, arm64)
- macOS (Intel, Apple Silicon)
- Windows (amd64)
⚠️ Risk Warning
This project is for educational and research purposes only. Users should be aware of potential risks including Terms of Service violations and account suspension. Use at your own risk and ensure compliance with all applicable laws and provider terms.