gm-copilot-cli 2.0.117 → 2.0.119

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gm
3
- version: 2.0.117
3
+ version: 2.0.119
4
4
  description: State machine agent with hooks, skills, and automated git enforcement
5
5
  author: AnEntrypoint
6
6
  repository: https://github.com/AnEntrypoint/gm-copilot-cli
@@ -64,8 +64,8 @@ const run = () => {
64
64
 
65
65
  if (tool_name === 'Bash') {
66
66
  const command = (tool_input?.command || '').trim();
67
- if (!/^bun x mcp-gm(\s|$)/.test(command)) {
68
- return { block: true, reason: 'Bash is restricted to: bun x mcp-gm. All other commands are blocked.' };
67
+ if (!/^(bun x gm-cc|bunx gm-cc)(\s|$)/.test(command)) {
68
+ return { block: true, reason: 'Bash is restricted to: bunx gm-cc\n\ngm-cc is the only allowed execution tool.\n\nUsage: bunx gm-cc\n\nAll other Bash commands are blocked.' };
69
69
  }
70
70
  }
71
71
 
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.117
2
+ version: 2.0.119
3
3
  description: State machine agent with hooks, skills, and automated git enforcement
4
4
  author: AnEntrypoint
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-copilot-cli",
3
- "version": "2.0.117",
3
+ "version": "2.0.119",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/tools.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.117",
3
+ "version": "2.0.119",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {