@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 +1 -1
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
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` |
|
|
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