wormclaude 1.0.110 → 1.0.111
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/theme.js +1 -1
- package/dist/tools.js +1 -0
- package/package.json +1 -1
package/dist/theme.js
CHANGED
package/dist/tools.js
CHANGED
|
@@ -597,6 +597,7 @@ const computerToolSchemas = [
|
|
|
597
597
|
const CORE_TOOLS = new Set([
|
|
598
598
|
'Bash', 'PowerShell', 'Read', 'Write', 'Edit', 'Glob', 'Grep',
|
|
599
599
|
'WebFetch', 'WebSearch', 'AskUserQuestion', 'Sleep',
|
|
600
|
+
'TaskOutput', // uzun komutları arka planda çalıştırıp bitişini yoklamak için (run_in_background)
|
|
600
601
|
]);
|
|
601
602
|
export function allToolSchemas() {
|
|
602
603
|
const sk = skillToolSchema();
|