@viraatdas/rudder 1.0.52 → 1.0.54
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/native/rudder-native +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -387,6 +387,7 @@ through suggestions and `Enter` to choose one.
|
|
|
387
387
|
| Command | Action |
|
|
388
388
|
| --- | --- |
|
|
389
389
|
| `/model` | Open the provider-first model picker: choose Claude or Codex, then model, then effort when supported |
|
|
390
|
+
| `/main` or `/m` | Start or focus the main-branch agent pane |
|
|
390
391
|
| `/plan` | Toggle Rudder's read-only plan mode for task pane submissions |
|
|
391
392
|
| `/plan <task>` | Start one read-only planning session without toggling plan mode |
|
|
392
393
|
| `/rudder-plan <task>` | Start a planning coordinator that decomposes the task and spawns worker agents |
|
|
Binary file
|
package/package.json
CHANGED