Releases: arsolutioner/riseup-cli
Releases · arsolutioner/riseup-cli
v0.4.1
Bug Fixes
- Fix all write commands —
classify,rename,comment,exclude,include,merge,set-budget-type, andadjustwere broken because the RiseUp API now returnstext/html "OK"instead of JSON on write endpoints - Fix
renameandclassify— API schema changed:displayNameis nowbusinessName, andexpenseis a required field. Both commands now auto-resolve the transaction's current category before sending - Fix budget month offset —
riseup transactionsnow 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 --jsonnow includestransactionIdandcustomerCommentfields, so output can be piped directly torename,classify, orcomment
Docs
- Removed
-Nrelative month syntax from README and SKILL.md (Commander interprets it as a flag — useprevorYYYY-MMinstead)
v0.4.0 — Transaction Management
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 allto teach future matching)riseup rename <id> <name>— rename display nameriseup comment <id> <text>— add a noteriseup exclude <id>— exclude from budgetriseup include <id>— re-include in budgetriseup merge <id>— approve CC billing mergeriseup unclassified [month]— list uncategorized transactionsriseup set-budget-type <id> <type>— set as fixed or variableriseup 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
What's New
Enhanced Commands
riseup balance— now shows investment portfolio (securities, savings accounts, loans, mortgages) below bank balancesriseup trends --by breakdown— new fixed vs variable expense breakdown over ~9 monthsriseup account banks— real connection status (color-coded), actual account/card numbers, and last sync time
New Command
riseup progress— financial health metrics: average cashflow, positive months, total savings, recommended monthly savings, biggest spending increase
Skill Update
- Updated SKILL.md with new commands and workflows
- Download
riseup-skill.zipfor Claude Desktop
Install / Update
npm install -g riseup-cliv0.2.0
What's New
- Session expiry tracking —
riseup statusnow shows when your session expires - Updated README — new tagline, structured disclaimer, Claude Desktop import instructions
- Budget month guidance — skill now explains budget month vs calendar month offset
- Auto-publish — npm releases are now triggered automatically on GitHub releases
Claude Desktop / claude.ai Skill
Download riseup-skill.zip to import the RiseUp skill into Claude Desktop or claude.ai:
- Install the CLI:
npm install -g riseup-cli - Install browser:
npx playwright install chromium - Login:
riseup login - Go to Settings > Customize > Skills > "+" > Upload and select
riseup-skill.zip - Toggle the skill ON
Install / Update CLI
npm install -g riseup-cliv0.1.0
riseup-cli v0.1.0
First release of the unofficial RiseUp personal finance CLI.
Claude Desktop / claude.ai Skill
Download riseup-skill.zip to import the RiseUp skill into Claude Desktop or claude.ai:
- Install the CLI:
npm install -g riseup-cli - Install browser:
npx playwright install chromium - Login:
riseup login - Go to Settings > Customize > Skills > "+" > Upload and select
riseup-skill.zip - Toggle the skill ON
Then just ask Claude about your finances in natural language.
Install CLI
npm install -g riseup-cliSee the full documentation for all commands and usage.