Skip to content

feat: redesign llm_source as default fallback provider - #15

Merged
guima-why merged 1 commit into
mainfrom
fix_issue_260519
May 20, 2026
Merged

feat: redesign llm_source as default fallback provider#15
guima-why merged 1 commit into
mainfrom
fix_issue_260519

Conversation

@guima-why

Copy link
Copy Markdown
Collaborator
  • Modify get_llm_source() to check activeProvider first: if present, return "local"; otherwise fall back to llm_source from settings
  • Add PARTNER_SOURCES list for extensible partner provider display names
  • Show partner sources at top of /auth LLM flow; selecting one clears activeProvider and sets llm_source
  • Remove lock mechanism from _auth_flow; always show category selection
  • /model command displays partner display name (e.g. "QwenPaw") and guides user to switch via /auth
  • After /auth completes, print provider status line instead of clearing screen (preserves conversation history including slash command output)
  • Update banner to show partner display name when no activeProvider
  • Add i18n translations for new strings across all locales

- Modify get_llm_source() to check activeProvider first: if present,
  return "local"; otherwise fall back to llm_source from settings
- Add PARTNER_SOURCES list for extensible partner provider display names
- Show partner sources at top of /auth LLM flow; selecting one clears
  activeProvider and sets llm_source
@guima-why
guima-why merged commit 6063e64 into main May 20, 2026
11 checks passed
@guima-why
guima-why deleted the fix_issue_260519 branch May 20, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant