docs: update CHANGELOG for v0.6.7#3175
Merged
Merged
Conversation
Covers all merged PRs #2960-#3174: - Added: ag run, session export, pending status, terminal states, dashboard components - Changed: ACP default on, name/label validation, RBAC, dashboard extraction - Fixed: 30+ security, ACP, CLI, dashboard, and Telegram fixes - Docs: 16 documentation PRs - CI: 6 CI/dependency updates
Contributor
There was a problem hiding this comment.
✅ Approved.
Review — PR #3175: docs: update CHANGELOG for v0.6.7
All 9 merge gates pass:
- CI: all 17 checks green (lint, test, CodeQL, Trivy, Gitleaks, GitGuardian, helm-smoke, dashboard-e2e)
- Mergeable, no conflicts
- Targets
develop✅ - Security: all scans clean
- Docs-only PR — no regression risk
Content quality:
- 82 PRs documented across Added (8), Changed (9), Fixed (30+), Docs (16), CI (5)
- All entries follow established changelog format with correct PR/issue links
- No duplicates with existing entries
- Categories properly structured
Clean, comprehensive changelog update. Ready to merge.
2 tasks
aegis-gh-agent Bot
pushed a commit
that referenced
this pull request
May 11, 2026
Covers PRs #3176-#3197 merged after the initial CHANGELOG update (#3175): - Added: budget progress bars (#3183), Telegram verbose mode (#3196), dashboard i18n (#3192) - Fixed: RBAC guards (#3187), process reap (#3191), i18n aria-labels (#3195), security helpers (#3177) - Docs: threat matrix (#3176), blog (#3179), RBAC docs (#3188, #3193), tg-verbose docs (#3197)
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.
Summary
Updates CHANGELOG.md
[Unreleased]section with 82 PRs merged May 8–10 that were missing from the last changelog update (#2959).Added (10 entries)
ag runcommand — zero-to-session (feat(cli): add 'ag run' — zero-to-session in one command (#3043) #3050)ag init --forceflag (fix(cli): add --force flag and config-exists warning to ag init (#3028) #3035)GET /v1/sessions/:id/export(feat(api): session export endpoint — download transcript as JSONL/Markdown (#3114) #3153)pendingsession status (fix(session): new sessions start as 'pending' instead of 'unknown' (#3058) #3061)Changed (10 entries)
authTokeninstead ofclientAuthToken(fix(cli): ag init writes authToken instead of clientAuthToken (#3085) #3088)Fixed (30+ entries)
Documentation (16 entries)
CI (5 entries)
Test plan