wormclaude 1.0.94 → 1.0.95

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/commands.js CHANGED
@@ -108,8 +108,8 @@ function tsStamp() {
108
108
  }
109
109
  // Komut yürütücü. true → komut işlendi, false → komut değil (normal mesaj).
110
110
  const PT_LABELS = {
111
- recon: 'Keşif (subfinder+httpx+katana)', scan: 'Zafiyet tarama (nuclei)',
112
- xss: 'XSS (dalfox)', sqli: 'SQL injection (sqlmap)',
111
+ recon: 'Keşif (alt-alan + başlık + ifşa)', scan: 'Genel tarama (keşif)',
112
+ xss: 'XSS taraması', sqli: 'SQL injection taraması',
113
113
  };
114
114
  const PT_REASON = {
115
115
  trust_required: 'Bu komut Doğrulanmış Araştırmacı (seviye 3+) gerektirir. Başvuru: /dogrula',
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.94';
19
+ export const VERSION = '1.0.95';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {