Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit 1bd574e

Browse files
committed
Prepare release v1.1.1
1 parent e415f11 commit 1bd574e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
- Fix skills directory structure for plugin linker compatibility
6+
- The linker expects `skills/<group>/<skill-name>/` but the skill was at `skills/<skill-name>/` directly
7+
- The skill was silently never linked because the linker treated the skill directory as a group directory
8+
39
## 1.1.0
410

511
- Inject `.env` variables into `process.env` at plugin init time (Phase 1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techdivision/opencode-plugin-shell-env",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "OpenCode Plugin - Shell environment loader for .env variables",
55
"type": "module",
66
"main": "src/shell-env.ts",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "shell-env",
33
"description": "Shell environment loader - loads .env variables into OpenCode shell and MCP processes",
44
"category": "optional",
5-
"version": "1.1.0"
5+
"version": "1.1.1"
66
}

0 commit comments

Comments
 (0)