Merge branch 'main' into setup-token-headless

This commit is contained in:
Daniel M
2026-04-29 13:59:24 +03:00
committed by GitHub
12 changed files with 70 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ import * as p from '@clack/prompts';
import k from 'kleur';
import { ensureAnswer } from './runner.js';
import { fitToWidth } from './theme.js';
import { fitToWidth, note } from './theme.js';
export interface AssistContext {
stepName: string;
@@ -115,7 +115,7 @@ export async function offerClaudeAssist(
return false;
}
p.note(
note(
`${parsed.reason}\n\n${k.cyan('$')} ${parsed.command}`,
"Claude's suggestion",
);