@viraatdas/rudder 0.7.33 → 0.7.35

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 CHANGED
@@ -93,10 +93,10 @@ override it for local development or another deployment.
93
93
 
94
94
  Inside the dashboard, `/login` starts browser auth and `/cloud list` lists
95
95
  cloud workers after you are logged in. `/cloud` opens a confirmation pane before
96
- anything launches. The default option uploads the selected local run and
97
- recreates it in the cloud. Press Down to choose a scratch Fly microVM from the
98
- current repo, then Enter to start. `/cloud <name>` uses the same prompt but
99
- gives the scratch worker a specific name. `/cloud help` shows the cloud command
96
+ anything launches. The highlighted default option onloads the current Rudder run
97
+ to the cloud. Press Down to choose a scratch Fly microVM in a fresh cloud
98
+ directory, then Enter to start. `/cloud <name>` uses the same prompt but gives
99
+ the scratch worker a specific name. `/cloud help` shows the cloud command
100
100
  reference.
101
101
 
102
102
  Cloud workers use Fly Machines by default. To bring your own workstation or
@@ -260,8 +260,8 @@ the shortcut predictable even if the CLI default runtime was changed to BYOC.
260
260
  ```text
261
261
  task pane /cloud
262
262
  -> confirmation pane
263
- Enter or n: fresh Fly microVM
264
- o: upload selected local run
263
+ highlighted: onload current Rudder run to cloud
264
+ Down: start scratch in a fresh cloud directory
265
265
  -> local CLI creates repo snapshot
266
266
  -> control plane stores snapshot in S3
267
267
  -> control plane creates Fly Machine
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "0.7.33",
3
+ "version": "0.7.35",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "homepage": "https://rudder.viraat.dev",
6
6
  "type": "module",