Add anvil agent — autonomous GPT-5.4 deep worker

This commit is contained in:
2026-04-01 10:12:36 +00:00
parent 6a8bda9031
commit e6b5ff0fb8
2 changed files with 74 additions and 1 deletions

View File

@@ -436,7 +436,7 @@ const plugin: TuiPlugin = async (api) => {
const prompt = await buildPrompt(target)
await api.client.tui.clearPrompt()
await api.client.tui.appendPrompt({
body: { text: `@review ${prompt}` },
text: `@review ${prompt}`,
})
await api.client.tui.submitPrompt()
}