Skip to content

v0.4.0 — Transaction Management

Choose a tag to compare

@arsolutioner arsolutioner released this 15 Mar 09:57
· 3 commits to main since this release

What's New

First write commands for riseup-cli! You can now manage transactions directly from the terminal.

New Commands

  • riseup classify <id> <category> — categorize a transaction (with --apply-to all to teach future matching)
  • riseup rename <id> <name> — rename display name
  • riseup comment <id> <text> — add a note
  • riseup exclude <id> — exclude from budget
  • riseup include <id> — re-include in budget
  • riseup merge <id> — approve CC billing merge
  • riseup unclassified [month] — list uncategorized transactions
  • riseup set-budget-type <id> <type> — set as fixed or variable
  • riseup adjust <envId> <amount> — adjust prediction amount

Skill Update

The Claude Code skill now includes write command documentation with mandatory user confirmation rules — the agent will always explain what a write command does and ask before executing.

Full Changelog

v0.3.0...v0.4.0