@kenkaiiii/gg-boss 4.3.163 → 4.3.164

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.
Files changed (31) hide show
  1. package/README.md +3 -3
  2. package/dist/{chunk-YNWFCUMR.js → chunk-DZO3FVYX.js} +3 -3
  3. package/dist/chunk-DZO3FVYX.js.map +1 -0
  4. package/dist/{chunk-QT366Y52.js → chunk-JEGMYLRS.js} +3 -3
  5. package/dist/{chunk-WJ4S4TOY.js → chunk-NA54UQR4.js} +2 -2
  6. package/dist/{chunk-JBKZOBJ7.js → chunk-SSDL6C2P.js} +27834 -13526
  7. package/dist/{chunk-JBKZOBJ7.js.map → chunk-SSDL6C2P.js.map} +1 -1
  8. package/dist/cli.js +1695 -996
  9. package/dist/cli.js.map +1 -1
  10. package/dist/{devtools-526EIB4G.js → devtools-OQIIURAD.js} +11 -33
  11. package/dist/{devtools-526EIB4G.js.map → devtools-OQIIURAD.js.map} +1 -1
  12. package/dist/{dist-VXOVSHZ5.js → dist-IGN2W3JX.js} +2 -2
  13. package/dist/{chunk-EZYGVECW.js → ignore-3XU7YNRW.js} +3 -6
  14. package/dist/index.js +4 -6
  15. package/dist/index.js.map +1 -1
  16. package/dist/{chunk-RMSZMSH5.js → out-NHVJUVVH.js} +3 -6
  17. package/dist/{pixel-WPYTQADG.js → pixel-OQO4WMWJ.js} +4 -4
  18. package/dist/{pixel-fix-4WGZAJ5W.js → pixel-fix-JKVDORFT.js} +3 -3
  19. package/package.json +5 -5
  20. package/dist/chunk-YNWFCUMR.js.map +0 -1
  21. package/dist/ignore-AXNNXJD4.js +0 -7
  22. package/dist/out-NH6HQBFM.js +0 -7
  23. package/dist/out-NH6HQBFM.js.map +0 -1
  24. package/dist/pixel-WPYTQADG.js.map +0 -1
  25. /package/dist/{chunk-QT366Y52.js.map → chunk-JEGMYLRS.js.map} +0 -0
  26. /package/dist/{chunk-WJ4S4TOY.js.map → chunk-NA54UQR4.js.map} +0 -0
  27. /package/dist/{dist-VXOVSHZ5.js.map → dist-IGN2W3JX.js.map} +0 -0
  28. /package/dist/{chunk-EZYGVECW.js.map → ignore-3XU7YNRW.js.map} +0 -0
  29. /package/dist/{chunk-RMSZMSH5.js.map → out-NHVJUVVH.js.map} +0 -0
  30. /package/dist/{ignore-AXNNXJD4.js.map → pixel-OQO4WMWJ.js.map} +0 -0
  31. /package/dist/{pixel-fix-4WGZAJ5W.js.map → pixel-fix-JKVDORFT.js.map} +0 -0
package/README.md CHANGED
@@ -60,10 +60,10 @@ A few things make it feel like one conversation instead of N:
60
60
 
61
61
  Boss and workers run on **different models, on purpose**. Use a strong reasoning model (Opus, GPT-5) up top and a fast cheap model (Sonnet, Haiku) for the workers — or whatever combination fits the work.
62
62
 
63
- Defaults: `claude-opus-4-7` for the boss, `claude-sonnet-4-6` for the workers. Anthropic, OpenAI, GLM, and Moonshot are all supported (anything `ggcoder` supports). Swap mid-session with `/model-boss` and `/model-workers` — your choice persists across restarts.
63
+ Defaults: `claude-opus-4-8` for the boss, `claude-sonnet-4-6` for the workers. Anthropic, OpenAI, GLM, and Moonshot are all supported (anything `ggcoder` supports). Swap mid-session with `/model-boss` and `/model-workers` — your choice persists across restarts.
64
64
 
