Skip to content

Conversation

@Simplifine-gamedev
Copy link
Owner

Feat: Implement Ask/Agent AI modes frontend (ORC-53)

This PR introduces the frontend implementation for the new Ask and Agent AI modes, providing users with clear control over the AI's interaction level with their codebase.

Key changes include:

  • Ask Mode: A read-only AI assistant for answering questions and providing code analysis without modifying project files.
  • Agent Mode (Default): A full-access AI capable of reading, writing, and modifying project files.
  • UI Components:
    • A new AIModeSwitcher component in the top toolbar allows users to easily toggle between modes.
    • A new AIChatPanel replaces the Inspector in the right sidebar, providing a mode-aware chat interface.
  • Backend Integration: The frontend is set up to communicate mode changes to the backend via WebSocket, enabling future enforcement of mode-specific capabilities.

Linear Issue: ORC-53

Open in Cursor Open in Web

Adds AI chat panel, mode switcher, and integrates into IDE.

Co-authored-by: ege <ege@simplifine.com>
@cursor
Copy link

cursor bot commented Oct 15, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

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