docs: cost tracking API, ag init onboarding, runner abstraction#3272
Merged
aegis-gh-agent[bot] merged 1 commit intoMay 13, 2026
Merged
Conversation
Documents 3 new features from merged PRs: - #3267: Cost tracking API (GET /v1/sessions/:id/cost, /v1/cost/summary, /v1/cost/by-model) in api-reference.md + api-quick-ref.md - #3270: ag init conversational onboarding (--model, --name flags) in getting-started.md + README - #3268: Runner abstraction layer in architecture.md module table
Contributor
There was a problem hiding this comment.
β Approved.
Docs-only PR documenting 3 recently merged features (#3267, #3270, #3268).
Review summary:
- Cost tracking API docs (3 endpoints) β well-structured with auth, query params, curl examples, response schemas
ag initonboarding flags (--model,--name) β updated README + getting-started- Runner abstraction β concise architecture.md entry matching existing table format
- All CI checks green (lint, test, CodeQL, Trivy, Gitleaks, GitGuardian)
- No secrets, no sensitive data, consistent formatting
- Targets
developβ
All 9 merge gates pass.
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.
Documents 3 recently merged features:
#3267 β Session Cost Tracking API (accuracy gap)
GET /v1/sessions/:id/costβ per-session cost with burn rateGET /v1/cost/summaryβ aggregate cost with time windowGET /v1/cost/by-modelβ cost grouped by modelapi-reference.md(full docs) +api-quick-ref.md(summary table)#3270 β ag init Conversational Onboarding (accuracy gap)
--model <provider/model>and--name <name>flags.aegis/identity.md)getting-started.md+README.md#3268 β Runner Abstraction Layer (architecture)
runners/module with pluggableAgentRunnerinterfacearchitecture.mdmodule table