Skip to content

Foxl v0.2.2

Choose a tag to compare

@foxl-bot foxl-bot released this 15 Apr 01:58

Model Registry

  • Unified model catalog: single source of truth for all models across desktop, relay, and providers
  • Model IDs normalized to canonical short form (e.g. claude-opus-4-6 instead of global.anthropic.claude-opus-4-6-v1)
  • Adding a new model now requires editing 1 file instead of 5+
  • Usage tracking shows clean canonical names (no more duplicate model entries)
  • Relay derives model list from shared catalog

Settings

  • Moved Logs from sidebar to Settings > Live Logs (collapsible card)
  • System Report: download diagnostic file with system info, conversations, audit trail, and noise-filtered server logs
  • Reports generated server-side for speed and richer data (audit.jsonl, DB conversations)

Chat

  • Edit messages with attachment management: remove images/documents via X button before regenerating
  • Save & Regenerate works even without text changes (useful for re-running with removed attachments)

Dev

  • RELAY_URL=http://localhost:4200 for local dev with foxl relay mode