[FEATURE] AI issue triage and summarization #765

Open
opened 2026-07-12 22:42:43 +00:00 by jmiller · 0 comments
Owner

Child of #763 (Native AI features in MokoGitea via the MokoAi stack).

Feature Description

Auto-summarize long issues/threads, suggest labels, and draft a first response for maintainers to edit.

Proposed Solution

On issue open (opt-in), send the issue body + comments to MokoAi and produce a TL;DR, suggested labels, and a draft reply surfaced in the UI.

Dependencies

  • MokoConsulting/mokoai#1 (bridge auth), #2 (MCP for label/repo context).

Notes

  • Runs as the requesting user via MokoGitea-bridge auth (no shared keys).
  • Calls the self-hosted MokoAi gateway; feature-flagged; all inference stays on-prem.
Child of #763 (Native AI features in MokoGitea via the MokoAi stack). ## Feature Description Auto-summarize long issues/threads, suggest labels, and draft a first response for maintainers to edit. ## Proposed Solution On issue open (opt-in), send the issue body + comments to MokoAi and produce a TL;DR, suggested labels, and a draft reply surfaced in the UI. ## Dependencies - MokoConsulting/mokoai#1 (bridge auth), #2 (MCP for label/repo context). ## Notes - Runs as the requesting user via MokoGitea-bridge auth (no shared keys). - Calls the self-hosted MokoAi gateway; feature-flagged; all inference stays on-prem.
Sign in to join this conversation.