lucaronin
4a03f1675e
fix: parse crlf multibyte headings safely
2026-04-30 20:18:31 +02:00
lucaronin
b31f0b57da
fix: keep macos startup responsive
2026-04-30 18:58:48 +02:00
lucaronin
d3a577b488
fix: copy mcp config through native clipboard
2026-04-30 18:22:14 +02:00
lucaronin
1738dd2405
fix: persist claude power user shell access
2026-04-30 16:45:10 +02:00
lucaronin
8c286a4856
fix: stabilize linux appimage webkit rendering
2026-04-30 16:17:37 +02:00
lucaronin
d53c3fa7e5
fix: detect linuxbrew ai agent binaries
2026-04-30 15:01:35 +02:00
lucaronin
3c14d60be7
fix: stream gemini cli replies
2026-04-30 14:16:27 +02:00
lucaronin
886ded9575
fix: canonicalize simplified chinese ui language
2026-04-30 13:34:46 +02:00
lucaronin
45efb08b23
fix: persist supported ui language settings
2026-04-30 12:58:26 +02:00
lucaronin
fdc7d8fd84
fix: guard note suggestions during reload
2026-04-30 12:38:23 +02:00
lucaronin
690ace2d1f
fix: resolve linux mcp server resources
2026-04-30 12:22:29 +02:00
lucaronin
0d6e3853f2
fix: make search snippets unicode-safe
2026-04-30 10:23:54 +02:00
lucaronin
dede400296
fix: surface desktop menu update feedback
2026-04-30 06:46:45 +02:00
lucaronin
bc56eec35e
fix: block frontmatter writes for attachments
2026-04-30 05:37:58 +02:00
lucaronin
176f983dc9
fix: render opencode text parts after tools
2026-04-30 03:37:31 +02:00
lucaronin
fd3afc2493
feat: configure all notes file visibility
2026-04-30 02:17:49 +02:00
github-actions[bot]
4276c1c3ac
Merge branch 'main' into main
2026-04-29 19:39:54 +00:00
lucaronin
2a691f68db
fix: keep vault asset previews available after switches
2026-04-29 21:33:20 +02:00
github-actions[bot]
fa3cf3f7f3
Merge branch 'main' into main
2026-04-29 19:27:18 +00:00
hhungxun
f3b4e5e61d
fix: preload Wayland client for Linux AppImage ( #405 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-29 21:26:50 +02:00
github-actions[bot]
2db83d0810
Merge branch 'main' into main
2026-04-29 18:23:25 +00:00
lucaronin
2e8286d2b3
fix: normalize Windows verbatim note paths
2026-04-29 20:10:43 +02:00
github-actions[bot]
fe2a35b09e
Merge branch 'main' into main
2026-04-29 17:40:28 +00:00
lucaronin
c295c9f2b5
feat: add note width modes
2026-04-29 19:26:24 +02:00
github-actions[bot]
c06b673e62
Merge branch 'main' into main
2026-04-29 12:34:15 +00:00
lucaronin
dcd0d73848
fix: open vault files externally
2026-04-29 14:25:15 +02:00
github-actions[bot]
459eae1334
Merge branch 'main' into main
2026-04-29 10:22:51 +00:00
lucaronin
3dc520abea
feat: add safe note open cache
2026-04-29 12:09:58 +02:00
github-actions[bot]
9540a4e9dc
Merge branch 'main' into main
2026-04-29 09:28:10 +00:00
lucaronin
6ee7f219f5
feat: add gemini cli agent support
2026-04-29 11:16:52 +02:00
github-actions[bot]
a6a8146975
Merge branch 'main' into main
2026-04-29 03:00:21 +00:00
lucaronin
a08cee7965
refactor: share cli agent runtime scaffold
2026-04-29 04:47:16 +02:00
github-actions[bot]
beeecb1845
Merge branch 'main' into main
2026-04-29 02:11:15 +00:00
lucaronin
f4790d5763
fix: detect Windows npm ai agent shims
2026-04-29 04:01:53 +02:00
github-actions[bot]
f7a54593ac
Merge branch 'main' into main
2026-04-29 01:43:08 +00:00
lucaronin
9d15286f7d
fix: stop orphaned mcp server processes
2026-04-29 03:29:16 +02:00
github-actions[bot]
f816be5bbe
Merge branch 'main' into main
2026-04-28 23:28:37 +00:00
lucaronin
0bf280d3ec
fix: satisfy ai permission mode clippy
2026-04-29 01:26:33 +02:00
lucaronin
d2d4746d5c
feat: add vault ai agent permission modes
2026-04-29 01:26:33 +02:00
github-actions[bot]
e66c81d896
Merge branch 'main' into main
2026-04-28 22:04:32 +00:00
lucaronin
87908d982f
fix: allow guidance open path
2026-04-28 23:56:08 +02:00
github-actions[bot]
e399d4c1fe
Merge branch 'main' into main
2026-04-28 21:50:18 +00:00
lucaronin
40544fc551
fix: detect nvm ai agent binaries
2026-04-28 23:39:48 +02:00
github-actions[bot]
d39fa1aa9d
Merge branch 'main' into main
2026-04-28 21:09:09 +00:00
lucaronin
e601a42f41
fix: surface ai agent final replies
2026-04-28 23:00:06 +02:00
Oleg Kossoy
f72b7d3361
fix: ignore .git symlink targets in vault watcher
...
Vaults stored on iCloud / Dropbox commonly use a `.git -> .git.nosync`
symlink so the cloud sync engine ignores git internals. Background
`git fetch` calls (auto-pull, remote-status, gitstatusd) wrote to the
real `.git.nosync/` directory, which the watcher's `.git` component
filter did not match — every fetch fired a `vault-changed` event and
triggered `reloadVault`, flickering the "Reload vault" status badge
multiple times per second.
Resolve the real git directory at watcher start (symlink, regular dir,
or `gitdir:` pointer for worktrees/submodules) and reject any path
inside it. Also filter `.gitstatus.*` cache dirs and `*.icloud`
placeholders, which are noisy on the same setups.
2026-04-28 23:49:40 +03:00
lucaronin
fd92ff5e9b
feat: allow manual saved view ordering
2026-04-28 20:41:07 +02:00
lucaronin
a39b346a75
fix: detect mise node for mcp setup
2026-04-28 20:28:56 +02:00
lucaronin
deac10caa2
fix: detect nvm pi installs
2026-04-28 19:54:39 +02:00
lucaronin
48f1fb0b50
feat: add gemini cli external ai setup
2026-04-28 18:30:14 +02:00