docs: replace stale claude-sonnet-4-5 with 4-6, normalize Node version, remove stale dates

This commit is contained in:
Vincent Koc
2026-03-19 10:31:43 -07:00
parent 0b11ee48f8
commit 9f2a01d972
16 changed files with 27 additions and 31 deletions

View File

@@ -114,8 +114,8 @@ The provider id becomes the left side of your model ref:
modelArg: "--model",
modelAliases: {
"claude-opus-4-6": "opus",
"claude-opus-4-5": "opus",
"claude-sonnet-4-5": "sonnet",
"claude-opus-4-6": "opus",
"claude-sonnet-4-6": "sonnet",
},
sessionArg: "--session",
sessionMode: "existing",