Add Explyt AI Agent#1286
Open
Columpio wants to merge 1 commit into
Open
Conversation
|
你好,邮件已收到,谢谢
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Explyt to the Artificial Intelligence section.
Explyt is an AI agent for IntelliJ IDEA (Java and Kotlin) that fixes code with the project facts your IDE already knows. Instead of relying only on an LLM, grep, and terminal logs, it runs configured builds and tests, finds symbol usages, reads connected library sources, applies IDE refactorings (e.g. semantic rename), and debugs with real variable values and call stacks — all through IDE integration rather than by re-deriving project state from text.
The other entries in this category build or evaluate LLM/agent apps (LangChain4j, JamJet, MCP Java SDK, Dokimos). Explyt is different: it is an IDE-native coding agent for Java/Kotlin projects, and the unique feature versus other coding agents is that it grounds itself in the IDE's own project index (build/test runners, symbol references, library sources, debugger) instead of terminal output and text search alone.
Marked
[c]as commercial per contributing guideline (iii): it has a free trial and clear paid tariffs (listed on the JetBrains Marketplace page and explyt.ai).Disclosure: I'm affiliated with Explyt. The plugin has 7000+ downloads on the JetBrains Marketplace.
Summary by cubic
Adds Explyt to the IDEs section as a sub-item under IntelliJ IDEA. It’s a commercial [c] AI agent plugin that uses IDE project facts, debugger, refactorings, symbol navigation, and static analysis to help with Java and Kotlin development.
Written for commit ee76ef7. Summary will update on new commits.