Conversation
New commands: - `transfers update` β update transfer amount, description, date, notes, exchange rate - `loans update` β update loan name, account, schedule, interest, late fees with full nullable support New utility: - `src/lib/body-builder.ts` β shared request body builder with --no-<field> β null unset support Updated commands: - `subscriptions create` β add currency, billing-day, billing-month, icon, color, category-id, type, auto-record, start-date; make account-id optional; fix frequency to MONTHLY|YEARLY - `subscriptions update` β add all missing fields plus --no-account-id, --no-category-id unset flags - `transactions update` β add type (INCOME|EXPENSE) and date; add --no-category-id/merchant/notes - `transfers create` β add to-amount, date, notes - `loans create` β overhaul with currency (required), first-due-date, interval-unit/count, interest config, late fee config - `accounts update` β add balance, credit-limit, current-debt, excluded, is-archived, statement-closing-day, display-order with unset support - `stats summary/monthly/by-category` β add --currency filter; monthly adds --months Docs: - Update CLAUDE.md with new commands and endpoint table - Update README.md with examples and --no-<field> documentation - Bump version to 0.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
transfers updateandloans updatecommands (backend already supports PUT endpoints)body-builder.tsutility with--no-<field>βnullunset support--currencyfilter to stats commandsMONTHLY|YEARLY(remove undocumented WEEKLY)Motivation
AI agents managing finances via CLI were blocked by:
accountIdon subscriptions)billingDay,currency,icon, etc.) β AI had to bypass CLI and call API directlytransfers updateorloans updatecommandsNew capabilities
Test plan
bun run typecheckβ PASSbun run lintβ PASS (0 errors)bun run buildβ PASS (107KB bundle)--helplucas auth statusandlucas stats summary --currency USDagainst productionπ€ Generated with Claude Code