pando-ai 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pando-ai",
3
- "version": "0.2.2",
4
- "description": "Pando — an AI coding firewall. Supervises codex and claude transparently: reduces the agent to the Pando MCP tool, intercepts/rewrites everything else, and keeps code local.",
3
+ "version": "0.2.4",
4
+ "description": "AI coding firewall for Codex and Claude Code: supervised launchers, Pando MCP, policy enforcement, Claude hooks, and local provider gateway.",
5
5
  "bin": {
6
6
  "pando-ai": "bin/pando-ai.js"
7
7
  },
@@ -45,7 +45,16 @@
45
45
  "scripts": {
46
46
  "test": "echo \"Error: no test specified\" && exit 1"
47
47
  },
48
- "keywords": [],
48
+ "keywords": [
49
+ "ai",
50
+ "coding-agent",
51
+ "firewall",
52
+ "mcp",
53
+ "codex",
54
+ "claude-code",
55
+ "cursor",
56
+ "developer-tools"
57
+ ],
49
58
  "author": "",
50
59
  "license": "ISC",
51
60
  "type": "commonjs"