@viraatdas/rudder 1.5.0 → 1.6.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 CHANGED
@@ -168,13 +168,13 @@ reused next time. Rudder refreshes model metadata from
168
168
 
169
169
  ## Planning (the default)
170
170
 
171
- Just type a task. Rudder opens the model's **interactive plan mode** right in the pane
172
- (Claude's plan mode or Codex's `/plan`): the model researches your repo read-only and
173
- proposes a plan you discuss and refine in-pane, exactly like using the agent's own plan
174
- mode. It will not implement anything. When you are happy with the plan, press **`Ctrl+W`
175
- then `a`** to approve: Rudder captures the plan, decomposes it into a DAG of worker tasks,
176
- and shows you that DAG for one more approval. Press `Enter` to launch; the scheduler then
177
- drains the DAG (todo in-progress review done) as dependencies merge.
171
+ Just type a task. Rudder runs the model in **plan mode** (Claude Code or Codex), streamed
172
+ live in the orchestrator pane: it researches your repo read-only, reasons about the work,
173
+ and lays out a DAG of worker tasks. It will not implement anything. You watch it plan,
174
+ refine by typing (Rudder re-plans and the DAG updates in place), and when you are happy
175
+ press `Enter` to approve. The scheduler then drains the DAG (todo in-progress review
176
+ done) as dependencies merge. The whole flow stays inside Rudder: you talk to Rudder, not to
177
+ a separate agent, and the planner can never go off and implement on its own.
178
178
 
179
179
  After launch, typing a new task folds it into the running DAG as a new node. When a
180
180
  worker finishes, Rudder reads back what it did and what work it found remaining (and
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rudder.viraat.dev",