Skip to content

Releases: viperrcrypto/Siftly

Siftly v1.0.1

10 Mar 00:16

Choose a tag to compare

What's New

🤖 Full OpenAI/Codex CLI support — AIClient abstraction wrapping both Anthropic and OpenAI SDKs, plus Codex CLI integration for ChatGPT OAuth users

🔄 Provider toggle: Anthropic ↔️ OpenAI — Switch providers in Settings with model selection; all consumers (categorizer, enrichment, vision, search) use provider-agnostic client with CLI-first fallback

📰 X articles finally show cover photos + preview text — Twitter syndication API for rich previews, prominent link preview layout for link-only bookmarks

🔍 AI search works without an API key — CLI fallback for AI search and vision analysis

🛡️ SSRF fixes, input sanitization, and other polishing — Validate final URL after redirects, fix tweetId param injection, secure temp file naming, fix API key slot routing

Other Changes

  • Add Siftly re-export format support to import parser
  • Fix import showing "Already up to date" when parser can't parse format
  • Lower pipeline concurrency from 20 → 5 workers
  • Various community PRs: HTML entity decoding, article blocks fallback, dead code cleanup