Skip to content

Commit 265860b

Browse files
zakameclaude
andcommitted
chore: release v1.1.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0dd9c14 commit 265860b

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2026-05-15
11+
12+
### Fixed
13+
14+
- OpenCode install section: corrected install path from `~/.opencode/plugins/` to a clone-anywhere + symlink approach; added `mkdir -p` prerequisites before `ln -sf` and `cp` commands
15+
16+
### Changed
17+
18+
- Copilot CLI install section restructured into "Via marketplace (recommended)" and "Manual install (alternate)" subsections, matching the Claude Code section structure; marketplace install via `zakame/skills-marketplace` is now the primary path with `copilot plugin update` for upgrades
19+
- Copilot CLI custom agents are now auto-discovered after `copilot plugin install`; manual copy to `~/.copilot/agents/` documented as fallback only
20+
- `.claude-plugin/` manifest directory now recognized by both Claude Code and Copilot CLI for marketplace loading
21+
- OpenCode install section restructured into "Skills" and "Subagent roles" subsections; corrected install path from `~/.opencode/plugins/` to a clone-anywhere + symlink approach targeting `.opencode/skills/` or `~/.config/opencode/skills/`
22+
- OpenCode doc links updated to specific pages (`/docs/agents/`, `/docs/skills/`)
23+
- OpenCode compatibility section: permission key descriptions clarified (`edit`, `bash`, `webfetch`, `read` with their exact tool scopes); Language Lawyer permission profile added
24+
1025
## [1.0.0] - 2026-05-13
1126

1227
### Added
@@ -55,5 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5570

5671
- Surgeon skill `description` frontmatter value quoted to prevent YAML parsing issues
5772

58-
[Unreleased]: https://github.com/zakame/brooks-agent-team/compare/v1.0.0...HEAD
73+
[Unreleased]: https://github.com/zakame/brooks-agent-team/compare/v1.1.0...HEAD
74+
[1.1.0]: https://github.com/zakame/brooks-agent-team/compare/v1.0.0...v1.1.0
5975
[1.0.0]: https://github.com/zakame/brooks-agent-team/releases/tag/v1.0.0

0 commit comments

Comments
 (0)