Skip to content

Add GitHub issue triage model flow#109

Merged
VincentShipsIt merged 1 commit into
developfrom
codex/gh-issue-triage-llm
May 2, 2026
Merged

Add GitHub issue triage model flow#109
VincentShipsIt merged 1 commit into
developfrom
codex/gh-issue-triage-llm

Conversation

@VincentShipsIt
Copy link
Copy Markdown
Contributor

Summary

  • add model-backed GitHub issue triage for Todo issues
  • add triage model settings and Kanban toolbar action
  • persist triage settings and add focused triage parser tests

Verification

  • bunx vitest run packages/agents/src/github/issue-triage.test.ts packages/shared/src/model-catalog.test.ts
  • bunx biome check apps/desktop/src/main/ipc/register-github-handlers.ts apps/desktop/src/renderer/components/ThreadPanel.tsx apps/desktop/src/renderer/components/settings-panel/PipelineSettingsSection.tsx packages/agents/src/github/gh-cli.ts packages/agents/src/github/issue-triage.test.ts packages/agents/src/github/issue-triage.ts packages/agents/src/index.ts packages/db/src/queries/settings.ts packages/shared/src/constants.ts packages/shared/src/ipc-channels.ts packages/shared/src/model-catalog.test.ts packages/shared/src/model-catalog.ts packages/shared/src/types.ts packages/ui/src/KanbanBoard.tsx packages/ui/src/kanban-board/BoardToolbar.tsx packages/ui/src/kanban-board/types.ts --files-ignore-unknown=true
  • bun run typecheck --filter=@shipcode/agents --filter=@shipcode/shared --filter=@shipcode/db --filter=@shipcode/ui --filter=@shipcode/desktop

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 93cb5dff-387a-474a-b5b7-165fabab4480

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/gh-issue-triage-llm

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@VincentShipsIt VincentShipsIt merged commit dffb3e1 into develop May 2, 2026
3 checks passed
@VincentShipsIt VincentShipsIt deleted the codex/gh-issue-triage-llm branch May 2, 2026 11:10
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7bf7880e38

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +91 to +94
include_reasoning: opts.settings.triageReasoningEffort !== 'none',
reasoning: {
effort: normalizeOpenRouterReasoningEffort(opts.settings.triageReasoningEffort, model),
},
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Compute OpenRouter reasoning flag from effective effort

When triage uses OpenRouter, include_reasoning is based on the raw setting while reasoning.effort is normalized per model. For models where non-none settings are coerced to none (for example qwen/qwen3-coder:free), this sends a contradictory request (include_reasoning: true with effective effort none), which can trigger avoidable API errors or unexpected behavior. The non-triage OpenRouter provider already derives include_reasoning from the normalized effort, so this path should do the same.

Useful? React with 👍 / 👎.

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