wormclaude 1.0.104 → 1.0.106

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/cli.js CHANGED
@@ -497,7 +497,7 @@ function App() {
497
497
  else if (key.escape)
498
498
  exit();
499
499
  });
500
- // Klasör güven sorusu
500
+ // Klasör güven sorusu (Claude Code tarzı: bu klasöre güven? Evet/Hayır)
501
501
  useInput((inp, key) => {
502
502
  if (lang === null || started)
503
503
  return;
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.104';
19
+ export const VERSION = '1.0.106';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.104",
3
+ "version": "1.0.106",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {