cli/pkg/cmd/factory
Kynan Ware 87426ee236 Add experimental huh-only prompter gated by GH_EXPERIMENTAL_PROMPTER
Introduce a new Prompter implementation (huhPrompter) that uses the
charmbracelet/huh library in its standard interactive mode, as an
alternative to the survey-based default prompter. The new implementation
is gated behind the GH_EXPERIMENTAL_PROMPTER environment variable,
following the same truthy/falsey pattern as GH_ACCESSIBLE_PROMPTER.

Key differences from the accessible prompter:
- No WithAccessible(true) flag (full interactive TUI)
- Uses EchoModePassword (masked with *) instead of EchoModeNone
- No default value annotations appended to prompt text

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-26 14:24:56 +01:00
..
default.go Add experimental huh-only prompter gated by GH_EXPERIMENTAL_PROMPTER 2026-03-26 14:24:56 +01:00
default_test.go Record agentic invocations in User-Agent header 2026-03-24 19:58:37 +01:00
remote_resolver.go Fix remoteResolver caching issue 2025-02-20 13:15:23 +01:00
remote_resolver_test.go Refactor remote resolver caching tests 2025-02-20 13:15:56 +01:00