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:
| Command | What it does |
|---|---|
/plan | Switches to plan mode for designing a feature or larger change. |
/chat | Switches back to normal question-answer mode. |
/approve | Exports the current plan to a Markdown file in the current directory. |
/clear | Clears the visible transcript. Session history is kept. |
/exit | Ends 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.