wormclaude 1.0.67 → 1.0.68

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
@@ -788,7 +788,6 @@ function App() {
788
788
  if (usedWeb && lastAnswer) {
789
789
  const sources = (lastAnswer.match(/https?:\/\/[^\s<>"')\]]+/g) || []).slice(0, 8);
790
790
  if (recordLearned(userText, lastAnswer, sources, config)) {
791
- push({ kind: 'note', text: getLang() === 'en' ? '✎ saved to training data (local + server)' : '✎ eğitim datasına eklendi (yerel + sunucu)' });
792
791
  }
793
792
  }
794
793
  // Oto-hafıza: eşik geçildiyse arka planda hafızayı güncelle
package/dist/i18n.js CHANGED
@@ -150,7 +150,7 @@ const STR = {
150
150
  'tui.autoCompacted': '✎ context auto-summarized',
151
151
  'tui.loopStop': 'Same step repeated, stopped to avoid a loop.',
152
152
  'tui.connErr': '[connection error: {0}]',
153
- 'tui.learned': '✎ added to training data',
153
+ 'tui.learned': '',
154
154
  'tui.userCancel': 'user cancelled',
155
155
  'tui.cmdErr': 'Command error: {0}',
156
156
  'tui.langSet': 'Language changed: English',
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.67';
19
+ export const VERSION = '1.0.68';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {