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 CHANGED
@@ -16,4 +16,4 @@ export const theme = {
16
16
  synType: '#a78bfa', // tip/sınıf adları, sabitler
17
17
  synProp: '#e0e0e0', // özellik/anahtar adları
18
18
  };
19
- export const VERSION = '1.0.110';
19
+ export const VERSION = '1.0.111';
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {