Add spend analytics dashboard, improve session stopping, and refresh product docs/screenshots#4
Merged
Conversation
added 6 commits
June 5, 2026 02:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR expands Agents Fleet beyond session launch/monitoring into a fuller cost visibility and control experience, while also tightening session lifecycle handling and updating the project docs/media to match the current product surface.
What’s included
1) Spend analytics dashboard
Adds a new Spend Dashboard UI that surfaces budget/cost visibility across several dimensions:
This gives a much clearer view into where usage and cost are coming from, and helps users spot expensive workflows or repos faster.
2) Server-side dashboard support
Introduces backend support for the dashboard via a new server route:
3) Session lifecycle and timeout handling
Improves session management in the process manager and app/server flow:
4) UI updates
Updates the web app to support the new dashboard experience and related navigation/state changes.
5) Documentation refresh
Updates documentation to reflect the current product direction:
6) New assets
Adds a set of new visual assets for the spend dashboard and a new demo video:
Why this matters
This branch makes Agents Fleet more than just a session launcher/replayer. It now gives users:
That’s a meaningful step toward the “mission control for AI agents” positioning.