@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-opus-4-1-20250805';
387
+ this.model = modelName || 'claude-sonnet-4-5-20250929';
388
388
  this.apiType = 'anthropic';
389
389
 
390
390
  if (this.debug) {
@@ -55649,7 +55649,7 @@ var init_ProbeAgent = __esm({
55649
55649
  apiKey,
55650
55650
  ...apiUrl && { baseURL: apiUrl }
55651
55651
  });
55652
- this.model = modelName || "claude-opus-4-1-20250805";
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})` : ""}`);
@@ -81196,7 +81196,7 @@ var init_ProbeAgent = __esm({
81196
81196
  apiKey,
81197
81197
  ...apiUrl && { baseURL: apiUrl }
81198
81198
  });
81199
- this.model = modelName || "claude-opus-4-1-20250805";
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-opus-4-1-20250805";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probelabs/probe",
3
- "version": "0.6.0-rc150",
3
+ "version": "0.6.0-rc152",
4
4
  "description": "Node.js wrapper for the probe code search tool",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -384,7 +384,7 @@ export class ProbeAgent {
384
384
  apiKey: apiKey,
385
385
  ...(apiUrl && { baseURL: apiUrl }),
386
386
  });
387
- this.model = modelName || 'claude-opus-4-1-20250805';
387
+ this.model = modelName || 'claude-sonnet-4-5-20250929';
388
388
  this.apiType = 'anthropic';
389
389
 
390
390
  if (this.debug) {