@viraatdas/rudder 2.10.42 → 2.10.43

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
@@ -208,6 +208,8 @@ effort means Rudder passes no override.
208
208
  Your last provider, model, and effort are saved in `~/.rudder/config.json` and
209
209
  reused next time. Rudder refreshes model metadata from
210
210
  `https://models.dev/api.json` and falls back to local caches when offline.
211
+ The native Codex picker also reads `~/.codex/models_cache.json`, so account-specific
212
+ models such as the GPT-5.6 Sol/Terra/Luna family appear as soon as Codex exposes them.
211
213
 
212
214
  ## One-Off and Planning
213
215
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.10.42",
3
+ "version": "2.10.43",
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",