accounts/docs/Roadmap.md
2025-08-12 22:32:45 +08:00

1.3 KiB

Roadmap

Milestone 1: MVP (Completed)

  • Use default Redis port (#98) and establish PostgreSQL & Redis baseline.
  • Stream RAG sync progress for GitHub repository synchronization (#100).
  • Add client-side Markdown parsing to the CLI (#104).
  • Refactor RAG ingestion into the CLI with a server upsert endpoint (#103).
  • RAG API functional tests and per-file ingestion workflow (#115).
  • Allow RAG upsert to migrate embedding dimensions (#119) and document pgvector initialization (#120).
  • Ingest files automatically (#123).
  • CLI and server dynamically support 1024-dimensional embeddings.
  • Update docs and configs to vector(1024) (#130).
  • Add embedding configuration fields (#131).
  • Add RAG API integration tests for vectors (#132).
  • Add allama support (#136).
  • Deploy homepage via rsync from CI and fix SSH directory creation (#18, #19).
  • Deploy XControl panel via GitHub Actions (#20).
  • Fix yarn lock context concatenation (#21).

Milestone 3: Production Monitoring & Optimization

  • Switch server and CLI to Cobra (#133).
  • Add repo sync proxy configuration (#135).
  • Allow custom AskAI timeout (#141).
  • Add log level support to CLI and server and log AskAI errors (#125, #140).
  • Continue performance optimization, error handling, multi-model support, permission control, hot reload, and improve RAG upsert docs (#129).