QodeAssist
About
QodeAssist fills a gap most AI coding tools ignore: native AI assistance inside Qt Creator for C++ and QML development. Its chat and quick-refactor modes drive project-aware tools — reading and editing files, searching, building and reading compiler diagnostics, running terminal commands with confirmation, and tracking multi-step work through a todo tool. Unusually for an IDE plugin, it works bidirectionally with MCP: it can serve its project context to external clients like Claude Code or Cursor, and consume tools from external MCP servers itself. It implements the open Agent Skills format, discovering skills from project and global .claude/skills directories compatible with the Claude Code ecosystem. Completion and chat models come from local runtimes (Ollama, llama.cpp, LM Studio) or cloud providers, with FIM completion trigger modes that control API spend. The author has placed the project in maintenance-only status, so it remains useful for Qt developers but is not gaining features.