TUI5: Added command processor with /remember /memory /skills /skill /debug /help commands

This commit is contained in:
Gemini AI
2025-12-14 20:48:48 +04:00
Unverified
parent 83c035b56d
commit ac1d48e0dd
2 changed files with 213 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ import { getSessionMemory } from '../lib/session-memory.mjs';
import { getContextManager } from '../lib/context-manager.mjs';
import { getAllSkills, getSkill, executeSkill, getSkillListDisplay } from '../lib/skills.mjs';
import { getDebugLogger, initFromArgs } from '../lib/debug-logger.mjs';
import { processCommand, isCommand } from '../lib/command-processor.mjs';
// Initialize debug logger from CLI args
const debugLogger = initFromArgs();