Commit graph

189 commits

Author SHA1 Message Date
Research Assistant
6ab5290cfb fix(plugin): check model cache integrity not just directory existence 2026-05-13 19:17:12 +08:00
Research Assistant
ea8073c60f feat: HF mirror endpoint support for model downloads behind firewalls 2026-05-13 19:15:43 +08:00
Research Assistant
3d5a4a4e15 fix: lighter terminal output box + cache embedding model across papers 2026-05-13 19:12:52 +08:00
Research Assistant
9964d7d03e fix(plugin): improve skills spacing - group wrappers with even padding 2026-05-13 19:03:11 +08:00
Research Assistant
7dd8cafbe1 fix(plugin): preserve skills collapse state across tab/model re-renders 2026-05-13 19:00:54 +08:00
Research Assistant
a1293ece22 feat: vector auto-embed on OCR complete + Uninstall button cache detection 2026-05-13 18:58:00 +08:00
Research Assistant
cecfe3d0cc feat(plugin): live terminal output + model descriptions + uninstall model button 2026-05-13 18:52:26 +08:00
Research Assistant
121a2d9145 feat(plugin): rewrite Vector DB section with state machine 2026-05-13 18:40:01 +08:00
Research Assistant
13c60c7907 fix(plugin): use CSS rotate for arrow instead of different unicode chars 2026-05-13 18:20:18 +08:00
Research Assistant
e6456d6325 fix(plugin): always-on scrollbar + stable collapse header positions 2026-05-13 18:18:49 +08:00
Research Assistant
4e13588813 fix(plugin): create header before content in skills collapsible 2026-05-13 18:14:31 +08:00
Research Assistant
59ddc604a8 fix(plugin): skill collapse arrow direction + render into content div 2026-05-13 18:11:57 +08:00
Research Assistant
6ab6d4cfc4 feat(plugin): add collapsible toggle for System/User skill groups 2026-05-13 18:05:52 +08:00
Research Assistant
ddf79906b8 feat(plugin): add sync timestamp + spinner + manual sync button 2026-05-13 17:52:05 +08:00
Research Assistant
7796be7b1f fix(plugin): clean up debug logs, deps check working with resolvePythonExecutable + async exec 2026-05-13 17:39:10 +08:00
Research Assistant
d61b7da538 fix(plugin): replace async deps check with sync execSync, remove dead _resolvePythonAsync 2026-05-13 17:34:40 +08:00
Research Assistant
dd14485a23 perf: autoSync runs sync not full build, 30s→120s poll, remove unused harness file 2026-05-13 17:02:31 +08:00
Research Assistant
d8aecac2e4 feat(plugin): auto-poll exports/ocr for seamless memory layer updates 2026-05-13 16:35:07 +08:00
Research Assistant
429b158cd1 fix(plugin): remove Easy Memory Layer toggle, always-on status display 2026-05-13 16:01:14 +08:00
Research Assistant
abadc3b06f fix(plugin): wrap System/User Skills in dark gray box, add folder icon button to Agent Platform 2026-05-13 00:58:22 +08:00
Research Assistant
0dd80ad30e fix(plugin): rename toggle to Easy Memory Layer with clarifying description 2026-05-12 23:54:36 +08:00
Research Assistant
fa9897d95c fix(plugin): reorder features tab — Skills first, then Memory Layer containing Vector DB 2026-05-12 23:54:06 +08:00
Research Assistant
fd86d7d0ef fix(plugin): cache memory/vector status, add manual refresh, skip re-check on tab switch 2026-05-12 23:45:24 +08:00
Research Assistant
fc7f792720 fix(plugin): repair brace mismatches from refactoring 2026-05-12 23:32:03 +08:00
Research Assistant
960155fad2 fix(plugin): fix try/catch mismatches in vector deps + embed status blocks 2026-05-12 23:16:17 +08:00
Research Assistant
412098a5d7 fix(plugin): use resolvePythonExecutable() everywhere instead of settings.python_path 2026-05-12 23:14:29 +08:00
Research Assistant
612bb3af21 fix(plugin): guard python_path before pip install, show hint when Python not configured 2026-05-12 23:11:21 +08:00
Research Assistant
339c7e68c8 fix(plugin): async pip install with persistent notice + UTF-8 encoding fix 2026-05-12 23:07:03 +08:00
Research Assistant
3e1c089796 fix(plugin): don't render empty memory status div when Python not configured 2026-05-12 23:04:10 +08:00
Research Assistant
19f58a3e91 fix(plugin): use setText() instead of createEl text option for status/warning divs 2026-05-12 22:59:14 +08:00
Research Assistant
12108f62f6 fix(plugin): remove extra closing brace causing SyntaxError 2026-05-12 22:52:49 +08:00
Research Assistant
59f02ab7b6 fix(plugin): remove dead cascading keys, fix skill toggle content sync, remove unused disableMatch 2026-05-12 22:44:37 +08:00
Research Assistant
2c59e7a417 fix(plugin): single memory toggle + platform skill selector + vector UX improvements 2026-05-12 22:41:49 +08:00
Research Assistant
c4dd09613a feat(plugin): tabbed settings UI (Installation + Features) with skill manager and feature toggles 2026-05-12 22:28:00 +08:00
Research Assistant
8335bce992 bump: 1.5.5 -> 1.5.6rc1 (Memory Layer RC1) 2026-05-12 18:11:37 +08:00
Research Assistant
ad77b19531 feat(frontmatter): collection_path as YAML list, add collection_tags; runtime skill deploy; OCR progress notices 2026-05-12 02:03:31 +08:00
Research Assistant
bae753aa5e fix(ocr): return real exit code, add real-time progress output to stdout, show Obsidian Notices 2026-05-12 00:55:30 +08:00
Research Assistant
47887e0e2d bump: 1.5.4 -> 1.5.5 2026-05-12 00:55:12 +08:00
Research Assistant
2375f56443 bump: 1.5.3 -> 1.5.4 2026-05-11 21:34:36 +08:00
Research Assistant
0fa2274296 bump: 1.5.2 -> 1.5.3 2026-05-11 19:20:47 +08:00
Research Assistant
12d7ff62a4 fix(plugin): show setup-needed hint when paperforge not configured 2026-05-11 18:30:50 +08:00
Research Assistant
49dfa6b71e fix(plugin): skip auto-update when setup not completed 2026-05-11 18:29:33 +08:00
Research Assistant
b10e1f97ac fix(plugin): guard _fetchStats against missing _metricsEl 2026-05-11 18:25:05 +08:00
Research Assistant
cceef359d9 chore: bump version to v1.5.2 2026-05-11 18:15:02 +08:00
Research Assistant
90060bc79e feat(plugin): add console logs showing PyPI vs git install source 2026-05-11 18:10:56 +08:00
Research Assistant
2e0657479a feat: PyPI publish support — install paperforge from PyPI with git fallback 2026-05-11 18:04:17 +08:00
Research Assistant
0376fdb512 feat(plugin): enhanced diagnostic — git/PATH/vault path on install failure 2026-05-11 17:51:14 +08:00
Research Assistant
12fa24034d fix: prepend v to git tag ref in all pip install URLs 2026-05-11 17:41:59 +08:00
Research Assistant
e7707cc26e debug: log pip stderr on Sync Runtime failure 2026-05-11 17:38:38 +08:00
Research Assistant
7906c1b114 fix(plugin): pass enriched env through runSubprocess for Sync Runtime button 2026-05-11 17:32:19 +08:00