cfdaily f25af64f00 feat(toolchain): §25 Gitea @mention end-to-end integration
New files:
- src/api/mention_utils.py: extract_mentions(), infer_intent(),
  _build_response_guidance(), AGENT_ALIAS mapping
- templates/toolchain/mention.md: @mention notification template
  with context API + response guidance by intent type

Modified:
- src/api/toolchain_routes.py: S1-S5 handler changes
  - S1: Issue body @mention on opened
  - S2+S4: _handle_issue_comment control flow refactored
    (guard clause → positive if, CI + @mention independent paths)
  - S3: PR body @mention on opened
  - S5: Review body @mention on submitted
  - New _send_mention_mails() with auto-flow suppression
- src/daemon/toolchain_templates.py: register mention template

Design: docs/design/25-gitea-mention-toolchain.md (v2.0)
Tests: 405 passed, 3 skipped
2026-06-12 18:56:54 +08:00
2026-05-17 00:30:27 +08:00
2026-05-27 00:06:34 +08:00
2026-05-18 00:04:28 +08:00
2026-05-27 00:11:21 +08:00
S
Description
AI Native multi-agent orchestration platform v2.0
Readme 18 MiB
Languages
Python 97.4%
TypeScript 1.9%
CSS 0.3%
Shell 0.2%
HTML 0.2%