Tags: openakita/openakita
Tags
refactor(frontend): unify MdModules usage across org components - OrgBlackboardPanel/OrgMonitorPanel: remove mdModules prop, use useMdModules hook internally - OrgChatPanel: replace inline useMd hook with shared useMdModules - All org components: use remarkPlugins/rehypePlugins arrays instead of individual remarkGfm - useMdModules: simplify to singleton promise pattern, remove regex feature detection - chatTypes: remove deprecated remarkGfm/rehypeRaw optional fields from MdModules type - App.tsx: extract MainApp component to fix hook usage at top level - OrgEditorView: stop passing mdModules prop to Monitor/Blackboard panels Made-with: Cursor
fix(api): remove broken dedup short-circuit that silently drops ALL c… …hat messages Session.add_message() returns None (not bool), so _msg_added was always falsy, causing the dedup guard to fire on every request - LLM never called. Also wrap /api/commands ghost import in try/except to prevent 500. Fixes #427 Made-with: Cursor
chore(nsis): remove dead _OpenAkita_ForceRemoveDir macro and unify Re… …adAllText in _oa_kill.ps1 - Remove unused _OpenAkita_ForceRemoveDir macro (replaced by _oa_uninst_data.ps1) - Replace Get-Content with [System.IO.File]::ReadAllText() in _oa_kill.ps1 for encoding-safe custom_root.txt reading, consistent with _oa_cleanup.ps1 and _oa_uninst_data.ps1 Made-with: Cursor
PreviousNext