Skip to content

Releases: rursache/solo-cli

v1.5.1

29 Apr 09:40
3b7cd83

Choose a tag to compare

What's New

Tax Surplus Hint

When net income has crossed a CAS/CASS threshold, the same row that previously showed Buffer: now shows Surplus: X RON → prev_bracket — the deductible expenses needed to drop back under the plafon.

  • Only displayed when the contribution saving actually exceeds the required expense, so it stays useful (fires for CAS, suppressed for CASS where dropping a bracket would be a net loss)

v1.5.0

10 Apr 13:18
b4b865f

Choose a tag to compare

What's New

Auto-discover Company ID

Company ID is now automatically obtained from the authenticated session — no more manual setup via browser DevTools.

  • Removed company_id from config file (existing field is silently ignored for upgrading users)

v1.4.0

01 Apr 08:39
c5e8274

Choose a tag to compare

solo-cli v1.4.0

New

  • Tax Calculator: New solo-cli taxes command showing full CAS, CASS, and income tax breakdown based on your SOLO revenue and expense data
  • TUI Taxes Tab: New scrollable Taxes tab with tax breakdown, threshold buffers, and effective tax rate
  • Configurable Tax Rules: Auto-generated ~/.config/solo-cli/taxes.json with editable thresholds, percentages, and minimum gross salary (salariu minim brut = 4325 RON)
  • Threshold Buffers: Shows how much income remains before reaching the next CAS/CASS bracket, with color-coded warnings (green/amber/red)

How it works

The tax calculator uses your real-time SOLO data (total revenues and deductible expenses) to compute:

  • CAS (25%) — pension contribution with 12/24 salary thresholds
  • CASS (10%) — health contribution with 6/72 salary thresholds
  • Income Tax (10%) — on net income minus CAS and CASS
  • Buffer — how much more you can earn before hitting the next tax bracket

All tax parameters are configurable in taxes.json so you can update them when tax law changes.

v1.3.0

17 Feb 00:14
994a676

Choose a tag to compare

solo-cli v1.3.0

New

  • setup-skills command: Install AI skills for Claude Code and other agents via solo-cli setup-skills
  • Auto-prompt: On first interactive run, asks whether to install AI skills (downloads latest from GitHub)

Changed

  • Simplified Homebrew formula (skill install logic moved into the binary)

v1.2.0

12 Jan 13:59

Choose a tag to compare

What's New

Added

  • Rejected Expenses: New support for rejected expenses from the SOLO.ro API
  • TUI: Expenses tab now shows rejected expenses with warning banner and rejection reason
  • CLI: solo-cli expenses command now displays rejected expenses with reason before listing normal expenses

v1.1.1

10 Jan 13:17

Choose a tag to compare

What's Fixed

Fixed

  • CLI Version: The app follows the version tag from its release when using the solo-cli -v command

v1.1.0

10 Jan 13:00

Choose a tag to compare

What's New

Added

  • Upload: New solo-cli upload <file> command for documents
  • Delete: New solo-cli queue delete <id> command
  • TUI: Delete queue items with d key
  • Demo: New solo-cli demo mode with mock data

Improved

  • Docs: Comprehensive updates to README and skill/ documentation
  • Install: Added Windows/Linux installation instructions

v1.0.0

10 Jan 11:47

Choose a tag to compare

Initial release