Skip to content

Commit 4661bf1

Browse files
committed
debugger: add dbg alias
1 parent fed9d4e commit 4661bf1

3 files changed

Lines changed: 138 additions & 136 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Console needs a terminal. If a program rather than a person is going to hold the
485485
486486
People can use it too, but the output and flags are shaped for a program driving it one command at a time: every turn prints tool calls with their arguments and results, handoffs, errors, and the reply; exit codes are non-zero when a turn fails; `--json` is available everywhere. If you want to talk to your agent yourself, `lk agent console` is the better fit.
487487
488-
A typical session, run from the agent project directory:
488+
A typical session, run from the agent project directory (`lk agent dbg` is short for `lk agent debugger`):
489489
490490
```shell
491491
lk agent debugger start # starts the agent, prints its opening message if it has one

0 commit comments

Comments
 (0)