fix: use claude-opus-4-5-thinking as default antigravity model
This commit is contained in:
committed by
Peter Steinberger
parent
05bd345828
commit
d216cebff5
@@ -303,11 +303,11 @@ async function promptAuthConfig(
|
|||||||
...next,
|
...next,
|
||||||
agent: {
|
agent: {
|
||||||
...next.agent,
|
...next.agent,
|
||||||
model: "google-antigravity/claude-opus-4-5",
|
model: "google-antigravity/claude-opus-4-5-thinking",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
note(
|
note(
|
||||||
"Default model set to google-antigravity/claude-opus-4-5",
|
"Default model set to google-antigravity/claude-opus-4-5-thinking",
|
||||||
"Model configured",
|
"Model configured",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -276,11 +276,11 @@ export async function runInteractiveOnboarding(
|
|||||||
...nextConfig,
|
...nextConfig,
|
||||||
agent: {
|
agent: {
|
||||||
...nextConfig.agent,
|
...nextConfig.agent,
|
||||||
model: "google-antigravity/claude-opus-4-5",
|
model: "google-antigravity/claude-opus-4-5-thinking",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
note(
|
note(
|
||||||
"Default model set to google-antigravity/claude-opus-4-5",
|
"Default model set to google-antigravity/claude-opus-4-5-thinking",
|
||||||
"Model configured",
|
"Model configured",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user