Skip to content

feat(app): add PR inbox with LLM summaries - #22

Merged
vitaliytv merged 1 commit into
mainfrom
feat/pr-inbox-llm
Jul 27, 2026
Merged

feat(app): add PR inbox with LLM summaries#22
vitaliytv merged 1 commit into
mainfrom
feat/pr-inbox-llm

Conversation

@vitaliytv

Copy link
Copy Markdown
Member

What changed

  • adds a global PR Inbox backed by the locally authenticated gh CLI
  • groups open PRs by required author action, requested review, assignment, or waiting on others
  • adds on-demand LLM summaries through the configured ACP agent
  • treats GitHub PR body/comments as untrusted context and prohibits agent tool calls in the summary prompt

Verification

  • cargo test -p task --lib pull_requests
  • bunx vitest run src/tests/pull-requests-dialog.test.js src/tests/pipeline-status-dialog.test.js
  • bun run build
  • npx @7n/rules lint doc-files --no-fix --path app/src/components
  • npx @7n/rules lint doc-files --no-fix --path app/src-tauri/src
  • npx @7n/rules lint changelog

@vitaliytv
vitaliytv merged commit 8fc27c5 into main Jul 27, 2026
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant