-
Notifications
You must be signed in to change notification settings - Fork 28
Deep agent 2 test #293
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
Merged
Merged
Deep agent 2 test #293
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
- Introduce to manage agent interaction and response streaming. - Add to handle the buffering, flushing, and lifecycle of stream events. - Create to bridge the VS Code webview with the agent service. - Implement for centralized and reusable agent instantiation. - Update agent interfaces and event emitters to support the new streaming model.
- Introduce the hook to manage real-time message events. - Add new UI panels for Settings, Extensions, and a Future Roadmap. - Implement a for new chat sessions. - Refactor to display streaming state with a cursor. - Overhaul and restyle major components (, , ) using styled-components. - Replace the previous settings layout with a dedicated, structured component.
- Introduce as a singleton to process agent requests. - Utilize an orchestrator pub/sub model to broadcast stream events (START, CHUNK, END, ERROR). - Update to subscribe to orchestrator events and forward them to the webview. - Centralize the agent invocation logic from individual providers into . - Standardize stream event names (e.g., to ) and payloads. - Adapt the webview's hook to listen for the new event structure.
- Refactor the PR review command to use a modular, service-based architecture. - Add service to orchestrate finding git changes through various strategies. - Create interface with as the initial implementation. - Extract prompt construction logic into a dedicated service. - Simplify the command handler by composing these new services.
- Add dependency and create a new React component. - Implement robust rendering with custom dark theme, loading/error states, and auto-fixing for common syntax errors. - Update text formatting to Base64-encode Mermaid blocks, preserving syntax for the webview. - Add a comprehensive set of keybindings for all extension commands. - Enhance the pull request review prompt for more structured feedback.
…ring - Implement a multi-agent architecture using LangGraph for autonomous task orchestration and tool usage. - Add support for rendering Mermaid diagrams in the chat UI, including an auto-fix feature for common LLM syntax errors. - Overhaul README.md with a new architecture diagram, updated features, and project structure. - Add a comprehensive design document for the new ReAct agent command orchestration. - Update review and PR prompts to request Mermaid sequence diagrams. - Remap keyboard shortcuts for several commands.
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.
No description provided.