fix(cli): TUI polish — Ctrl+T, React keys, clipboard, version (#205)
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #205.
This commit is contained in:
2026-03-17 02:40:18 +00:00
committed by jason.woltje
parent bf668e18f1
commit 3f8553ce07
6 changed files with 94 additions and 6 deletions

View File

@@ -291,7 +291,7 @@ export class CommandExecutorService {
return {
command: 'provider',
success: true,
message: `Open this URL to authenticate with ${providerName}:\n${loginUrl}\n\n(URL copied to clipboard)`,
message: `Open this URL to authenticate with ${providerName}:\n${loginUrl}`,
conversationId,
data: { loginUrl, pollToken, provider: providerName },
};