gm-copilot-cli 2.0.664 → 2.0.666

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.664
3
+ version: 2.0.666
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/hooks/hooks.json CHANGED
@@ -8,7 +8,7 @@
8
8
  {
9
9
  "type": "command",
10
10
  "command": "${COPILOT_EXTENSION_DIR}/bin/plugkit hook pre-tool-use",
11
- "timeout": 3600
11
+ "timeout": 15000
12
12
  }
13
13
  ]
14
14
  }
@@ -44,12 +44,12 @@
44
44
  {
45
45
  "type": "command",
46
46
  "command": "${COPILOT_EXTENSION_DIR}/bin/plugkit hook session-end",
47
- "timeout": 300000
47
+ "timeout": 30000
48
48
  },
49
49
  {
50
50
  "type": "command",
51
51
  "command": "${COPILOT_EXTENSION_DIR}/bin/plugkit hook session-end-git",
52
- "timeout": 60000
52
+ "timeout": 210000
53
53
  }
54
54
  ]
55
55
  }
package/index.html CHANGED
@@ -929,7 +929,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; }
929
929
  <section>
930
930
  <div class="gm-section-label"><span class="slash">//</span>status</div>
931
931
  <div class="panel">
932
- <div class="panel-head"><span>release · v2.0.664</span><span>probably emerging</span></div>
932
+ <div class="panel-head"><span>release · v2.0.666</span><span>probably emerging</span></div>
933
933
  <div class="panel-body">
934
934
  <div class="row">
935
935
  <span class="code"><span style="color:var(--panel-accent)">●</span></span>
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.664
2
+ version: 2.0.666
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.664",
3
+ "version": "2.0.666",
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.664",
3
+ "version": "2.0.666",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {