Skip to content

Releases: NoteNerdOfficial/cited

1.0.7

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 05:15

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

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 05:10

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

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 04:28

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

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 03:59

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

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 03:03

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

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 02:18

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.

1.0.1

Choose a tag to compare

@NoteNerdOfficial NoteNerdOfficial released this 15 Jul 01:46

Initial release of Cited.