@polka-codes/core 0.2.0 → 0.3.1
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/index.js +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8574,7 +8574,7 @@ var attemptCompletion_default = {
|
|
|
8574
8574
|
// src/tools/executeCommand.ts
|
|
8575
8575
|
var toolInfo3 = {
|
|
8576
8576
|
name: "execute_command",
|
|
8577
|
-
description: `Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the
|
|
8577
|
+
description: `Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will also be executed in the project root directory regardless of executed commands in previous tool uses.`,
|
|
8578
8578
|
parameters: [
|
|
8579
8579
|
{
|
|
8580
8580
|
name: "command",
|
|
@@ -9272,15 +9272,20 @@ export {
|
|
|
9272
9272
|
searchFiles_default as searchFiles,
|
|
9273
9273
|
replaceInFile_default as replaceInFile,
|
|
9274
9274
|
readFile_default as readFile,
|
|
9275
|
+
openAiModelInfoSaneDefaults,
|
|
9275
9276
|
listFiles_default as listFiles,
|
|
9276
9277
|
listCodeDefinitionNames_default as listCodeDefinitionNames,
|
|
9277
9278
|
getLogger,
|
|
9278
9279
|
executeCommand_default as executeCommand,
|
|
9279
9280
|
defaultModels,
|
|
9281
|
+
deepSeekModels,
|
|
9282
|
+
deepSeekDefaultModelId,
|
|
9280
9283
|
createServiceLogger,
|
|
9281
9284
|
createService,
|
|
9282
9285
|
attemptCompletion_default as attemptCompletion,
|
|
9283
9286
|
askFollowupQuestion_default as askFollowupQuestion,
|
|
9287
|
+
anthropicModels,
|
|
9288
|
+
anthropicDefaultModelId,
|
|
9284
9289
|
exports_allTools as allTools,
|
|
9285
9290
|
MockProvider,
|
|
9286
9291
|
ExitReason,
|