Uh oh!
There was an error while loading. Please reload this page.
revert: remove dedicated LiteLLM provider - #870
Merged
Conversation
Astro-Han
marked this pull request as ready for review
July 13, 2026 13:04
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
Why
PR #707 added LiteLLM as a first-class provider even though its endpoint already works through Maka's generic OpenAI-compatible connection. After #866 centralized provider ownership in the registry, this change performs a semantic revert against the current architecture instead of mechanically reverting the original merge commit.
Refs #860.
Scope
litellmpersisted provider id.Verification
litellm.npm --workspace @maka/core test— passed, 823 tests.npm run typecheck— passed across all workspaces.npm test— passed across core, storage, runtime, headless, CLI, UI, and Desktop.git diff --check— passed.litellmorlocalhost:4000references.Visual evidence is not applicable: this removes an unreleased catalog entry without changing layout or interaction behavior. The provider catalog contract and Desktop test suite are the substitute evidence.
Impact
LiteLLM remains usable by creating an OpenAI-compatible connection with the LiteLLM proxy base URL, for example
http://localhost:4000/v1, and the corresponding API credential.No released configuration requires migration because no release or tag included the dedicated
litellmprovider id.Reviewer notes
Review the provider registry as the ownership boundary. The shared OpenAI-compatible adapter and its consumers should remain unchanged.
Ready for review
Verificationexplains why it is not applicable