-
Notifications
You must be signed in to change notification settings - Fork 1.5k
OCA provider #4216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
OCA provider #4216
Conversation
|
kefayati
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
Context
Implementation
How to Test
Auth flow
Models
How we build intelliJ plugin for testing: