Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-assist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
assistant:
# See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17
uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f
uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@93ebad0186c8b71a4036fd0915ffe2ec44283d4b

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Workflow pin and prompt ref diverge

Medium Severity

uses now pins ai-assistant.yml at 93ebad0 (v0.0.21), but uci-ref still checks out prompts from 1d50ef2 (v0.0.17). The reusable workflow loads assistant.md from uci-ref, so this run applies new workflow logic to the old prompt set. Callers are documented to keep these refs identical.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 560b15f. Configure here.

permissions:
contents: read
pull-requests: write
Expand Down
Loading