Skip to content

Releases: BoPeng/ai-marketplace-monitor

v0.10.1

12 Apr 18:25

Choose a tag to compare

What's New

Built-in Web UI

  • Config editor with TOML syntax highlighting (CodeMirror)
  • Live log streaming with filtering by level, item, AI score, and text search
  • Guided forms for adding/editing AI backends, items, users, and marketplaces
  • No password required on localhost; starts automatically with the monitor
  • Remote access via --webui-host (requires credentials)

Improvements

  • FACEBOOK_USERNAME / FACEBOOK_PASSWORD environment variable fallback for credentials
  • Graceful handling of missing ${ENV_VAR} references (warning instead of error)
  • Anthropic listed before Ollama in all provider lists
  • Auto-fill API key env var reference when adding AI backends via the web UI

v0.10.0

12 Apr 14:28

Choose a tag to compare

What's New

Added

  • Anthropic/Claude AI Backend: Use Claude models (default: claude-sonnet-4-20250514) to evaluate listings alongside OpenAI, DeepSeek, and Ollama
  • Configurable Rate Limiting: Rate limiting framework for all notification types with per-instance and global limits. Telegram uses optimized defaults automatically
  • Facebook Environment Variables: Support for FACEBOOK_USERNAME and FACEBOOK_PASSWORD as fallback credentials
  • PyPI Trusted Publisher: Release workflow now uses OIDC instead of API tokens

Release v0.9.12

26 Mar 05:32

Choose a tag to compare

Changes

  • Issue 289. Fix 30s timeout delay in get_seller for anonymous mode.
  • Change release workflow trigger from tag push to release creation.