File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9598morg pr create --no-ai # create PR with empty description
9699morg pr create --draft # create as draft
97100morg pr create --title " ..." --body " ..." --yes # non-interactive
You can’t perform that action at this time.
0 commit comments