Camille Letavernier

Results 13 comments of Camille Letavernier

If Feedback/Handle visuals are part of the standard tree (Although closer to the root element, rather than nested inside of the tree structure), do we have a risk of elements...

Starting with 2021-06 (4.20), Chromium will be removed from Eclipse (Windows + Linux + Mac). Since 2021-03, on Windows, SWT provides an Edge browser, based on Webview2. This relies on...

> Additional input: https://www.modumind.com/2021/05/12/bringing-chromium-to-eclipse-rcp/?utm_source=rss&utm_medium=rss&utm_campaign=bringing-chromium-to-eclipse-rcp Especially, since Edge Chromium is available on Linux and MacOS, the WebView2 component might be ported to MacOS then Linux at some point in 2021/2022, so...

IMO, injected fields should be considered "Public API" anyway, because adding new properties would already break existing modules (at least when the property uses a new type). In theory, dependency...

> Without having thought this through entirely, imho, the server needs to decide whether a model is dirty or not; eventually, the server decides which action is actually performed or...

Hi, I've created a new issue (#232), which may also slightly affect the API, and would probably make sense before the 1.0 release. I will provide a PR for that

(I was also creating a ticket, but I'll just hijack yours instead :) ) Currently, auto-scroll is **supposed to** work as follows: - if auto-scroll is enabled and agent sends...

I've opened a PR for this issue as well as #14362 (which was already partially covered; I now simply added the scroll-to-bottom button) : https://github.com/eclipse-theia/theia/pull/15936

I think there is no simple solution for this issue: the LLM tends to be widely influenced by the history, so if Coder does something with Coder-only tools, Architect will...

I'm fine with that; I was mostly trying to make sure we wouldn't introduce breaking changes for existing prompts :) (since all prompts currently expect full access to the file).