Files
takopi/docs/tutorials/first-run.md
T
2026-01-13 15:59:27 +04:00

33 lines
833 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# First run
Youll run Takopi in a repo, send a task from Telegram, and learn the basic controls.
## 1) Start Takopi in a repo
```sh
cd ~/dev/your-repo
takopi
```
## 2) Send a message to your bot
Takopi streams progress in chat and posts a final message when the engine finishes.
If you want to override the default engine for a single message, prefix the first line:
```
/codex explain this code
/claude refactor this module
```
## 3) Continue or cancel
- Continue the same thread by **replying** to any bot message that contains a resume line in the footer.
- Cancel an in-flight run by clicking the cancel button or replying to the progress message with `/cancel`.
## Next
- [Projects](../how-to/projects.md) and [Worktrees](../how-to/worktrees.md)
- [Commands & directives](../reference/commands-and-directives.md)