Skip to content

Releases: systemime/coding-plan-mask

v0.7.2

20 Mar 18:03

Choose a tag to compare

Release v0.7.2

  • Update OpenCode disguise defaults from local capture report
  • Add configurable opencode_user_agent override
  • Refresh README, CLI help, and config examples for v0.7.2

v0.7.1

20 Mar 16:48

Choose a tag to compare

Release v0.7.1

  • Update Claude Code disguise defaults to current Claude CLI-style User-Agent
  • Add configurable claude_code_user_agent and openclaw_user_agent options
  • Clarify README and config examples for disguise behavior

v0.7.0

20 Mar 10:10

Choose a tag to compare

v0.7.0

  • Add human-readable non-debug proxy token logs
  • Estimate response token counts when upstream usage is missing
  • Include cross-compiled binaries for Linux, macOS, and Windows

v0.6.2

20 Mar 09:32

Choose a tag to compare

v0.6.2

  • Add generic passthrough proxy routing
  • Keep local health, readiness, stats, and root management endpoints
  • Include cross-compiled binaries for Linux, macOS, and Windows

v0.6.1

20 Mar 08:53

Choose a tag to compare

v0.6.1

  • Support discovering config templates beside the executable
  • Include cross-compiled binaries for Linux, macOS, and Windows

v0.5.3

20 Mar 06:41

Choose a tag to compare

Fix macOS runtime error - use pure Go SQLite driver

v0.5.2

20 Mar 06:19

Choose a tag to compare

🎭 Coding Plan Mask v0.5.2

🐛 Bug 修复

  • 修复权限问题: 配置文件和数据库现在在可执行文件所在目录创建,不再使用绝对路径 /opt/project/...
  • 首次运行时会在可执行文件同目录自动创建 config.toml 配置文件
  • 数据库文件会在可执行文件同目录的 data/ 子目录创建

📁 文件位置

文件 位置
配置文件 <可执行文件目录>/config.toml
数据库 <可执行文件目录>/data/proxy.db

📦 下载

平台 架构 文件
Linux amd64 mask-ctl-linux-amd64
Linux arm64 mask-ctl-linux-arm64
macOS amd64 mask-ctl-darwin-amd64
macOS arm64 mask-ctl-darwin-arm64
Windows amd64 mask-ctl-windows-amd64.exe
Windows arm64 mask-ctl-windows-arm64.exe

🚀 使用方法

# 下载后直接运行
chmod +x mask-ctl-linux-amd64
./mask-ctl-linux-amd64

首次运行会在同目录创建 config.toml,按提示编辑填写即可。

v0.5.1

20 Mar 06:09

Choose a tag to compare

🎭 Coding Plan Mask v0.5.1

✨ 更新内容

  • 配置文件默认路径改为 /opt/project/coding-plan-mask/config/config.toml
  • 首次运行自动创建配置文件并提示用户填写必要信息
  • 二进制文件名改为 mask-ctl
  • 添加交叉编译脚本 (make release)
  • 更新 README 文档,修正编译和使用描述

📦 下载

平台 架构 文件
Linux amd64 mask-ctl-linux-amd64
Linux arm64 mask-ctl-linux-arm64
macOS amd64 mask-ctl-darwin-amd64
macOS arm64 mask-ctl-darwin-arm64
Windows amd64 mask-ctl-windows-amd64.exe
Windows arm64 mask-ctl-windows-arm64.exe

🚀 使用方法

# 下载对应平台的二进制文件
chmod +x mask-ctl-linux-amd64
./mask-ctl-linux-amd64

首次运行会自动创建配置文件,按提示填写即可。

📖 文档

完整文档请参考 README

v0.5.0

20 Mar 05:58

Choose a tag to compare

🎭 Coding Plan Mask v0.5.0

✨ 更新内容

  • 版本更新至 0.5.0
  • 添加 config.toml 配置文件
  • 更新 README 文档

📦 下载

平台 文件
Linux amd64 mask-ctl-linux-amd64
Linux arm64 mask-ctl-linux-arm64

🚀 使用方法

# 下载对应平台的二进制文件
chmod +x mask-ctl-linux-amd64
./mask-ctl-linux-amd64 -help

📖 文档

完整文档请参考 README

v0.4.1 - 使用有来源依据的 User-Agent 伪装

16 Mar 14:44

Choose a tag to compare

更新内容

  • 更新 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

参考来源