v1.8.0 - Task Backlog, Code Review & npm Publish
What's New
Task Backlog (v1.8.0)
Built-in project task management persisted in AiDex database:
aidex_task- Create, read, update, delete tasks with priority, tags, and descriptionsaidex_tasks- List and filter tasks by status, priority, or tag- Auto-logging: Status changes and task creation are automatically recorded
- Manual log entries: Add notes to any task with the
logaction - Viewer Tasks Tab: Interactive task management in the browser viewer
- Priorities: 🔴 high, 🟡 medium, ⚪ low
- Statuses:
backlog → active → done | cancelled
Code Review Phase 1
26 fixes across security, bugs, parser and refactoring:
- Security: Path traversal protection, glob injection prevention, sanitized viewer HTML output
- Parser fixes: Arrow function name extraction, Python docstring handling, TSX grammar, abstract class support, C duplicate method fix
- Bug fixes: Proper error handling, fixed file exclusion in
aidex_update - Refactoring: Extracted shared glob utility, improved signature formatting
npm & Registry
- Published as
aidex-mcpon npm - Registered in the Official MCP Registry
- Install:
npm install -g aidex-mcp
Install
npm install -g aidex-mcp
aidex setupFull changelog: https://github.com/CSCSoftware/AiDex/blob/master/CHANGELOG.md