@probelabs/probe 0.6.0-rc150 → 0.6.0-rc152
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.
|
@@ -384,7 +384,7 @@ export class ProbeAgent {
|
|
|
384
384
|
apiKey: apiKey,
|
|
385
385
|
...(apiUrl && { baseURL: apiUrl }),
|
|
386
386
|
});
|
|
387
|
-
this.model = modelName || 'claude-
|
|
387
|
+
this.model = modelName || 'claude-sonnet-4-5-20250929';
|
|
388
388
|
this.apiType = 'anthropic';
|
|
389
389
|
|
|
390
390
|
if (this.debug) {
|
package/build/agent/index.js
CHANGED
|
@@ -55649,7 +55649,7 @@ var init_ProbeAgent = __esm({
|
|
|
55649
55649
|
apiKey,
|
|
55650
55650
|
...apiUrl && { baseURL: apiUrl }
|
|
55651
55651
|
});
|
|
55652
|
-
this.model = modelName || "claude-
|
|
55652
|
+
this.model = modelName || "claude-sonnet-4-5-20250929";
|
|
55653
55653
|
this.apiType = "anthropic";
|
|
55654
55654
|
if (this.debug) {
|
|
55655
55655
|
console.log(`Using Anthropic API with model: ${this.model}${apiUrl ? ` (URL: ${apiUrl})` : ""}`);
|
package/cjs/agent/ProbeAgent.cjs
CHANGED
|
@@ -81196,7 +81196,7 @@ var init_ProbeAgent = __esm({
|
|
|
81196
81196
|
apiKey,
|
|
81197
81197
|
...apiUrl && { baseURL: apiUrl }
|
|
81198
81198
|
});
|
|
81199
|
-
this.model = modelName || "claude-
|
|
81199
|
+
this.model = modelName || "claude-sonnet-4-5-20250929";
|
|
81200
81200
|
this.apiType = "anthropic";
|
|
81201
81201
|
if (this.debug) {
|
|
81202
81202
|
console.log(`Using Anthropic API with model: ${this.model}${apiUrl ? ` (URL: ${apiUrl})` : ""}`);
|
package/cjs/index.cjs
CHANGED
|
@@ -81373,7 +81373,7 @@ var init_ProbeAgent = __esm({
|
|
|
81373
81373
|
apiKey,
|
|
81374
81374
|
...apiUrl && { baseURL: apiUrl }
|
|
81375
81375
|
});
|
|
81376
|
-
this.model = modelName || "claude-
|
|
81376
|
+
this.model = modelName || "claude-sonnet-4-5-20250929";
|
|
81377
81377
|
this.apiType = "anthropic";
|
|
81378
81378
|
if (this.debug) {
|
|
81379
81379
|
console.log(`Using Anthropic API with model: ${this.model}${apiUrl ? ` (URL: ${apiUrl})` : ""}`);
|
package/package.json
CHANGED
package/src/agent/ProbeAgent.js
CHANGED
|
@@ -384,7 +384,7 @@ export class ProbeAgent {
|
|
|
384
384
|
apiKey: apiKey,
|
|
385
385
|
...(apiUrl && { baseURL: apiUrl }),
|
|
386
386
|
});
|
|
387
|
-
this.model = modelName || 'claude-
|
|
387
|
+
this.model = modelName || 'claude-sonnet-4-5-20250929';
|
|
388
388
|
this.apiType = 'anthropic';
|
|
389
389
|
|
|
390
390
|
if (this.debug) {
|