mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
fix(cli): use "with" instead of "in" for agent references
This commit is contained in:
@@ -306,9 +306,7 @@ async function runEmbeddedMode(dir: string, startPort: number): Promise<void> {
|
||||
console.log(` ${c.dim("Project")} ${c.accent(projectName)}`);
|
||||
console.log(` ${c.dim("Studio")} ${c.accent(url)}`);
|
||||
console.log();
|
||||
console.log(
|
||||
` ${c.dim("Edit compositions with your AI agent — it has HyperFrames skills installed.")}`,
|
||||
);
|
||||
console.log(` ${c.dim("Edit with your AI agent — it has HyperFrames skills installed.")}`);
|
||||
console.log(` ${c.dim("Changes reload automatically in the studio.")}`);
|
||||
console.log();
|
||||
console.log(` ${c.dim("Press Ctrl+C to stop")}`);
|
||||
|
||||
@@ -648,7 +648,7 @@ Examples:
|
||||
console.log();
|
||||
console.log("Get started:");
|
||||
console.log();
|
||||
console.log(` ${c.accent("1.")} Open this project in your AI coding agent:`);
|
||||
console.log(` ${c.accent("1.")} Open this project with your AI coding agent:`);
|
||||
console.log(
|
||||
` ${c.accent(`cd ${name}`)} then start ${c.accent("Claude Code")}, ${c.accent("Cursor")}, or your preferred agent`,
|
||||
);
|
||||
@@ -860,7 +860,7 @@ Examples:
|
||||
clack.note(files.map((f) => c.accent(f)).join("\n"), c.success(`Created ${name}/`));
|
||||
|
||||
clack.log.message(
|
||||
`${c.dim("Tip:")} Open this project in ${c.accent("Claude Code")}, ${c.accent("Cursor")}, or your preferred AI agent.\n` +
|
||||
`${c.dim("Tip:")} Open this project with ${c.accent("Claude Code")}, ${c.accent("Cursor")}, or your preferred AI agent.\n` +
|
||||
`${c.dim(" AI skills are installed — your agent knows how to create and edit compositions.")}`,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user