[FEATURE] Repo/code chat (RAG grounded via MokoGitea MCP + embeddings) #767
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Child of #763 (Native AI features in MokoGitea via the MokoAi stack).
Feature Description
Ask natural-language questions about a repository; answers grounded in the actual code, issues, and wiki.
Proposed Solution
Index repo content with MokoAi /v1/embeddings; at query time retrieve relevant chunks and answer via /v1/chat/completions, using the MokoGitea MCP tools to fetch files/PRs live as the user.
Dependencies
Notes