File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0
4+
5+ - Inject ` .env ` variables into ` process.env ` at plugin init time (Phase 1)
6+ - Downstream plugins can now read ` .env ` values via ` process.env.KEY `
7+ - Eliminates the need for each plugin to implement its own ` .env ` parsing
8+ - Add ` shell-env-usage ` skill document
9+ - Add ` AGENTS.md ` with build commands and code style guidelines
10+ - Add GitHub Actions workflow for automated npm publishing on tag push
11+ - Move source code from ` plugins/ ` to ` src/ ` to avoid opencode-link symlinker collision
12+ - Extract ` loadEnvFile() ` helper function (DRY)
13+
314## 1.0.0
415
516- Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " @techdivision/opencode-plugin-shell-env" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " OpenCode Plugin - Shell environment loader for .env variables" ,
55 "type" : " module" ,
66 "main" : " src/shell-env.ts" ,
Original file line number Diff line number Diff line change 22 "name" : " shell-env" ,
33 "description" : " Shell environment loader - loads .env variables into OpenCode shell and MCP processes" ,
44 "category" : " optional" ,
5- "version" : " 1.0 .0"
5+ "version" : " 1.1 .0"
66}
You can’t perform that action at this time.
0 commit comments