Skip to content

Commit 775525c

Browse files
committed
Bumps version to 1.1.1 with expanded skills and global install improvements
- Adds 13 new agent-specific skills and agentmemory linking across all 14 agents - Introduces 127 explicit skill-to-agent mappings and 15 cross-stack optional skills - Improves global install with multi-OS instructions and 3-tier template path resolution - Registers SonarQube agent with MCP enabled and proper permissions - Updates version references across CHANGELOG, index.html, and package.json
1 parent 0ffac2a commit 775525c

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

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

88
---
99

10+
## [1.1.1] - 2025-06-09
11+
12+
### Added
13+
14+
- **74 skill playbooks** (was 61) — 13 new agent-specific skills + agentmemory linked to all 14 agents
15+
- **Skill-to-agent mapping** — 127 explicit skill references across all agent prompts
16+
- **Cross-stack optional skills** — 15 skills available on-demand for django, golang, python, springboot, java stacks
17+
18+
### Changed
19+
20+
- **Global install** — multi-OS instructions (macOS/Linux, Windows PowerShell, CMD)
21+
- **Path resolution** — 3-tier fallback for template discovery (npx, global, local dev)
22+
- **SonarQube agent** — registered in config, MCP enabled, permissions added
23+
24+
---
25+
1026
## [1.1.0] - 2025-06-09
1127

1228
### Added

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
class="inline-flex items-center gap-2 px-3.5 py-2 rounded-full bg-accent/8 border border-accent/20 text-accent/85 text-xs font-mono tracking-tight">
755755
<span
756756
class="w-1.5 h-1.5 rounded-full bg-accent animate-pulse shadow-[0_0_6px_rgba(212,160,74,0.6)]"></span>
757-
v1.1.0 &mdash; 13 agents &middot; 62 skills &middot; 37 commands
757+
v1.1.1 &mdash; 13 agents &middot; 62 skills &middot; 37 commands
758758
</div>
759759
</div>
760760

@@ -2222,7 +2222,7 @@ <h2 class="text-2xl sm:text-3xl font-bold mb-3">Usage</h2>
22222222
d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" /></svg>
22232223
GitHub
22242224
</a>
2225-
<span>v1.1.0</span>
2225+
<span>v1.1.1</span>
22262226
<span>MIT</span>
22272227
</div>
22282228
</div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencode-agent-kit",
3-
"version": "1.1.0",
4-
"description": "Multi-stack OpenCode agent toolkit \u2014 13 specialized AI agents (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube) with 62 skills, 37 commands, and 7 MCP servers",
3+
"version": "1.1.1",
4+
"description": "Multi-stack OpenCode agent toolkit 13 specialized AI agents (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube) with 62 skills, 37 commands, and 7 MCP servers",
55
"type": "module",
66
"bin": {
77
"opencode-agent-kit": "./bin/init.mjs"

0 commit comments

Comments
 (0)