wormclaude 1.0.142 → 1.0.143

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.142';
19
+ export const VERSION = '1.0.143';
package/dist/tools.js CHANGED
@@ -664,7 +664,7 @@ export function allToolSchemas() {
664
664
  return all.filter((t) => CORE_TOOLS.has(t.function.name) && !excluded.has(t.function.name));
665
665
  }
666
666
  const TOOL_META = {
667
- Read: { readOnly: true, concurrencySafe: true },
667
+ Read: { readOnly: true, concurrencySafe: true, validate: (a) => (a && a.file_path && String(a.file_path) !== 'undefined' ? null : 'file_path gerekli (geçerli bir dosya yolu ver)') },
668
668
  Glob: { readOnly: true, concurrencySafe: true },
669
669
  Grep: { readOnly: true, concurrencySafe: true },
670
670
  WebFetch: { readOnly: true, validate: (a) => (a && a.url ? null : 'url gerekli') },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {