summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-26upgpkg: linux-chan-ai 1.1.3-1berkkucukk
- Update to v1.1.3 release - Add clear chat button (resets display and Gemini conversation history)
2026-05-26upgpkg: linux-chan-ai 1.1.2-1berkkucukk
- Update to v1.1.2 release - notify-send based notifications (KDE Wayland compatible) - Keyword-based agent routing (no extra API call) - Command execution moved to background thread
2026-05-26upgpkg: linux-chan-ai 1.1.1-1berkkucukk
- Update to v1.1.1 release - Add automatic model fallback on quota errors (tries all Gemini models before failing)
2026-05-26upgpkg: linux-chan-ai 1.1.0-1berkkucukk
- Update to v1.1.0 release - Switch from Groq to Gemini AI backend - Replace gTTS with edge-tts streaming voice - Add multi-turn chat history - Add 9 AI personalities with emotion-based image system - Add system monitoring and idle notifications - Add sandbox terminal and file operations - Add mpg123 runtime dependency (audio playback) - Add ffmpeg/mpv as optional audio backends - Remove obsolete prepare() temp_voice patches - Fix post-install instructions (API key via Settings UI)
2026-05-25fix: translate install messages to Englishberkkucukk
2026-05-25fix: correct sha256sum for release tarballberkkucukk
2026-05-25Add linux-chan-ai v1.0.0berkkucukk
Initial AUR package for Linux Chan AI. Installs Python dependencies into an isolated venv at /usr/share/Linux-Chan-AI/python-env via post-install hook to avoid polluting system Python packages.
2026-05-24refactor: use post_install venv instead of system pip depsBerk Kucuk
2026-05-24chore: remove non-standard keywords field from PKGBUILDBerk Kucuk
2026-05-24chore: add keywords to PKGBUILDBerk Kucuk
2026-05-24feat: initial AUR package release v1.0.0Berk Kucuk