mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 20:38:54 -05:00
* [AI] Fix accounts list: compute balances, hide closed, sort by budget group - Replace empty `balance_current` (bank-sync field) with computed `balance` from transaction history via `getAccountBalance` - Filter out closed accounts by default; add `--include-closed` flag - Stable-sort on-budget accounts before off-budget - Add `balance_current` to AMOUNT_FIELDS for table/csv formatting - Update docs and tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [AI] Extract duplicate isRecord type guard to shared utils Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [AI] Add types condition to api package exports for tsc resolution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update packages/cli/src/commands/query.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * [AI] Add balance_available/balance_limit to AMOUNT_FIELDS, validate query result.data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com>