codity chat

codity chat opens an interactive terminal chat for asking questions about your repository and planning changes from the command line.

Use it when you want to understand how a code path works, trace a behavior before editing, or draft an implementation plan without leaving your terminal.

Usage

codity chat [flags]

Chat Commands

Inside the chat interface, use slash commands for common actions:

CommandWhat it does
/planSwitches to plan mode for designing a feature or larger change.
/chatSwitches back to normal question-answer mode.
/approveExports the current plan to a Markdown file in the current directory.
/clearClears the visible transcript. Session history is kept.
/exitEnds the chat session.

Plan Mode

Plan mode is for turning an idea into an implementation plan. Ask Codity to inspect the relevant areas, discuss edge cases, and outline the work. When the plan is ready, run:

/approve

Codity writes a file named like codity-plan-YYYYMMDD-HHMMSS.md in the directory where you launched the chat.