65
65
  ```bash
66
- ggboss --boss-model claude-opus-4-7 --worker-model claude-sonnet-4-6
66
+ ggboss --boss-model claude-opus-4-8 --worker-model claude-sonnet-4-6
67
67
  ggboss --project ../api --project ../web # explicit project list
68
68
  ```
69
69
 
@@ -74,7 +74,7 @@ ggboss --project ../api --project ../web # explicit project list
74
74
  | Key | What it does |
75
75
  |---|---|
76
76
  | <kbd>Tab</kbd> | Cycle the project scope pill (All / per-project) on your next message |
77
- | <kbd>Shift+Tab</kbd> | Toggle the boss's extended thinking |
77
+ | <kbd>Shift+Tab</kbd> | Cycle the boss's thinking level (Anthropic/OpenAI tiers, then off) |
78
78
  | <kbd>Esc</kbd> | Interrupt the boss mid-turn (workers keep running) |
79
79
  | <kbd>Ctrl+T</kbd> | Open the Tasks pane |
80
80
  | <kbd>Ctrl+C</kbd> ×2 | Exit gg-boss |
@@ -38,11 +38,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  mod
39
39
  ));
40
40
 
41
- // ../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.14_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js
41
+ // ../../node_modules/.pnpm/tsup@8.5.1_jiti@2.7.0_postcss@8.5.14_tsx@4.22.3_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js
42
42
  import path from "path";
43
43
  import { fileURLToPath } from "url";
44
44
  var init_esm_shims = __esm({
45
- "../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.14_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js"() {
45
+ "../../node_modules/.pnpm/tsup@8.5.1_jiti@2.7.0_postcss@8.5.14_tsx@4.22.3_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js"() {
46
46
  "use strict";
47
47
  }
48
48
  });
@@ -54,4 +54,4 @@ export {
54
54
  __toESM,
55
55
  init_esm_shims
56
56
  };
57
- //# sourceMappingURL=chunk-YNWFCUMR.js.map
57
+ //# sourceMappingURL=chunk-DZO3FVYX.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../node_modules/.pnpm/tsup@8.5.1_jiti@2.7.0_postcss@8.5.14_tsx@4.22.3_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js"],"sourcesContent":["// Shim globals in esm bundle\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\n\nconst getFilename = () => fileURLToPath(import.meta.url)\nconst getDirname = () => path.dirname(getFilename())\n\nexport const __dirname = /* @__PURE__ */ getDirname()\nexport const __filename = /* @__PURE__ */ getFilename()\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,OAAO,UAAU;AACjB,SAAS,qBAAqB;AAF9B;AAAA;AAAA;AAAA;AAAA;","names":[]}
@@ -5,10 +5,10 @@ import {
5
5
  isInstallProbeFingerprint,
6
6
  source_default,
7
7
  verifyInstall
8
- } from "./chunk-WJ4S4TOY.js";
8
+ } from "./chunk-NA54UQR4.js";
9
9
  import {
10
10
  init_esm_shims
11
- } from "./chunk-YNWFCUMR.js";
11
+ } from "./chunk-DZO3FVYX.js";
12
12
 
13
13
  // ../ggcoder/dist/core/pixel.js
14
14
  init_esm_shims();
@@ -355,4 +355,4 @@ export {
355
355
  listAllErrors,
356
356
  runPixelInstall
357
357
  };
358
- //# sourceMappingURL=chunk-QT366Y52.js.map
358
+ //# sourceMappingURL=chunk-JEGMYLRS.js.map
@@ -1,7 +1,7 @@
1
1
  import { createRequire as __createRequire } from "node:module"; const require = __createRequire(import.meta.url);
2
2
  import {
3
3
  init_esm_shims
4
- } from "./chunk-YNWFCUMR.js";
4
+ } from "./chunk-DZO3FVYX.js";
5
5
 
6
6
  // ../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js
7
7
  init_esm_shims();
@@ -2302,4 +2302,4 @@ export {
2302
2302
  isInstallProbeFingerprint,
2303
2303
  verifyInstall
2304
2304
  };
2305
- //# sourceMappingURL=chunk-WJ4S4TOY.js.map
2305
+ //# sourceMappingURL=chunk-NA54UQR4.js.map