Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 31 Jan 16:43
· 275 commits to main since this release

Added

  • Universal resource format: optional YAML frontmatter (common + platform blocks) in bundle resources; Augent merges at install and emits full merged frontmatter. See bundles.md.
  • GitHub Copilot (--for copilot): rules, commands, agents, skills, MCP, and AGENTS.md under .github/; auto-detected from .github/instructions, .github/skills, .github/prompts, or AGENTS.md. See platforms.md.
  • JetBrains Junie (--for junie): rules, commands, agents, skills, MCP, and AGENTS.md under .junie/; auto-detected from .junie or AGENTS.md. See platforms.md.

Changed

  • Platform paths and detection: OpenCode and Codex detect AGENTS.md; OpenCode MCP → .opencode/opencode.json; Gemini agents use nested paths (agents/**/*.md.gemini/agents/**/*.md). Docs list unsupported resource types per platform. See platforms.md.

Fixed

  • augent install no longer creates .augent/ when there is nothing to install (e.g. run in a directory with no workspace and no bundles to install).