refactor(llm): centralize system prompts and refresh provider model IDs#43
Open
kasyap1234 wants to merge 1 commit into
Open
refactor(llm): centralize system prompts and refresh provider model IDs#43kasyap1234 wants to merge 1 commit into
kasyap1234 wants to merge 1 commit into
Conversation
Collaborator
|
LGTM! |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Owner
|
I see one of the CI is failing can you please look into it, apart from all of that LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
• ## Description
Centralizes all LLM system prompts in internal/llm/provider.go and updates provider model IDs to current targets across
code, tests, and docs for consistency and maintainability.
Type of Change
Related Issues
Closes #
Fixes #
Related to #
Changes Made
perplexity, ollama) to use centralized prompts.
Testing
Ran full test suite and targeted package tests after model/prompt refactor.
Test Steps
GOCACHE=/tmp/gocache GOMODCACHE=/tmp/gomodcache /usr/local/go/bin/go test ./...
GOCACHE=/tmp/gocache GOMODCACHE=/tmp/gomodcache /usr/local/go/bin/go test ./internal/llm/...
rg -n "claude-haiku-4-5-20251001|grok-4-1-fast-reasoning|gpt-oss:20b|openai/gpt-oss-20b|qwen3-coder-plus|kimi-k2.5|
gemini-3-flash-preview|deepseek-chat|sonar-pro" README.md PROVIDERS.md internal/llm
Checklist
Screenshots (if applicable)
N/A (CLI/backend/documentation changes only).
Additional Notes