Skip to content

Conversation

@olasunkanmi-SE
Copy link
Owner

No description provided.

olasunkanmiraymond and others added 16 commits November 20, 2025 23:43
- 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.
@olasunkanmi-SE olasunkanmi-SE merged commit f5752a4 into main Dec 11, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants