You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all write commands — classify, rename, comment, exclude, include, merge, set-budget-type, and adjust were broken because the RiseUp API now returns text/html "OK" instead of JSON on write endpoints
Fix rename and classify — API schema changed: displayName is now businessName, and expense is a required field. Both commands now auto-resolve the transaction's current category before sending
Fix budget month offset — riseup transactions now returns the actual current month's data instead of the previous month. The RiseUp API has a +1 month offset that is now compensated internally
Enhancements
transactions --json now includes transactionId and customerComment fields, so output can be piped directly to rename, classify, or comment
Docs
Removed -N relative month syntax from README and SKILL.md (Commander interprets it as a flag — use prev or YYYY-MM instead)