@corbat-tech/coco 2.30.0 → 2.31.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.
- package/README.md +1 -0
- package/dist/cli/index.js +463 -45
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +40 -5
- package/dist/index.js +167 -40
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,7 @@ Common commands:
|
|
|
112
112
|
- `/help` show available commands and skills.
|
|
113
113
|
- `/provider` switch provider.
|
|
114
114
|
- `/model` switch model.
|
|
115
|
+
- `/thinking [off|auto|low|medium|high|<tokens>]` control the reasoning/thinking budget (claude-4+, o3/o4-mini, gpt-5+, gemini-2.5+).
|
|
115
116
|
- `/quality [on|off]` toggle convergence mode.
|
|
116
117
|
- `/check` run checks in project context.
|
|
117
118
|
- `/review` run code review workflow.
|