@viraatdas/rudder 2.10.40 → 2.10.41
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
|
@@ -253,6 +253,13 @@ sweeping change ("rewrite this in Rust instead") and the plan re-plans around th
|
|
|
253
253
|
already done. The queued plan survives a restart, so quitting mid-plan resumes where you
|
|
254
254
|
left off.
|
|
255
255
|
|
|
256
|
+
The orchestrator also handles worker operations in natural language. For example, tell it
|
|
257
|
+
"pause the current tasks and resume them on Codex gpt-5.6 at max effort." It resolves the
|
|
258
|
+
live node ids from `RUDDER.md`, pauses each matching worker without deleting its jj
|
|
259
|
+
workspace, and resumes it on the requested provider/model. A same-provider switch keeps
|
|
260
|
+
the agent conversation; a provider switch keeps the workspace and starts a fresh session
|
|
261
|
+
with a handoff to inspect and continue the existing diff.
|
|
262
|
+
|
|
256
263
|
## Worktrees and merging
|
|
257
264
|
|
|
258
265
|
Planned worker tasks run in their own git worktrees under `.rudder-worktrees/`
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED