glotfile 0.5.2 → 0.5.3
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/dist/server/cli.js
CHANGED
|
@@ -2734,7 +2734,7 @@ var init_local_settings = __esm({
|
|
|
2734
2734
|
isEditorId = (v) => EDITOR_IDS.includes(v);
|
|
2735
2735
|
DEFAULT_AI = {
|
|
2736
2736
|
provider: "anthropic",
|
|
2737
|
-
model: "claude-
|
|
2737
|
+
model: "claude-sonnet-4-6",
|
|
2738
2738
|
endpoint: null,
|
|
2739
2739
|
region: null,
|
|
2740
2740
|
batchSize: 25
|
package/dist/server/server.js
CHANGED
|
@@ -4454,7 +4454,7 @@ var EDITOR_IDS = ["vscode", "zed", "phpstorm"];
|
|
|
4454
4454
|
var isEditorId = (v) => EDITOR_IDS.includes(v);
|
|
4455
4455
|
var DEFAULT_AI = {
|
|
4456
4456
|
provider: "anthropic",
|
|
4457
|
-
model: "claude-
|
|
4457
|
+
model: "claude-sonnet-4-6",
|
|
4458
4458
|
endpoint: null,
|
|
4459
4459
|
region: null,
|
|
4460
4460
|
batchSize: 25
|