improve instructions, codex logging
This commit is contained in:
@@ -74,7 +74,7 @@ export async function main(inputs: Inputs): Promise<MainResult> {
|
||||
// Install agent CLI before running
|
||||
const cliPath = await agent.install();
|
||||
|
||||
log.info(`Running ${agentName} Agent SDK...`);
|
||||
log.info(`Running ${agentName}...`);
|
||||
log.box(inputs.prompt, { title: "Prompt" });
|
||||
|
||||
// TODO: check if `inputs.prompts` is JSON
|
||||
|
||||
Reference in New Issue
Block a user