Complete your first task in 10 minutes: launch Qoder CLI CN, understand the project, make a small change, and commit it
Prerequisites
- Qoder CLI CN installed: running
qodercn --versionshould print the version number. If not installed yet, see Installation and Upgrade. - Signed in: the first run of
qodercnautomatically guides you through sign-in. For sign-in methods, see Sign-in and Authentication.
Launch
Go to your project root and start the default interactive (TUI) mode:
>, just 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:
We recommend also typing/initto generate anAGENTS.mdmemory file in the project, so Qoder remembers project conventions in later sessions. See Memory.
Step 2: Make a small change
Describe a concrete small task in natural language, for example:
Step 3: Review and commit
When the change is done, type /review to have Qoder review the local code changes; once everything looks good, simply ask it to commit:
Handy operations at a glance
| Input | Purpose |
|---|---|
! | Bash mode — run shell commands directly |
/ | Open the slash command list |
/help | Show TUI help |
/status | Check version, model, account, and API connectivity |
/usage | Check Credits usage |
/resume | View and resume past sessions |
/quit | Exit the TUI |
Next steps
- Get a systematic view of interaction modes and startup flags: Running Tasks.
- Look up prompts by task scenario: Common Development Tasks.
- Learn about Plan, Goal, scheduled tasks, and other ways of working: Choosing a Way of Working.