@viraatdas/rudder 0.7.1 → 0.7.2

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
@@ -17,9 +17,9 @@ runs real Claude Code or Codex processes in the worker pane.
17
17
 
18
18
  ![Rudder dashboard running Codex in a worker pane](site/rudder-dashboard.svg)
19
19
 
20
- Rudder Cloud is now scaffolded behind `/login`, `/cloud`, and `/sail`. It keeps
21
- the same local dashboard and worktree flow, with an optional cloud worker path
22
- for tasks that should continue away from your laptop.
20
+ Rudder Cloud lives behind `/login`, `/cloud`, and `/sail`. It keeps the same
21
+ local dashboard and worktree flow, with an optional Fly Machines worker path for
22
+ tasks that should continue away from your laptop.
23
23
 
24
24
  ## Install
25
25
 
@@ -112,8 +112,10 @@ filters obvious high-risk material such as AWS credentials, `.env` files, SSH
112
112
  keys, Docker auth, kube config, and private key directories.
113
113
 
114
114
  The cloud control plane code lives in `cloud/`. It uses Better Auth for
115
- Google/GitHub login and is designed to deploy as a separate AWS container
116
- service, so the local CLI package stays small.
115
+ Google/GitHub login, stores launch snapshots in an encrypted S3 bucket, and
116
+ starts Fly Machines workers with one-hour presigned snapshot URLs. The local CLI
117
+ package stays small; cloud state and worker orchestration run in the separate
118
+ control plane.
117
119
 
118
120
  ## Dashboard
119
121
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
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",