-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add two agents that allow for an agentic flow #16473
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
Conversation
f33b6ef to
55cbe86
Compare
| - ~{delegateToAgent} | ||
| - ~{clearFileChanges} | ||
| - {{prompt:mcp_Context7_tools}} | ||
| - {{prompt:mcp_github_tools}} |
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.
We have a GitHub Agent now, should we instead delegate to it?
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.
maybe, I didn't test it yet
|
I like the agent design, great job! One open comment about the GitHub agent above. However, I would not commit the settings. enableAI: => unrelated modelSettings => unrelated, add maybe as a recommendation in the PR description git_mcp_server => not used Context7 => mention in the PR but switch to the remote version (https://github.com/upstash/context7) (we might consider to install this by default) Playwright => not used GitHub => can be delegated to agent, see above Playwright-visual => not used After this, I would merge this to allows Theia developers to test it. |
✔️
This is needed as I find configuring the theia_dev to using thinking is important
✔️
✔️ Nice find, I was not aware there is a remote version.
✔️
Ok, would be added via the agent then.
✔️ |
bff47de to
4dc9aa2
Compare
|
@eneufeld I am still not sure about adapting the default settings for all Theia devs. Let's remove the settings changes all together and just document them in the PR so that people trying this agent can pick them up. Please also open a follow-up ticket about the thinking settings. If this is important, we should solve it generically I think. |
4dc9aa2 to
d65354f
Compare
|
Created follow up for thinking/reasoning models: #16642 |
What it does
It provides two new agents that allow for a fully agentic flow.
How to test
In order to test use
Theia Devand give it a bug/description of what to do.It should give you an analysis and wait for your confirmation. Afterwards it should delegate to the TheiaDevCode agents and let it do the heavy lifting.
I suggest to add these entries to your settings:
Follow-ups
Breaking changes
Attribution
Review checklist
Reminder for reviewers