Skip to content

Commit 1bea739

Browse files
anatoly314claude
andcommitted
docs: Update README for bury/unbury, voice mode, and CI changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d665c4e commit 1bea739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ The `cors_expose_headers` setting controls which response headers browsers can r
9393
| `find_notes` | Search for notes using Anki's search syntax |
9494
| `notes_info` | Get detailed information about notes |
9595
| `add_note` | Add a new note to a deck |
96-
| `card_management` | Manage cards: `reposition` (set learning order for new cards) or `changeDeck` (move cards between decks) |
96+
| `card_management` | Manage cards: `reposition` (set learning order), `changeDeck` (move between decks), `bury` (hide until tomorrow), `unbury` (restore buried cards in a deck) |
9797
| `update_note_fields` | Update fields of existing notes |
9898
| `delete_notes` | Delete notes from the collection |
99-
| `get_due_cards` | Get cards due for review |
99+
| `get_due_cards` | Get next due card for review (supports `skip_images`/`skip_audio` for voice mode) |
100100
| `present_card` | Get card content for review |
101101
| `rate_card` | Rate a card after review (Again/Hard/Good/Easy) |
102102
| `model_names` | List available note types |
@@ -134,7 +134,7 @@ These tools interact with Anki's user interface:
134134

135135
| Prompt | Description |
136136
|--------|-------------|
137-
| `review_session` | Guided review session workflow |
137+
| `review_session` | Guided review session workflow (interactive, quick, or voice mode) |
138138

139139
## Requirements
140140

@@ -182,7 +182,7 @@ make e2e-down # Just stop container
182182

183183
### CI
184184

185-
E2E tests run automatically on push to `main` and `feature/*` branches, and on PRs. See `.github/workflows/e2e.yml`.
185+
E2E tests run automatically on push to any branch and on PRs to `main`. See `.github/workflows/e2e.yml`.
186186

187187
## License
188188

0 commit comments

Comments
 (0)