Toggle between interactive chat, autonomous agents, and code review modes.
CoderX operates in three distinct modes, letting you balance quick conversations, complete task automation, and pre-commit audits depending on your workflow.
Conversational assistant for querying code concepts, generating small snippets, and brainstorming architecture. Operates strictly in read-only mode.
Autonomous execution engine. Reads files, plans changes, executes write operations, and verifies output in the terminal.
Runs pre-commit reviews on your staged changes to detect bugs, logic errors, and security issues before you commit.
Ctrl+L / Cmd+L)Use Chat Mode for general Q&A and coding help. It has full read access to your active files, pinned files, and workspace symbols.
@ to select files, folders, or specific AST definitions.Agent Mode runs the autonomous execution loop to solve complete tasks.
[!IMPORTANT] Agent Mode runs terminal commands and modifies workspace files. Make sure to review the implementation plan it generates before clicking Approve.
task.md checkboxes.Review Mode acts as an automated pair programmer that audits your code before it reaches production.
git add).