[FEATURE] AI commit message and CHANGELOG drafting #766

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

Generate conventional-commit messages and CHANGELOG entries from a staged diff or a merged PR.

Proposed Solution

Expose an endpoint/UI action that feeds the diff to MokoAi and returns a conventional-commit subject/body and a Keep-a-Changelog entry, honoring the org .gitmessage conventions.

Dependencies

  • MokoConsulting/mokoai#1 (bridge auth), #3 (routing).

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 Generate conventional-commit messages and CHANGELOG entries from a staged diff or a merged PR. ## Proposed Solution Expose an endpoint/UI action that feeds the diff to MokoAi and returns a conventional-commit subject/body and a Keep-a-Changelog entry, honoring the org .gitmessage conventions. ## Dependencies - MokoConsulting/mokoai#1 (bridge auth), #3 (routing). ## 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.