@viraatdas/rudder 1.0.37 → 1.0.39
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
|
@@ -390,6 +390,7 @@ through suggestions and `Enter` to choose one.
|
|
|
390
390
|
| `/plan <task>` | Start one read-only planning session without toggling plan mode |
|
|
391
391
|
| `/rudder-plan <task>` | Start a planning coordinator that decomposes the task and spawns worker agents |
|
|
392
392
|
| `/run <task>` | Start an implementation run even when plan mode is on |
|
|
393
|
+
| `/merge-all` | Merge all completed worktrees |
|
|
393
394
|
| `/login` | Open browser login for Rudder Cloud |
|
|
394
395
|
| `/cloud` | Ask whether to onload the current Rudder workspace or start a fresh Fly worker |
|
|
395
396
|
| `/cloud <name>` | Ask the same question, using the name for the fresh Fly worker |
|
|
Binary file
|
package/package.json
CHANGED