fix(agents): update learnings-researcher model from haiku to inherit
Replaces hardcoded haiku model with inherit so the agent uses the caller's model instead of being pinned to an older/smaller model. Supersedes #249
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: learnings-researcher
|
name: learnings-researcher
|
||||||
description: "Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes."
|
description: "Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes."
|
||||||
model: haiku
|
model: inherit
|
||||||
---
|
---
|
||||||
|
|
||||||
<examples>
|
<examples>
|
||||||
|
|||||||
Reference in New Issue
Block a user