Complete your first task in 10 minutes: launch Qoder CLI, understand the project, make a small change, and commit it.
Prerequisites
- Qoder CLI installed: Running
qodercli --versionshould print the version number. If not yet installed, see Installation and Upgrade. - Signed in: You will be automatically guided through the sign-in process the first time you run
qodercli. For details on sign-in methods, see Sign-in and Authentication.
Start
Navigate to your project root directory and launch the default interactive (TUI) mode:
>, simply describe what you want to do in natural language.
Complete Your First Task
Step 1: Let Qoder Understand the Project
Start with an exploratory question:
It is recommended to enter/initto generate aAGENTS.mdmemory file in your project, allowing Qoder to remember project conventions in subsequent sessions. See Memory for details.
Step 2: Make a Small Change
Describe a specific, small task in natural language, for example:
Step 3: Review and Commit
Once the changes are complete, enter /review to have Qoder review the local code changes. After confirming everything is correct, simply ask it to commit:
Quick Reference
| Input | Action |
|---|---|
! | Bash Mode: run shell commands directly |
/ | Open the slash commands list |
/help | Display TUI help |
/status | View version, model, account, and API Connectivity |
/usage | View Credits usage |
/resume | View and resume historical sessions |
/quit | Exit TUI |
Next Steps
- Learn about interaction methods and startup arguments: Run Tasks.
- Find prompts by task scenario: Common Development Tasks.
- Explore more working modes like Plan, Goal, and Scheduled Tasks: Choosing the Right Working Mode.