Skip to content

Commit 98c1cad

Browse files
committed
fix: agent hook
1 parent a80d1b7 commit 98c1cad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/agents/dev-relations.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Use when: writing release summaries, drafting changelogs for end-users, summarizing what changed between tagged releases."
33
tools: [read, search, execute, edit]
4-
model: claude-haiku-4-5
4+
model: claude-haiku-4.5
55
---
66

77
<role>

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
BASE_TAG="${{ steps.last-published.outputs.tag }}"
185185
copilot -p "Generate a release summary. Base tag: ${BASE_TAG}, head tag: ${HEAD_TAG}. Summarize all changes between these two tags." \
186186
--agent=dev-relations \
187-
--model=claude-haiku-4-5 \
187+
--model=claude-haiku-4.5 \
188188
--available-tools='view,create,bash' \
189189
--allow-tool='shell(git:*)' \
190190
--allow-tool='create' \

0 commit comments

Comments
 (0)