@viraatdas/rudder 2.4.0 → 2.5.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
@@ -159,7 +159,7 @@ running, Rudder also exposes matching project skills; the orchestrator can write
159
159
  | Command | Action |
160
160
  | --- | --- |
161
161
  | `/model` | Pick provider, then model, then effort |
162
- | `/fast` | Cheap fast-model preset for new agents (Claude haiku / Codex spark); `/model` switches back |
162
+ | `/fast` | Fast mode for new agents: flagship model at low effort (Claude opus / Codex gpt-5.5); `/model` switches back |
163
163
  | `/ask <text>` | Force a one-off conversational agent in the main checkout |
164
164
  | `/plan <text>` | Force the orchestrator / DAG planner |
165
165
  | `/share <text>` | Save gitignored shared context for all agents in `RUDDER_SHARED.md` |
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.4.0",
3
+ "version": "2.5.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",