multica/apps/desktop/electron/ipc
Jiang Bohan 6bfe836559 feat(tools): add keyword-based memory_search tool
Implements a simple memory_search tool for searching memory files:
- Searches memory.md and memory/*.md files by keyword
- Returns matching lines with context (2 lines before/after)
- Supports case-sensitive/insensitive search
- Respects maxResults limit

Tool is only available when a profile is active (has profileDir).
System prompt includes memory usage guidance when tool is present.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 14:57:40 +08:00
..
agent.ts feat(tools): add keyword-based memory_search tool 2026-02-05 14:57:40 +08:00
hub.ts fix(desktop): fix lint errors and relax unused-vars rule 2026-02-04 16:57:41 +08:00
index.ts feat(desktop): add provider IPC handlers 2026-02-04 18:25:13 +08:00
profile.ts feat(desktop): add style selector to agent settings dialog 2026-02-04 14:42:29 +08:00
provider.ts feat(desktop): add provider IPC handlers 2026-02-04 18:25:13 +08:00
skills.ts feat(desktop): add IPC handlers for Hub, Tools, and Skills management 2026-02-03 18:25:20 +08:00