Releases: viperrcrypto/Siftly
Siftly v1.0.1
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
📰 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