Conversation
|
This PR currently has 121 commits, which makes it vastly overscoped relative to its stated purpose. It looks like your branch accidentally included a lot of upstream history from Since all of your actual work is contained in a single commit ( To do this, run the following commands (which use 1. Add the main repository as git remote add upstream https://github.com/safishamsi/graphify.git2. Fetch the latest branches from upstream: git fetch upstream3. Checkout your branch: git checkout feat/kilo-support4. Reset your branch to match the latest v5: git reset --hard upstream/v55. Cherry-pick your work onto the clean branch: git cherry-pick 090aacba28ef80fbc4895a79013144aafd9328f16. Resolve conflicts (Only if the cherry-pick pauses): git add . # or whichever files had conflicts
git cherry-pick --continue7. Force push to update THIS existing PR: git push --force-with-lease origin feat/kilo-support |
090aacb to
32320f3
Compare
|
Hi, If a project has Severity: action required | Category: correctness How to fix: Avoid rewriting JSONC files Agent prompt to fix - you can give this to your LLM of choice:
Found by Qodo code review |
Integrate Kilo installation, command wiring, and plugin registration while preserving existing user-authored JSONC comments and formatting. This keeps Kilo support compatible with v5 without destructive config rewrites.
32320f3 to
86b55ca
Compare
Closes #477
Added support for Kilo Code.
Summary