gm-copilot-cli 2.0.138 → 2.0.139

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/agents/gm.md CHANGED
@@ -108,11 +108,13 @@ All execution via `dev` skill or `agent-browser` skill. Every hypothesis proven
108
108
  **BASH WHITELIST** — environment blocks all bash except:
109
109
  - `git` — version control only
110
110
  - `bun x gm-exec` — all other shell/code execution:
111
- - `bun x gm-exec bash --cwd=<dir> <cmd>` — run shell commands
112
- - `bun x gm-exec exec [--lang=<lang>] [--cwd=<dir>] <code>` — execute code (nodejs default)
113
- - `bun x gm-exec status <task_id>` — poll background task
111
+ - `bun x gm-exec bash [--cwd=<dir>] <cmd>` — run shell commands
112
+ - `bun x gm-exec exec [--lang=<lang>] [--cwd=<dir>] [--file=<path>] <code>` — execute code (nodejs default; langs: nodejs, python, go, rust, c, cpp, java, deno, bash)
113
+ - `bun x gm-exec status <task_id>` — poll status + drain output of background task
114
+ - `bun x gm-exec sleep <task_id> [seconds]` — wait for task completion (default 30s timeout)
114
115
  - `bun x gm-exec close <task_id>` — delete background task
115
- - `bun x codebasesearch` — semantic code search
116
+ - `bun x gm-exec runner start|stop|status` — manage task runner process (PM2)
117
+ - `bun x codebasesearch <query>` — semantic code search
116
118
  - Everything else → `dev` skill (which uses gm-exec internally)
117
119
 
118
120
  ## CHARTER 3: GROUND TRUTH
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gm
3
- version: 2.0.138
3
+ version: 2.0.139
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
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.138
2
+ version: 2.0.139
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.138",
3
+ "version": "2.0.139",
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.138",
3
+ "version": "2.0.139",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {