Skip to content

Releases: StringKe/claudex

v0.2.0

25 Feb 16:21
0118163

Choose a tag to compare

[0.2.0] - 2026-02-25

Bug Fixes

  • Fix(website): marketplace 全宽 splash 布局 + GitHub stars (597b13b)
  • Fix(website): marketplace 卡片响应式布局优化 (25f120e)
  • Fix(website): marketplace 页面移至 locale 路径修复 404 (5f46de8)
  • Fix(website): _redirects 移除绝对 URL + wrangler.toml 同步远程配置 (a0bc853)
  • Fix(website): wrangler.toml 添加 [assets] 配置修复部署 (c74fcee)

Features

  • Feat(sets): marketplace 页面 + sets.json 注册表 + 代码格式化 (145f36d)
  • Feat(website): 从 GitHub Pages 迁移到 Cloudflare Pages (943a104)
  • Feat(website): 配置 claudex.space 自定义域名 + SEO 优化 (99e472b)

Miscellaneous

  • Chore: bump version to 0.2.0 (0118163)
  • Chore: 移除 deploy-docs workflow,已由 Cloudflare Git 集成替代 (49bc094)
  • Chore: 添加 wrangler.toml 配置 Cloudflare Pages 部署 (2d67812)

v0.1.4

25 Feb 15:23
3d68195

Choose a tag to compare

[0.1.4] - 2026-02-25

Bug Fixes

  • Fix: 默认配置改为最小化空配置 + 更新 example 中过时的 URL (3d68195)
  • Fix: install.sh 兼容 sh/dash/musl + config 默认路径改为 ~/.config/claudex (76f1cb1)

v0.1.3

25 Feb 15:06
c46be74

Choose a tag to compare

[0.1.3] - 2026-02-25

Bug Fixes

  • Fix(launch): 移除 claude 自动更新功能 (b304be0)

Documentation

  • Docs: git-cliff 集成调研与计划文档 (534bc28)

Features

  • Feat(proxy): 支持 profile 级 max_tokens 上限配置 (29fbced)

Miscellaneous

  • Chore: bump version to 0.1.3 (c46be74)

v0.1.2

25 Feb 14:13
b07a23f

Choose a tag to compare

[0.1.2] - 2026-02-25

Bug Fixes

  • Fix(oauth): OpenAI token 过期自动刷新 + 修正 client_id 和 token endpoint (d2d57e0)
  • Fix(proxy): OpenRouter 从 DirectAnthropic 改为 OpenAICompatible (e327889)

Documentation

  • Docs: 新增 Provider 配置指南页(中英双语) (c2c0fd2)

Features

  • Feat(launch): 自动禁用 Chrome 集成 + 每日自动更新 claude (e78413f)

Miscellaneous

  • Chore: bump version to 0.1.2 (b07a23f)

v0.1.1

25 Feb 13:16
a10d10a

Choose a tag to compare

[0.1.1] - 2026-02-25

Bug Fixes

  • Fix(oauth,launch): OAuth token 注入 CHATGPT_ACCOUNT_ID + 退出追加 claudex resume 提示 (f86aeb2)

Miscellaneous

  • Chore: bump version to 0.1.1 (a10d10a)

v0.1.0

25 Feb 12:33
cbc4b9d

Choose a tag to compare

[0.1.0] - 2026-02-25

Bug Fixes

  • Fix(ci): 修复 Cargo.toml section 顺序导致 Windows 依赖丢失 (e0643d8)
  • Fix(ci): 修复跨平台构建失败,支持 Windows/musl/cross 编译 (e7c9c70)
  • Fix(proxy): 4xx 客户端错误透传原始状态码,不触发断路器和重试 (17de245)
  • Fix(pty): 修复多字节 UTF-8 字符跨 read 边界被截断导致的终端乱码 (2388e3a)
  • Fix: cargo fmt 格式化修复 (ddb9765)
  • Fix(launch): 非交互模式检测支持 -p/--print flag + 测试脚本优化 (8744ad1)
  • Fix: cargo fmt 格式化修复 (98c6570)
  • Fix(docs): 添加根路径重定向到默认语言 (bf09b62)
  • Fix(docs): 修复文档与源码不一致的 3 处问题 (e150a0d)
  • Fix(core): 修复审计发现的 7 个 bug (a5af0e9)

Build

  • Build: 集成 git-cliff 自动生成 release changelog (cbc4b9d)

CI/CD

  • Ci(release): 移除 Windows target,简化打包流程 (a8d7003)

Documentation

  • Docs: 文档站更新 OAuth 认证、非交互模式、模型映射等新功能 (fbbe4ee)
  • Docs: 中英双语 README + Astro Starlight 文档站 + GitHub Pages 部署 (4fc8802)

Features

  • Feat(proxy): OpenAI Responses API 适配层,支持 ChatGPT/Codex 订阅 (dfebb9b)
  • Feat(oauth): OAuth 订阅认证支持 + 多项体验改进 (a106e8e)
  • Feat(terminal): OSC 8 终端超链接支持,文件路径和 URL 可点击 (2101ba8)
  • Feat(core): 功能补齐 + CI/CD + 单元测试 (e0f1d7b)
  • Feat: 初始化 claudex 项目 (6eb5b24)

Miscellaneous

  • Chore: 添加社区文件(issue 模板、PR 模板、贡献指南、行为准则、安全策略) (e635e5d)

Refactoring

  • Refactor(proxy): ProviderAdapter trait 统一三路 forward 逻辑,消除重复代码 (0131dfc)
  • Refactor(context,router): 上下文引擎和路由器复用 profile 配置 (1c9261b)