Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 May 03:05

Changelog

  • c5a7d30 fix: add test fixtures to git and set explicit commit author for CI
  • 482d9f6 fix: skip go-git transport tests in short mode for CI compatibility
  • 1b052d0 chore: un-ignore .github directory in gitignore
  • 9069a8b build: add goreleaser config
  • 26ba65e ci: publish github release assets
  • 0e2bd17 docs: add release binary install instructions
  • a8e85fa docs: plan github release assets workflow
  • 09df719 docs: design github release assets workflow
  • eaff13f Merge pull request #1 from gzb1128/feat/claude-marketplace-feature-parity
  • a48f0ef fix: address 2nd round code review findings
  • 97ff58c fix: address code review findings - security, test isolation, dead code removal
  • 5c6893c feat: implement plugin-level npm source installation with fakeable runner
  • b259217 feat: implement deleted plugin cleanup during marketplace update
  • 4a34efa feat: implement generic component linking for skills, commands, and agents
  • 89913eb feat: implement dependency closure installation with cross-marketplace blocking
  • cc4218e feat: implement manifest semantics (pluginRoot, dependencies, fallback, materialization)
  • a2b90c7 feat: implement git ref-aware clone, custom marketplace path, and sparse checkout deferral
  • 0cffedb Implement URL marketplace fetching with path-safe caching
  • fc4f1b8 fix: improve error message for nonexistent home-relative path and fix test setup fragility
  • 1fce76f feat: marketplace input parsing parity with Claude Code
  • bbdd2c9 docs: tighten plugin CLI documentation
  • c22b7cf Refactor marketplace source parsing
  • 429a8e3 feat: sync skills to ~/.agents/skills instead of ~/.config/opencode
  • d134450 fix: write MCP config to opencode.json instead of .mcp.json
  • 08f43bf docs: add design documentation for CLI architecture
  • 83d4370 feat: add remote plugin source support (url, github, git-subdir)
  • 032ab73 feat: register MCP command in root command
  • 5d78225 feat: implement complete MCP (Model Context Protocol) support
  • 2a72fe2 fix: improve plugin remove command to handle multiple installations
  • fd17e3f chore: refactor doc structure
  • 8e9268b fix: Update .gitignore to only ignore hidden directories
  • 676933a Initial commit: OpenCode Plugin CLI