mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
PR #2092 added Grok (xAI) web search support and updated the go-flags struct tag in internal/cli/flags.go, but `fabric --help` renders flag descriptions from the i18n message catalog (internal/cli/help.go maps "search" -> "enable_web_search_tool"), not from the struct tag. The catalog value still listed only Anthropic, OpenAI, and Gemini, so the Grok support stayed undiscoverable in --help even though it works. Append "Grok" to the enable_web_search_tool value in all 11 locales, using each locale's own list separator, and update the generated README help block to match. No functional change. The zsh and fish completion strings were already corrected in #2179, so this carries forward only the remaining parts of #2140. Co-Authored-By: Ken Hartman <khartman@users.noreply.github.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| locales | ||
| i18n.go | ||
| i18n_test.go | ||
| i18n_variants_test.go | ||
| locale.go | ||
| locale_test.go | ||