agent-orchestrator/.changeset
Chirag Arora f09cc72dc8
feat(cli): hide terminal sessions in `ao session ls` by default (#1319)
* feat(cli): hide terminal session rows by default in session ls

- Filter with TERMINAL_STATUSES unless --include-terminated
- Hint when completed sessions are hidden; docs/CLI.md updated

Made-with: Cursor

* fix(cli): keep session ls JSON inventory stable

Address review concerns by preserving terminal sessions in `ao session ls --json` output while keeping terminal rows hidden by default in text output. Use the core terminal-session predicate, improve hidden-row messaging, and add regression tests for mixed/hinted and JSON behavior.

Made-with: Cursor

* fix(cli): resolve rebase conflicts with latest session ls behavior

Align session command and CLI docs with the current mainline JSON contract (`data` + `meta.hiddenTerminatedCount`) while preserving terminal-filter defaults and updated regression coverage.

Made-with: Cursor
2026-04-21 11:35:54 +05:30
..
README.md feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
agent-plugin-safety-costs.md fix: register codex web activity plugin 2026-04-18 14:15:29 +05:30
auto-cleanup-on-merge.md feat(core): auto-terminate sessions on PR merge (#1309) (#1311) 2026-04-20 12:56:07 +05:30
cli-session-ls-terminated.md feat(cli): hide terminal sessions in `ao session ls` by default (#1319) 2026-04-21 11:35:54 +05:30
collapsible-agent-reports.md feat: make agent reports collapsible (#132) 2026-04-17 21:39:37 +05:30
config.json chore: rename @composio scope to @aoagents across all packages 2026-04-09 15:59:33 +00:00
filter-terminated-sessions-from-ls.md feat(cli): filter terminated sessions from ao session ls / ao status by default (#1340) 2026-04-20 13:05:34 +05:30
fix-activity-unavailable-stuck.md fix: avoid stuck probe failures for unavailable activity (#129) 2026-04-17 21:22:44 +05:30
fix-start-restore-and-codex-resume.md docs: align changeset with codex restore behavior 2026-04-19 19:59:16 +05:30
fix-web-lifecycle-restore-affordances.md fix(web): keep closed-unmerged sessions actionable 2026-04-17 14:42:25 +05:30
isolate-lifecycle-terminal-logs.md chore: replace changelog entry with changeset (#121) 2026-04-17 16:36:37 +05:30
late-lions-share.md fix: finish PR #1300 major follow-up fixes 2026-04-18 12:35:15 +05:30
lifecycle-activity-signal-contract.md fix(core): address PR #1300 review feedback 2026-04-18 01:54:38 +05:30
lifecycle-transitions-report-watcher.md fix: address PR review comments for lifecycle transitions 2026-04-18 00:39:35 +05:30
optional-repo-field.md fix: address all 9 review comments from @illegalcall 2026-04-15 03:04:12 +05:30
pr1300-review-followups.md fix: close remaining pr1300 follow-ups 2026-04-18 15:18:24 +05:30
session-ui-audit-oscillation.md fix: address PR review feedback for session audit trail 2026-04-17 21:06:08 +05:30
stage2-evidence-recovery.md fix: address stage 2 PR review feedback (#95) 2026-04-16 22:46:12 +05:30
stage4-pr-policy.md fix: decouple PR truth from worker session policy 2026-04-17 10:44:35 +05:30
stage5-ui-api-rollout.md feat: expose split lifecycle truth in dashboard 2026-04-17 13:00:26 +05:30
web-copy-debug-bundle.md feat(web): copy observability debug bundle from dashboard (#1320) 2026-04-21 11:35:43 +05:30
web-merge-conflict-actions.md feat(web): merge conflict compare link and copy branch on session PR card (#1318) 2026-04-21 11:35:29 +05:30

README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in
our documentation