Open Issues Need Help
View All on GitHubAI Summary: The user wants to enable `aidx` to utilize local Large Language Models (LLMs) instead of relying on external AI services. The proposed solution involves integrating a local AI provider, specifically mentioning `phi-3` via `ollama`.
🔍Interpret data with an AI-powered detective🕵
🔍Interpret data with an AI-powered detective🕵
AI Summary: This issue proposes removing the `npm run watch` task and the `nodemon` dependency from the project. For a CLI tool, this watch mode is deemed unnecessary and impractical, as CLI tools are typically executed as one-time commands and the existing `npm run dev` script suffices for development. The objective is to simplify the project structure and reduce dependency bloat.
🔍Interpret data with an AI-powered detective🕵
AI Summary: This issue aims to convert all remaining Japanese comments (both inline and JSDoc) in specific files (`src/cli/index.ts`, `src/utils/config.ts`, `src/services/stepExecutionService.ts`) to English. The objective is to enhance code accessibility for international contributors and ensure consistency with recent refactoring efforts.
🔍Interpret data with an AI-powered detective🕵