Releases: NoteNerdOfficial/cited
Release list
1.0.7
Raised the query timeout from 2 minutes to 5, and the default Max Turns setting from 15 to 20 -- larger vaults need more search turns to find an answer, and each turn takes real time, so both need headroom together. Max Turns is still adjustable in Settings (1-30).
1.0.6
Fix: hitting the max-turns search limit showed a raw JSON error dump instead of an explanation -- now shows a clear message suggesting you raise Max Turns in Settings or narrow your question. Also raised the default Max Turns from 8 to 15, since 8 proved too low for real scoped-folder searches.
1.0.5
Diagnostics: a bare 'claude exited with code 1' with no further detail wasn't actionable -- claude often reports the real failure reason through its JSON output stream rather than stderr, and that was being silently discarded. Now surfaced in the error message so the actual cause is visible.
1.0.4
Fix: a follow-up query could fail with 'claude exited with code 1: Warning: no stdin data received in 3s...' -- an open, unwritten stdin pipe made claude wait and sometimes exit non-zero. Stdin is now explicitly closed since Cited never pipes anything in.
1.0.3
Fix: on networks that require a proxy (common on corporate machines), Cited's query to claude could silently hang and time out instead of failing fast -- Obsidian's process doesn't inherit the login shell's proxy env vars. Now forwards the login shell's environment to the spawned claude process.
1.0.2
Fix: login-shell claude lookup could silently fail on machines where a login shell prints extra text (session-save hooks, MOTD, etc.) around the resolved path -- now scans all output lines instead of trusting the last one.