RAG fronten #4
Open
ChaiEranki wants to merge 19 commits into
Open
Conversation
- Implement OCA API handler (src/core/api/providers/oca.ts) - OpenAI-compatible chat.completions with custom fetch injecting OCA headers - Optional reasoning (thinking) budget and ephemeral prompt caching - LiteLLM session tracking and usage streaming; cost via /spend/calculate - Guarded client init; clear error when OCA access token is missing - Wire provider into core API and controller - Register provider (src/core/api/index.ts) - Controller flows for OCA account login/logout and auth status subscription - refreshOcaModels command and model config plumbing - Add protobuf surfaces - proto/cline/models.proto and proto/cline/ocaAccount.proto - Extend proto/cline/state.proto for settings/state - Persist settings/state and helpers - Update StateManager, state-keys, state-helpers, updateSettings - Misc - Add changeset entry - Minor .gitignore and commit-message generator tweak feat: New redirect server feat(oca): add Oracle Code Assist provider; auth, models, settings - Implement OCA API handler (src/core/api/providers/oca.ts) - OpenAI-compatible chat.completions with custom fetch injecting OCA headers - Optional reasoning (thinking) budget and ephemeral prompt caching - LiteLLM session tracking and usage streaming; cost via /spend/calculate - Guarded client init; clear error when OCA access token is missing - Wire provider into core API and controller - Register provider (src/core/api/index.ts) - Controller flows for OCA account login/logout and auth status subscription - refreshOcaModels command and model config plumbing - Add protobuf surfaces - proto/cline/models.proto and proto/cline/ocaAccount.proto - Extend proto/cline/state.proto for settings/state - Persist settings/state and helpers - Update StateManager, state-keys, state-helpers, updateSettings - Misc - Add changeset entry - Minor .gitignore and commit-message generator tweak feat: New redirect server update UI and add NPS survey link papercuts fix model dropdown height
fix: fixing rebase
nihar-oracle
force-pushed
the
feat/nturumel/oca-provider
branch
4 times, most recently
from
September 19, 2025 02:33
d414eaa to
90df576
Compare
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.
No description provided.