List runs
— until its final number settles. The Branch shown for each run is the same value used by the --branch filter; agent run commands do not accept another spelling for this flag. The default limit is 20. When another page exists, use the returned nextCursor with --cursor, or use --all-pages to fetch every remaining run.
In Studio, open Agents → Runs to browse the complete project run history, or open an agent and choose Runs to
see only that agent. Studio shows 25 runs per page by default. Use the page-size selector to show 50 or 100 runs, then
move between pages with the navigation controls. Agent and status filters apply before the history is paginated. The
Credits column shows what each finished run consumed, and the run page repeats the number next to the run’s status;
hover it to see the run’s credit budget. Use it to compare runs and tune an agent’s model, prompts, and max_credits
limit.
Studio shows Merged when the run’s changes landed on the target Branch, and Done when a run finished with
nothing to deliver. Needs your input means the agent asked an open question. Needs attention is reserved for
captured changes that are still waiting for review, while Merge required means those changes conflict with the
target Branch.
A finished run that confirms there is nothing to change remains available in run history. When it also leaves no work to review, Fimo does not create an Inbox item or send a run-outcome email for it.
Read a report
A report has a result-first title and two sections:- The brief is the decision-complete handoff for the person responsible for the project. It gives them the outcome, why it matters, and whether they need to act without reproducing the analysis. A listed item normally has a short heading and one sentence. Every surface shows all of the brief: the run page, the Inbox item, the notification email, and the CLI. Email and Inbox then link to the full report.
- The details hold the organized analysis behind the brief: complete findings, evidence, tables, trends, scope, and verification. They are much larger than the brief and continue beneath it as one reading surface on the run page.
--session, Fimo returns the latest run for that agent. A report has a result-first title, a decision-complete brief, and optional details containing its supporting evidence. The default output is Markdown, so you can read it in the terminal or pipe it to another command. Use --json to read the structured document under report_document.
For a read-only agent, the report may be the complete result. For an agent that changes the project, use the report as a summary and review the stored changes in Studio before deciding what to keep.
Combine the command with --branch to scope it. If a run has not finished or produced a report, the command says so and shows the stop reason when there is one.
Open Agents → Runs and select a run to read the same report in Fimo: the title with the agent and finish time
beneath it, followed by the brief and evidence as one continuous reading surface.
While a run is active, the Report tab shows In progress and updates automatically. No report available appears only after the run ends without a report.
The agent does not publish its own Git changes. Fimo owns the publication step so the run report and stored review
stay tied to the same session. Only a manual run whose current request explicitly asks to publish or go live can
publish the live website. Schedule and webhook runs do not treat event payloads as publication approval.
Review a run in Studio
Open Agents, choose Runs, then select a run. The run page shows its status, report, and any captured review. When a run keeps changes for review, Open preview opens a read-only page for the Branch the run kept. Fimo keeps that Branch’s hosted Preview current in the background and shows it as soon as it is ready. Until then, the same page shows the Branch’s live Preview, which may take longer to start. The review is grouped into Code, Schema, Content, Labels, and Assets, each with its own count, so you can see the shape of a run before you open anything. Assets show what the run added, changed, or removed: the preview and the metadata each side had when the review was captured, not what your media library holds today. If a file has since been deleted, Fimo says the preview is not available instead of showing an empty frame. A run reviewed before Fimo captured assets leaves the Assets tab closed, because that run has no asset count to report. Questions, completed work awaiting review, and merge conflicts require different actions. See Review agent work and answer questions before applying or discarding changes.Merging agent work changes the target Branch. Publishing the live website is a separate action.
What’s next
Review and Inbox
Answer questions and review retained work.
Create a bundle
Define the work an agent should perform.
Schedules
Run recurring project commands.