Commit Graph

2195 Commits

Author SHA1 Message Date
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 alpha-v2026.4.29-alpha.0027 2026-04-29 04:01:53 +02:00
lucaronin
ed52a9e800 fix: preserve frontmatter date picker days 2026-04-29 03:56:44 +02:00
lucaronin
2fcd808f09 fix: detect Windows npm ai agent shims 2026-04-29 03:53:54 +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 alpha-v2026.4.29-alpha.0026 2026-04-29 03:29:16 +02:00
github-actions[bot]
6209b0baa5 Merge branch 'main' into main 2026-04-29 01:16:17 +00:00
lucaronin
537bd0f3ec fix: normalize Windows vault image paths alpha-v2026.4.29-alpha.0025 2026-04-29 03:02:57 +02:00
github-actions[bot]
8739605572 Merge branch 'main' into main 2026-04-29 00:48:11 +00:00
github-actions[bot]
f18a309469 Merge branch 'main' into main 2026-04-29 00:36:54 +00:00
lucaronin
648241604f feat: add theme mode command actions alpha-v2026.4.29-alpha.0024 2026-04-29 02:35:52 +02:00
lucaronin
c6f3d9d945 fix: create type files in type folder alpha-v2026.4.29-alpha.0023 2026-04-29 02:24:01 +02:00
github-actions[bot]
aa1d54f4c9 Merge branch 'main' into main 2026-04-28 23:54:31 +00:00
lucaronin
65e54f108a fix: render saved view colors alpha-v2026.4.29-alpha.0022 2026-04-29 01:40:16 +02:00
github-actions[bot]
f816be5bbe Merge branch 'main' into main 2026-04-28 23:28:37 +00:00
lucaronin
58f8a774b5 chore: ratchet codescene thresholds alpha-v2026.4.29-alpha.0021 2026-04-29 01:26:33 +02: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]
101423c977 Merge branch 'main' into main 2026-04-28 22:27:31 +00:00
lucaronin
91db7c0098 fix: pause saves without active vault alpha-v2026.4.29-alpha.0020 2026-04-29 00:19:47 +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 alpha-v2026.4.29-alpha.0019 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 alpha-v2026.4.29-alpha.0018 2026-04-28 23:39:48 +02:00
github-actions[bot]
63c5c5e6b1 Merge branch 'main' into main 2026-04-28 21:39:27 +00:00
lucaronin
f34fdb0289 fix: guard stale suggestion menu actions alpha-v2026.4.29-alpha.0017 2026-04-28 23:29:09 +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 alpha-v2026.4.29-alpha.0016 2026-04-28 23:00:06 +02:00
lucaronin
de627c2478 fix: normalize missing vault metadata 2026-04-28 22:52:07 +02:00
Oleg Kossoy
52aae9ed96 fix: tolerate non-JS pnpm binary in coverage runner
`run-vitest-coverage.mjs` reused `process.env.npm_execpath` with
`process.execPath` (node) for a fast path that skips the pnpm wrapper.
That assumes `npm_execpath` is a JS file, but standalone pnpm installs
ship a native Mach-O / ELF binary, so node tries to load the binary as
a CJS module and crashes with `SyntaxError: Invalid or unexpected
token`, taking the pre-push hook down with it.

Only take the fast path when the path actually looks like a JS module
(`.js`/`.mjs`/`.cjs`); otherwise fall back to invoking `pnpm` from
PATH, which is what the script already does when `npm_execpath` is
unset.
2026-04-28 23:49:40 +03: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
46d9aaed48 fix: dedupe editor toolbar state closes alpha-v2026.4.29-alpha.0015 2026-04-28 21:57:26 +02:00
lucaronin
6b96b5caf6 fix: reset editor selection before note swaps alpha-v2026.4.29-alpha.0014 2026-04-28 21:31:54 +02:00
lucaronin
595c48ca59 fix: apply settings theme changes immediately alpha-v2026.4.29-alpha.0013 2026-04-28 21:16:30 +02:00
lucaronin
fd92ff5e9b feat: allow manual saved view ordering alpha-v2026.4.29-alpha.0012 2026-04-28 20:41:07 +02:00
lucaronin
a39b346a75 fix: detect mise node for mcp setup alpha-v2026.4.29-alpha.0011 2026-04-28 20:28:56 +02:00
lucaronin
deac10caa2 fix: detect nvm pi installs alpha-v2026.4.29-alpha.0010 2026-04-28 19:54:39 +02:00
lucaronin
0e1e0ff47a fix: preserve ai composer line breaks alpha-v2026.4.29-alpha.0009 2026-04-28 19:32:08 +02:00
lucaronin
a645edbc19 fix: repair malformed editor block ids alpha-v2026.4.29-alpha.0008 2026-04-28 18:56:36 +02:00
lucaronin
48f1fb0b50 feat: add gemini cli external ai setup alpha-v2026.4.29-alpha.0007 2026-04-28 18:30:14 +02:00
lucaronin
1aede09834 fix: preserve wikilinks inside markdown tables alpha-v2026.4.29-alpha.0006 2026-04-28 18:00:15 +02:00
lucaronin
d51b76f992 fix: restrict sentry releases to stable builds alpha-v2026.4.29-alpha.0005 2026-04-28 17:17:23 +02:00
lucaronin
8e66fb4c19 fix: preserve table math markdown alpha-v2026.4.29-alpha.0004 2026-04-28 16:47:52 +02:00
lucaronin
a2843a0cf3 fix: persist immediate note creation before open alpha-v2026.4.29-alpha.0003 2026-04-28 15:01:32 +02:00
lucaronin
38fb8a7370 feat: copy mcp config from app alpha-v2026.4.29-alpha.0002 2026-04-28 14:03:10 +02:00
lucaronin
be5a8bb300 fix: make editor left handle draggable alpha-v2026.4.29-alpha.0001 2026-04-28 12:31:13 +02:00
lucaronin
ce040c75fd test: cover table hover stability alpha-v2026.4.28-alpha.0030 2026-04-28 10:46:06 +02:00
lucaronin
ced89a42bd fix: render mermaid diagrams with lightbox stable-v2026.4.28 alpha-v2026.4.28-alpha.0029 2026-04-28 10:32:37 +02:00
lucaronin
20a960551f fix: update fallback vault git email alpha-v2026.4.28-alpha.0028 2026-04-28 10:08:18 +02:00
lucaronin
2e331315e8 fix: refine Italian locale labels alpha-v2026.4.28-alpha.0027 2026-04-28 09:43:44 +02:00