Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Open the dashboard:
uam
```

Guided dispatch flow:
Guided dispatch flow, using OpenCode by default when it is available, then opening the created session immediately:

```sh
uam new
Expand All @@ -86,7 +86,7 @@ uam dispatch --alias ghcp copilot "review this branch"

```sh
uam # open the TUI
uam new # guided dispatch wizard
uam new # guided dispatch wizard, then attach
uam dispatch [--safe] [--alias <name>] <agent> [#session-name] [prompt]
uam ls [--json]
uam peek <id>
Expand Down
Loading
Loading