Skip to content

v1.0.2

Choose a tag to compare

@niels-emmer niels-emmer released this 12 Aug 11:15
· 81 commits to main since this release
4546fd1

Patch release — fixes the opencode compile target, which was producing files no real OpenCode installation could actually read.

Fixed

  • Compiling a profile to OpenCode produced JSON files everywhere. Verified against the official OpenCode docs: real OpenCode expects Markdown with YAML frontmatter for skills (.opencode/skills/<name>/SKILL.md), agents (.opencode/agents/<name>.md), and commands (.opencode/commands/<name>.md) — only the model/MCP config (opencode.json, a single merged file) is JSON. The adapter now matches the real format exactly, verified against the docs' own example files.
  • Profiles compiled to OpenCode now round-trip cleanly back through MyACE's own scanner (re-importing a compiled skill preserves its version/priority/tags).

Also included since v1.0.1

Downloads

Standalone CLI binaries for Linux, macOS (Intel + Apple Silicon), and Windows are attached below.