Bug Description
Component: Agent - learnings-researcher
Summary: Learnings-Researcher Task returns a ProviderModelNotFoundError while running
Environment
- Plugin Version: 2.28.0
- Claude Code Version: 2.1.41
- OS: Darwin Chushuls-MacBook-Pro.local 25.2.0 Darwin Kernel Version 25.2.0 (macOS)
What Happened
When running the learnings-researcher agent/task, it fails with a ProviderModelNotFoundError error.
Expected Behavior
The learnings-researcher agent should successfully search institutional learnings in docs/solutions/ and return relevant patterns, gotchas, and lessons learned.
Steps to Reproduce
- Invoke the learnings-researcher agent
- Agent attempts to execute
- ProviderModelNotFoundError is raised
Error Messages
ProviderModelNotFoundError: ProviderModelNotFoundError
Additional Context
This error appears to be related to model provider configuration when the agent attempts to use DSPy or another LLM-related functionality.
Reported via /report-bug command