Skip to content

Commit 1f1e8aa

Browse files
committed
docs: add plugin installation details and update language options in README
- Expand Claude Code plugin section with feature list and update instructions - Add PT-BR, DE, FR to language configuration options (8 languages total)
1 parent ff37ba7 commit 1f1e8aa

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,15 @@ npx codingbuddy init
7070

7171
Start coding with `PLAN`, `ACT`, `EVAL`, or `AUTO` keywords.
7272

73-
> **Claude Code users**: Install as a plugin for the full experience — `claude plugin install codingbuddy@jeremydev87`. See the [Plugin Guide](docs/plugin-guide.md).
73+
> **Claude Code users**: Install as a plugin for the full experience:
74+
>
75+
> ```bash
76+
> claude plugin install codingbuddy@jeremydev87
77+
> ```
78+
>
79+
> The plugin adds session-aware hooks that power Impact Reports, buddy greetings, onboarding tours, achievement badges, and adaptive performance mode. Update to the latest version with the same command.
80+
>
81+
> See the [Plugin Guide](docs/plugin-guide.md) for details.
7482
7583
[Full Getting Started Guide →](docs/getting-started.md)
7684
@@ -271,7 +279,7 @@ Create `codingbuddy.config.json` in your project root:
271279
272280
| Setting | Options | Default |
273281
|---------|---------|---------|
274-
| `language` | `en`, `ko`, `ja`, `zh`, `es` | `en` |
282+
| `language` | `en`, `ko`, `ja`, `zh`, `es`, `pt-br`, `de`, `fr` | `en` |
275283
| `verbosity` | `minimal`, `compact`, `standard`, `detailed` | `compact` |
276284
| `ai.defaultModel` | Any Claude model ID | `claude-sonnet-4-*` |
277285

0 commit comments

Comments
 (0)