-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Problem
Currently, Memorix auto-hooks does not support Qwen (通义千问) and iFlow AI assistants. Users of these agents can only use the MCP server for manual memory operations, but cannot benefit from automatic memory capture.
Current Supported Agents
From src/hooks/installers/index.ts:
- Claude Code
- Cursor
- Windsurf
- VS Code Copilot
- Kiro (Amazon)
- Codex (OpenAI)
- Antigravity (Google Gemini CLI)
Requested Agents
1. Qwen (通义千问)
- Developer: Alibaba
- Config location: Likely ~/.qwen/ or similar
- Use case: Popular Chinese AI assistant for coding
2. iFlow
- Developer: ?
- Config location: Unknown (needs investigation)
- Use case: ?
Proposed Solution
-
Add agent detection in detectInstalledAgents():
- Check for ~/.qwen directory
- Check for ~/.iflow directory
-
Add hook config generators similar to existing agents
-
Add to AgentName type in src/hooks/types.ts:
- qwen (NEW)
- iflow (NEW)
Additional Context
- MCP Server functionality already works with any agent that supports MCP
- Auto-hooks require agent-specific hook configuration formats
- Willing to help test if Qwen/iFlow config formats can be provided
Workaround (Current)
Until native support is added, users can:
- Use MCP Server only (manual memory via memorix_store/memorix_search)
- Manually configure hooks if Qwen/iFlow support a compatible format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels