feat: add mutation tools and help command for v0.0.4
- Add envsitter_add, envsitter_set, envsitter_unset, envsitter_delete tools - Add envsitter_help tool with comprehensive usage guide for agents - Change blocking to silent mode (error messages only, no toasts) - Bump envsitter dependency to ^0.0.4 - Update README with new tools and envsitter library reference - Update CHANGELOG for v0.0.4
This commit is contained in:
18
package.json
18
package.json
@@ -1,8 +1,22 @@
|
||||
{
|
||||
"name": "envsitter-guard",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter.",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"opencode",
|
||||
"opencode-plugin",
|
||||
"dotenv",
|
||||
"env",
|
||||
"secrets",
|
||||
"security",
|
||||
"guard",
|
||||
"agent",
|
||||
"llm",
|
||||
"ai",
|
||||
"mcp",
|
||||
"envsitter"
|
||||
],
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -31,7 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@opencode-ai/plugin": "^1.1.14",
|
||||
"envsitter": "^0.0.3"
|
||||
"envsitter": "^0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "*",
|
||||
|
||||
Reference in New Issue
Block a user