Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.21 KB

File metadata and controls

23 lines (17 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-06-01

Added

  • Personalized paper recommendations using TF-IDF content similarity, category matching, keyword matching, and recency scoring
  • CLI interface (axp) with commands for daily papers, search, preferences, reading lists, notes, and export
  • TUI interface (axp tui) with five tabs: Daily, Search, Lists, Notes, Prefs
  • AI-powered summarization and translation via pluggable providers (Gemini, Claude, Codex, Ollama, OpenCode, custom)
  • Reading list management with status tracking (unread, reading, completed)
  • Paper notes with typed categories (general, question, insight, todo)
  • Export to Markdown, JSON, and CSV formats
  • SQLite-backed paper cache to reduce arXiv API calls
  • Integration with arxivterminal (read-only) and arxiv-doc-builder
  • Multi-language support (English, Korean)