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
Fix quarto tools not listing chrome-headless-shell
`outputTools()` passed the display name (e.g. "Chrome Headless Shell")
to `toolSummary()`, which lowercases to "chrome headless shell" — not
the registry key "chrome-headless-shell". The lookup silently failed
and the tool was skipped.
Carry the registry key through `ToolInfo` by having `loadTools()`
iterate `installableTools()` keys directly. Use `tool.key` for
`toolSummary()` lookups, table display, and `selectTool()` values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments