careervivid 1.12.11 → 1.12.12

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.
@@ -225,7 +225,7 @@ export async function promptForAgentModel(options = {}) {
225
225
  ? "claude-opus-4-5"
226
226
  : selectedProvider === "gemini"
227
227
  ? "gemini-2.5-flash"
228
- : "google/gemma-4-31b-it:free";
228
+ : "openai/gpt-oss-120b:free"; // Stable OpenRouter tool-calling free model
229
229
  const modelAnswer2 = await prompt({
230
230
  type: "input",
231
231
  name: "model",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "careervivid",
3
- "version": "1.12.11",
3
+ "version": "1.12.12",
4
4
  "description": "Official CLI for CareerVivid — publish articles, diagrams, and portfolio updates from your terminal or AI agent",
5
5
  "type": "module",
6
6
  "bin": {