Skip to content

v1.8.0 - Task Backlog, Code Review & npm Publish

Choose a tag to compare

@CSCSoftware CSCSoftware released this 02 Feb 18:50
· 157 commits to master since this release

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 descriptions
  • aidex_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 log action
  • 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

Install

npm install -g aidex-mcp
aidex setup

Full changelog: https://github.com/CSCSoftware/AiDex/blob/master/CHANGELOG.md