Skip to content

Releases: OpenKrab/ClawReceipt

v2.1.0 — 🚨 Anomaly Detection & 🎯 Savings Goals

06 Mar 02:25

Choose a tag to compare

🧠 ClawReceipt v2.1.0 — Smart Anomaly Detection & Savings Goals

Making your budget even smarter! This update introduces proactive financial goal tracking and advanced spending behavior analysis.

✨ What's New

🚨 Smart Anomaly Detection Engine

  • Price Spike Alerts — Detects when you spend significantly more than your historical average in a specific category or store.
  • Visit Frequency Analysis — Identifies "high-frequency" visits (e.g., visiting a coffee shop way more than usual) to help you notice lifestyle creep.
  • Smart Insights Integration — Anomalies now appear directly in your Smart Insights panel with clear alerts.

🎯 Savings Goals System

  • Goal Tracking — Set savings targets (e.g., "New Laptop", "Emergency Fund") with target amounts and dates.
  • Progress Visualization — Real-time progress bars in both CLI and TUI.
  • Proactive Saving Tips — AI-powered tips like "Skip 3 Food visits this month to reach your 'New Laptop' goal faster!"

🖥️ TUI Dashboard v2.1

  • New Goals Panel — Dedicated section in the top dashboard to track your top 3 savings goals at a glance.
  • Triple-Panel Layout — Optimized dashboard layout showing Budget, Base Stats, and Savings Goals.

⚡ New Commands

  • goal — Create, list, delete, and add savings to your goals.

🔧 Upgrade

git pull origin main
# Start setting your goals!
python run.py goal --add "Vacation" --target 20000 --date 2026-12-01

Built for the Lobster Way 🦞 — Your AI Spending Companion"

v2.0.0 — 🧠 Intelligence Engine

06 Mar 02:17

Choose a tag to compare

🧠 ClawReceipt v2.0.0 — Intelligence Engine

The biggest update yet! ClawReceipt is now 10x smarter with a full AI-powered intelligence engine.

✨ What's New

🧠 New: Intelligence Engine (src/intelligence.py)

  • Smart Auto-Categorization — 200+ regex patterns detect categories from store names (Food, Transport, Shopping, etc.) + learns from your choices.
  • Predictive Budgeting — Forecasts end-of-month spending, calculates safe daily limit, warns before you overspend.
  • Trend Analytics — Daily/weekly/monthly patterns, sparkline charts, weekday breakdowns.
  • Recurring Expense Detection — Automatically finds repeated purchases by store, amount, and frequency.
  • Smart Insights Engine — AI-generated observations: budget health, spending acceleration, category dominance, month-over-month changes, large expense alerts.
  • Full-Text Search — Search receipts across all fields (store, category, notes, tags, date).

⚡ New Commands (11 new!)

  • quick, edit, search, trends, predict, compare, recurring, insights, stores, export, alert.

🖥️ TUI Dashboard Upgrade

  • Dual-panel layout (Budget Gauge + Stats).
  • Smart Insights panel with live AI analysis.
  • Monthly sparkline trends.
  • Budget prediction visualization.

📖 Documentation

  • Complete README rewrite with actual screenshot examples.
  • Updated SKILL.md with example outputs for all 17 commands.

📸 Screenshots

See the README for more details.


Built for the Lobster Way 🦞 — Now with 🧠 AI Superpowers

v1.1.0: Structure Update & ClawFlow Style README

27 Feb 10:03

Choose a tag to compare

Aligned README with ClawFlow style, reorganised repository tree.