@probelabs/probe 0.6.0-rc320 → 0.6.0-rc321
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/bin/binaries/{probe-v0.6.0-rc320-aarch64-unknown-linux-musl.tar.gz → probe-v0.6.0-rc321-aarch64-apple-darwin.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc320-x86_64-unknown-linux-musl.tar.gz → probe-v0.6.0-rc321-aarch64-unknown-linux-musl.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc320-x86_64-pc-windows-msvc.zip → probe-v0.6.0-rc321-x86_64-apple-darwin.tar.gz} +0 -0
- package/bin/binaries/{probe-v0.6.0-rc320-x86_64-apple-darwin.tar.gz → probe-v0.6.0-rc321-x86_64-pc-windows-msvc.zip} +0 -0
- package/bin/binaries/probe-v0.6.0-rc321-x86_64-unknown-linux-musl.tar.gz +0 -0
- package/build/agent/acp/tools.js +2 -2
- package/package.json +1 -1
- package/src/agent/acp/tools.js +2 -2
- package/bin/binaries/probe-v0.6.0-rc320-aarch64-apple-darwin.tar.gz +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/build/agent/acp/tools.js
CHANGED
|
@@ -322,7 +322,7 @@ export class ACPToolManager {
|
|
|
322
322
|
},
|
|
323
323
|
language: {
|
|
324
324
|
type: 'string',
|
|
325
|
-
description: 'Programming language to search in (rust, javascript, python, go, etc.)'
|
|
325
|
+
description: 'Programming language to search in (rust, javascript, python, go, crystal, etc.)'
|
|
326
326
|
},
|
|
327
327
|
max_results: {
|
|
328
328
|
type: 'number',
|
|
@@ -382,4 +382,4 @@ export class ACPToolManager {
|
|
|
382
382
|
}
|
|
383
383
|
];
|
|
384
384
|
}
|
|
385
|
-
}
|
|
385
|
+
}
|
package/package.json
CHANGED
package/src/agent/acp/tools.js
CHANGED
|
@@ -322,7 +322,7 @@ export class ACPToolManager {
|
|
|
322
322
|
},
|
|
323
323
|
language: {
|
|
324
324
|
type: 'string',
|
|
325
|
-
description: 'Programming language to search in (rust, javascript, python, go, etc.)'
|
|
325
|
+
description: 'Programming language to search in (rust, javascript, python, go, crystal, etc.)'
|
|
326
326
|
},
|
|
327
327
|
max_results: {
|
|
328
328
|
type: 'number',
|
|
@@ -382,4 +382,4 @@ export class ACPToolManager {
|
|
|
382
382
|
}
|
|
383
383
|
];
|
|
384
384
|
}
|
|
385
|
-
}
|
|
385
|
+
}
|
|
Binary file
|