Skip to content

Releases: Lynricsy/AgentConfigHub

AgentConfigHub v0.2.2

Choose a tag to compare

@Lynricsy Lynricsy released this 15 Aug 13:12
f882612

Changes

  • Manage root .env files for Claude Code, Codex, OpenCode, Pi, OMP, and Grok.
  • Validate dotenv syntax and apply secret placeholders during publishing.
  • Treat browser-unknown .env uploads as UTF-8 text instead of binary.
  • Require CLI 0.2.2 for releases using the updated adapter revisions.

v0.2.1

Choose a tag to compare

@Lynricsy Lynricsy released this 12 Aug 14:52
028363f

修复

  • omp adapter 把 role-prompts/** 列为可托管面,对应 role-prompt.ts 扩展的 <agent-dir>/role-prompts/<role>.md 约定;adapter revision 2 → 3。
  • Web 端 ErrorNotice 不再把本地校验错误吞成 The request could not be completed.,直接显示真实原因。
  • npm 发布流水线按拓扑顺序构建 CLI 依赖(v0.2.0 因缺少 protocol 类型产物发布失败,npm 上没有 0.2.0)。

兼容性

  • 启用 omp 的 release 的 minCliVersion0.2.1,请升级 CLI:npx --yes agent-config-hub@latest
  • 只启用其他 Agent 的 release 仍为 0.1.0,旧 CLI 可继续拉取。

v0.2.0

Choose a tag to compare

@Lynricsy Lynricsy released this 12 Aug 14:42
cf8cad2

修复

  • omp adapter 把 role-prompts/** 列为可托管面,对应 role-prompt.ts 扩展的 <agent-dir>/role-prompts/<role>.md 约定;adapter revision 2 → 3。
  • Web 端 ErrorNotice 不再把本地校验错误吞成 The request could not be completed.,直接显示真实原因。

兼容性

  • 启用 omp 的 release 的 minCliVersion 抬到 0.2.0,请升级 CLI:npx agent-config-hub@latest
  • 只启用其他 Agent 的 release 仍为 0.1.0,旧 CLI 可继续拉取。