Releases: zhaolianghz/clawbox
Releases · zhaolianghz/clawbox
Release list
ClawBox v0.3.5
新功能
配置导入 / 导出(#2)
把你的服务商 / MCP 服务器 / 技能来源打包成一个 .clawbox.json 文件发给朋友,对方导入即用,不用逐条手填:
- 导出(服务商页 → 导出配置):服务商逐个勾选,MCP / 技能可选一并打包;API 密钥默认包含(导出时提示仅发给信任的人),也可一键剥离
- 导入(服务商页 → 导入配置):应用前预览,逐条标注「新增 / 合并 / 覆盖 / 跳过」,勾选确认才入库;与你已有的同端点服务商自动合并,只补空字段、绝不覆盖已填的密钥
- 导入的技能会从源仓库安装最新版本
- 文件带格式版本号,为后续云同步预留兼容
🤖 Generated with Claude Code
ClawBox v0.3.4
Download the installer for your platform below.
ClawBox v0.3.3
新功能
MCP 市场
- MCP 页改版为「市场 / 已配置」双 Tab,精选目录卡片式浏览
- 分类过滤(官方/开发/浏览器/效率/数据)+ 搜索
- 一键添加;需要 API key 的条目卡片内补参添加
Agent 扩容(10 → 16)
- 新增:Gemini CLI、Cline、Pi、Qwen Code、Copilot CLI(npm 一键安装)、Trae Agent(检测)
- MCP 同步支持 gemini / cline / qwen-code / copilot-cli(各自原生配置格式)
- 服务商绑定新增支持 gemini(~/.gemini/.env)、cline(官方 cline auth)、pi(models.json)
UI
- 三主题系统:赛博朋克霓虹 / 简洁浅色 / 液态玻璃,关于页切换
- Agent 图标全面接入 lobe-icons 真品牌标
- Agent 管理页秒开(上次检测结果缓存 + 后台静默刷新)
修复
- Kimi Code 新数据根(~/.kimi-code)与 0.31 新 schema 适配(openai type + max_context_size)
- 升级徽章由字符串比较改为严格 semver,消除误报
- 浅色主题下新页面控件可见性
🤖 Generated with Claude Code
ClawBox v0.3.2
What's Changed
Added
- Codex model catalog — when the provider bound to Codex lists models, ClawBox writes
~/.codex/clawbox-model-catalog.jsonand pointsmodel_catalog_json(absolute path) at it, so Codex's model picker surfaces the models you configured instead of only the built-in ones. Unbinding removes the file and key; amodel_catalog_jsonyou set yourself is left untouched. - Startup reconciliation — on launch, ClawBox re-checks every agent binding and silently re-deploys when the agent's config drifted from what the binding expects (e.g. after an upgrade changed the deployed format, or the file was hand-edited). No drift means no writes and no backups.
Fixed
- Codex failed to start with a ClawBox-managed provider — Codex removed chat completions support; ClawBox now writes
wire_api = "responses". The catalog path is written absolute because Codex rejects relativemodel_catalog_jsonpaths at startup.
Full Changelog: v0.3.1...v0.3.2
ClawBox v0.3.1
What's Changed
Fixed
- Light theme visibility on the Agents page — the provider selector previously looked like plain text (invisible border, no dropdown arrow, no hover cue) and users couldn't tell it was clickable. It now has a themed background, border, chevron and hover highlight, with a muted "Select a provider" placeholder. Page buttons, sync chips and teal accents also switched to theme-aware tokens so they stay visible in light mode.
Full Changelog: v0.3.0...v0.3.1
ClawBox v0.3.0
What's Changed
Changed
- Per-agent provider binding — pick a provider for each agent independently on the Agents page; the selection takes effect immediately, and editing a provider automatically re-deploys it to every agent bound to it.
- macOS bundle identifier renamed from
com.clawbox.apptocom.clawbox.desktop. macOS treats this build as a new app; window state and permissions do not carry over.
Removed
- The global default (star) and the "Sync to agents" panel on the Providers page, superseded by per-agent binding. Legacy star configs are migrated automatically on load.
- The "Not managed by ClawBox" unbind option in the agent provider selector. Unbound agents now show a disabled "Select a provider" placeholder.
Full Changelog: v0.2.0...v0.3.0
ClawBox v0.2.0
Download the installer for your platform below.