You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table cell padding and separator widths only; `npm run check` was failing on
format:check, which would have turned CI red.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
|`review.auto_open`|`true` / `false`| Opens or refreshes a review when an associated agent enters a configured state. |
230
230
|`review.on_states`| List of `idle`, `working`, `blocked`, `unknown`| Selects the Herdr agent states that trigger automatic opening. An empty list disables all triggers. |
231
-
|`review.reuse_pane`|`true` / `false`| Refreshes the worktree's existing review pane when possible instead of opening another pane. |
231
+
|`review.reuse_pane`|`true` / `false`| Refreshes the worktree's existing review pane when possible instead of opening another pane. |
232
232
|`review.default_target`|`auto`, `working`, `staged`, `branch`| Chooses what the `review` action shows. `auto` uses the branch diff when ahead of its base and the working tree otherwise. |
233
-
|`review.watch`|`true` / `false`| Passes `--watch` to Hunk so an open review refreshes as its underlying source changes. |
233
+
|`review.watch`|`true` / `false`| Passes `--watch` to Hunk so an open review refreshes as its underlying source changes. |
234
234
|`review.placement`|`overlay`, `split`, `tab`, `zoomed`| Chooses where Herdr opens review panes: over the active pane, beside it, in a new tab, or as a zoomed pane. |
235
-
|`review.exclude_untracked`|`true` / `false`| Hides untracked files from working-tree, staged, and branch reviews. |
235
+
|`review.exclude_untracked`|`true` / `false`| Hides untracked files from working-tree, staged, and branch reviews. |
236
236
237
237
</details>
238
238
239
239
<details>
240
240
<summary><b><code>[roundtrip]</code></b> — sending comments back to the agent</summary>
|`roundtrip.clear_after_send`|`true` / `false`| Removes comments from Hunk after successful delivery. With `false`, they remain visible but are still recorded as sent. |
|`roundtrip.clear_after_send`|`true` / `false`| Removes comments from Hunk after successful delivery. With `false`, they remain visible but are still recorded as sent. |
245
245
|`roundtrip.prompt_template`| String | Controls the prompt sent to the agent. Supported placeholders are listed under [Round-trip prompts](#round-trip-prompts). |
|`hunk.bin`|`auto` or an absolute path | Uses the bundled Hunk executable or a specific external executable. |
255
-
|`hunk.experimental`|`true` / `false`| Passes Hunk's `--experimental` option, currently including support for STML-rendered agent notes. |
255
+
|`hunk.experimental`|`true` / `false`| Passes Hunk's `--experimental` option, currently including support for STML-rendered agent notes. |
256
256
|`hunk.extra_args`| List of strings | Appends advanced arguments verbatim to each new Hunk launch. Invalid or conflicting arguments can prevent a review from opening. |
0 commit comments