@kenkaiiii/gg-boss 4.3.163 → 4.4.0

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-JBKZOBJ7.js → chunk-5ENJR6XI.js} +33489 -19470
  3. package/dist/{chunk-JBKZOBJ7.js.map → chunk-5ENJR6XI.js.map} +1 -1
  4. package/dist/{chunk-YNWFCUMR.js → chunk-DZO3FVYX.js} +3 -3
  5. package/dist/chunk-DZO3FVYX.js.map +1 -0
  6. package/dist/{chunk-QT366Y52.js → chunk-JEGMYLRS.js} +3 -3
  7. package/dist/{chunk-WJ4S4TOY.js → chunk-NA54UQR4.js} +2 -2
  8. package/dist/cli.js +1679 -1378
  9. package/dist/cli.js.map +1 -1
  10. package/dist/{devtools-526EIB4G.js → devtools-XF5S3NSL.js} +11 -33
  11. package/dist/{devtools-526EIB4G.js.map → devtools-XF5S3NSL.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 +6 -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 |