Skip to content

Conversation

@supreethjavalli
Copy link

@supreethjavalli supreethjavalli commented Dec 4, 2025

Context

  • Adds a new “Oracle Code Assist” provider so users can authenticate with Oracle SSO and use OCA-hosted models in chat.
  • Aligns the user experience with other providers.

Implementation

  • New OCA provider in settings with Sign In/Out and status
  • OAuth handshake via webview ⇄ extension messages (login, logout, status, auth URL)
  • Model discovery/selection integrated; selection persisted across sessions
  • Optional acknowledgment banner for models that require disclosures

How to Test

  • Auth flow

    • Open Kilo Code settings → Providers → Oracle Code Assist
    • Click “Sign In”: webview posts { type: "oca/login" }
    • Extension responds with OCA_MSG.SHOW_AUTH_URL; webview opens auth URL
    • On success, extension sends OCA_MSG.LOGIN_SUCCESS; status reflects authenticated
    • Click “Sign Out”: extension sends OCA_MSG.LOGOUT_SUCCESS; status updates
  • Models

    • After SignIn, Models dropdown will be displayed automatically.

How we build intelliJ plugin for testing:

  • pnpm run jetbrains:bundle

@changeset-bot
Copy link

changeset-bot bot commented Dec 4, 2025

⚠️ No Changeset found

Latest commit: 79dc857

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

@kefayati kefayati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are some unnecessary changes in this PR. Pls clean up. Thanks!


## What Code Reviews Enable

- Automated AI review on every pull request
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these necessary?


GitHub will ask which repositories you want Kilo to access:

- **All repositories** (recommended if you plan to use Cloud Agents or Deploy across multiple projects)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think these changes should be part of this PR.

- Choose a model

<img src="/docs/img/api-configuration-profiles/api-configuration-profiles-8.png" alt="Model selection interface" width="550" />
<img src="/docs/img/api-configuration-profiles/api-configuration-profiles-8.png" alt="Model selection interface" width="550" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes are not necessary and this file should not be touched.

* This allows developers to test the multi-agent orchestration functionality.
*/
export const AGENT_MANAGER_ENABLED = process.env.NODE_ENV === "development";
export const AGENT_MANAGER_ENABLED = process.env.NODE_ENV === "development"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

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.

2 participants