Jabref Daily: UI Persistence Bugs and AI Chat Overhaul
A wave of fixes targets UI state that doesn't stick — side panes, sidebar width, and field hints all losing their expected behavior on interaction — while a large AI chat rework lands with new citation-to-PDF navigation.
Duration: PT2M37S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-09-12T04:01:23Z
- Audio duration: PT2M37S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 12th, and today's Jabref activity has one clear thread: interface state that doesn't behave the way users expect.
Three separate pull requests tackle UI persistence bugs. PR 17096 fixes side panes that lose their preferred position when closed and reopened — the fix swaps indices directly between panes instead of disturbing hidden ones. PR 17102 addresses sidebar width drifting when panels toggle, because the divider position…
Two smaller but concrete data-handling fixes: PR 17094 stops a crash when importing INSPEC files with empty or truncated fields, where a short line was hitting a substring call out of bounds. PR 17067 removes hardcoded year parentheses in the Related Articles tab so blank or non-numeric publication years from Mr.…
The heavyweight change is PR 16981, from ThiloteE, reworking AI-Chat and Chat-with-Group prompt templates. It adds per-paper citation paragraphs, clickable in-text citations that jump straight to the PDF viewer, and page-level metadata now persisted in the embeddings store. The linked commit history shows real churn…
Separately, PR 17099 fixes an autosave thread exception by keeping entry mutations properly dispatched to…
Wh…