Releases: BoPeng/ai-marketplace-monitor
Releases · BoPeng/ai-marketplace-monitor
v0.10.1
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_PASSWORDenvironment 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
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_USERNAMEandFACEBOOK_PASSWORDas fallback credentials - PyPI Trusted Publisher: Release workflow now uses OIDC instead of API tokens
Release v0.9.12
Changes
- Issue 289. Fix 30s timeout delay in get_seller for anonymous mode.
- Change release workflow trigger from tag push to release creation.