lkk214

Results 16 comments of lkk214

@sestinj Before submitting this PR, I was confused and therefore didn't change any other relevant code except the drop-down menu. Actually inline doesn't work as expected, I'm raising the issue...

> Selecting a model in the drop-down menu does not work, it does not change the value of selectedModelByRole because it does not send the config/updateSelectedModel message to the core....

@RomneyDa Got it. > config.modelsByRole.edit ?? config.modelsByRole.chat. I've pushed the changes, please merge this PR now. Thanks!

I have read the CLA Document and I hereby sign the CLA

@sestinj This issue was previously fixed - has it reappeared in the latest version?

![Image](https://github.com/user-attachments/assets/441e0ede-898b-4c95-b414-af6de0357e14) Hmm, this doesn’t seem to be the latest version

@AfterStories https://github.com/continuedev/continue/pull/3763/commits/abd890738111e51bf12a700f9e5e8e66a7c76235

Proposed Solution for This Issue: 1. Initialize a cache using `git diff` (working dir vs. staged). 2. Attach a `DocumentListener` to the active editor. For modified files: Run `git diff...

> Key Optimization: Instead of repeatedly scanning the entire working directory(especially critical for mid/large-scale projects), we focus only on the file being actively edited.To efficiently track code changes with minimal...

Hi @zwpaper,thanks for your review! Here’s the rationale for multi-model support: - **Task-specific optimization**: Different models excel at different tasks (e.g., code analysis, doc generation, vulnerability detection). Multi-model configs let...