Build-directed reasoning
Turns requests into an implementation plan and then asks AI for complete file contents.
Forge Agent gives you a Claude-like builder loop: describe the app, let AI produce concrete file changes, inspect the code, refine, and preview the result in one workspace.
agent.build({
goal: 'ship production app',
output: ['files', 'changes', 'checks'],
mode: 'builder'
});Turns requests into an implementation plan and then asks AI for complete file contents.
Applies generated changes into the workspace files so you inspect real code, not just advice.
Designed around tight loops: build, inspect, refine, preview, and ship.
Uses the built-in AI Text Generation endpoint while keeping external provider keys out of the browser.