Skip to content

Commit ca6f9cc

Browse files
committed
docs: update README for Claude CLI provider and editor prompt
1 parent 6bf1822 commit ca6f9cc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ morg init # initialize the current repo
4444

4545
| Integration | Credential |
4646
|-------------|-----------|
47-
| Claude | Anthropic API key (`sk-ant-...`) |
47+
| Claude (API) | Anthropic API key (`sk-ant-...`) |
48+
| Claude (CLI) | None — uses the locally installed `claude` CLI |
4849
| Jira | Base URL + user email + API token |
4950
| Slack | Bot token (`xoxb-...`) with `chat:write` scope |
5051

52+
`morg config` lets you choose between `anthropic-api`, `claude-cli`, or `none` as the AI provider.
53+
5154
## Commands
5255

5356
### Task workflow
@@ -91,7 +94,7 @@ description rendered as Markdown with clickable links.
9194
### Pull requests
9295

9396
```bash
94-
morg pr create # create PR (Claude writes the description by default)
97+
morg pr create # create PR; Claude writes the description, opens $EDITOR to edit
9598
morg pr create --no-ai # create PR with empty description
9699
morg pr create --draft # create as draft
97100
morg pr create --title "..." --body "..." --yes # non-interactive

0 commit comments

Comments
 (0)