Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
c63492e to
0ac8225
Compare
| * Fetch extension settings for the authenticated user/organization. | ||
| * These settings include org-managed Marketplace policy fields. | ||
| */ | ||
| export async function fetchExtensionSettings( |
There was a problem hiding this comment.
I'm not sure where this came from, if it's in the plan or based no the current extension, but we dont actually have org settings in our current marketplace. Roo does, and the code is there in the kilocode extension, but that is actually dead. Can you remove all this organization checking logic?
There was a problem hiding this comment.
Yes, I'll get rid of that
markijbema
left a comment
There was a problem hiding this comment.
The org stuff shouldnt be there, and those are also the changes that span extension and cli-backend. Can you please revert those? Then there is some small stuff, but I can do that postmerge as well if you want (like adding other translations, which isnt hard but just costs a lot of tokens)
|
Yes, I even did that in a separate commit, but without them the marketplace won't work, is that OK? |
|
Why wouldnt it work, the marketplace is publicly available endpoints like http://app.kilo.ai/api/marketplace/mcps There was functionality in the old extension to disable certain parts of the marketplace for orgs (which never did anything in kilo, but was from roo), but the marketplace should just work fine as is? |
0ac8225 to
bc046b9
Compare
|
I'm still a noob on this. Got it working. Thanks for your patience. I also fixed translations. I made another PR (much simpler) improving the profile UI while trying to not mess with server. |
f82f51b to
57ca0d5
Compare
There are a few minor differences with Kilo current extension:
If you want full fidelity I can do that too. I think project/globally is probably a feature that opencode provides, so not sure we want or not to use it.
The only thing missing: I need to translate some strings into every other language. I just want to be sure you like the PR before I do that.