Commit graph

39 commits

Author SHA1 Message Date
Andrew Beal
b0fe1663bb Bump plugin version to 1.2.5 2026-03-08 11:30:10 +00:00
Andrew Beal
6864dc04d3 Bump plugin version to 1.2.4 2026-02-28 14:36:53 +00:00
Andrew Beal
de224445be Bump plugin version to 1.2.3 2026-02-20 16:22:10 +00:00
Andrew Beal
50f14aa594 Bump plugin version to 1.2.2 2026-02-16 22:04:43 +00:00
Andrew Beal
a4800bd6da refactor: convert attachments to file-based storage with lazy loading.
Migrate attachment storage from base64-in-JSON to separate binary files with SHA-256 naming, add automatic garbage collection, implement lazy loading via getBase64() and getMimeType() methods, normalize text MIME types, add image resizing, and update all AI provider integrations. Fix small issue that caused the chat area to scroll down on message streaming end even when scrolled up.
2026-02-15 22:46:25 +00:00
Andrew Beal
e2f2ebac24 Bump plugin version to 1.2.1 2026-02-05 22:09:32 +00:00
Andrew Beal
95e08a4fad Bump plugin version to 1.2.0 2026-02-01 14:01:17 +00:00
Andrew Beal
a2c83f4e02 Bump plugin version to 1.1.9 2026-01-30 22:13:39 +00:00
Andrew Beal
79013f498f Bump plugin version to 1.1.8 2026-01-29 17:43:31 +00:00
Andrew Beal
1694c17baa Bump plugin version to 1.1.7 2026-01-07 20:40:51 +00:00
Andrew Beal
aa1e34185a Bump plugin version to 1.1.6 2026-01-05 22:38:51 +00:00
Andrew Beal
42fb73383f Bump plugin version to 1.1.5 2025-12-23 23:01:03 +00:00
Andrew Beal
dde2120612 Bump plugin version to 1.1.4 2025-12-23 17:09:33 +00:00
Andrew Beal
7c1d222b44 Bump plugin version to 1.1.3 2025-12-23 16:04:14 +00:00
Andrew Beal
1814491289 Bump plugin version to 1.1.2 2025-12-23 13:53:41 +00:00
Andrew Beal
051abbe43b Bump plugin version to 1.1.1 2025-12-20 11:38:22 +00:00
Andrew Beal
11e93eacb9 Bump plugin version to 1.1.0 2025-12-13 15:01:46 +00:00
Andrew Beal
5e7247d082 Bump plugin version to 1.0.9
Bump dependency versions.
2025-12-13 10:48:43 +00:00
Andrew Beal
3a24ae2274 Bump plugin version to 1.0.8 2025-12-11 17:14:24 +00:00
Andrew Beal
3e0aaaf736 Bump plugin version to 1.0.7 2025-12-06 16:51:37 +00:00
Andrew Beal
7853384d6f Bump plugin version to 1.0.6 and update vitest to 4.0.9 2025-11-14 10:28:05 +00:00
Andrew Beal
fc221912d4 Bump version to 1.0.5 and update dependencies 2025-11-12 22:06:52 +00:00
Andrew Beal
0556ae984a Bump plugin version to 1.0.4 and update dependencies. 2025-11-11 23:50:20 +00:00
Andrew Beal
cc0f469aea refactor: improve markdown processor type safety and plugin order
chore: bump plugin version to 1.0.3

- Replace `any` types with explicit unified processor types (MdastRoot, HastRoot)
- Move wikiLinkPlugin before remarkRehype to fix processing order
- Remove unnecessary null assertion operator
2025-11-10 22:21:17 +00:00
Andrew Beal
4d21dd4407 bump plugin version to 1.0.2 2025-11-10 21:47:54 +00:00
Andrew Beal
bb60bce10d bump version to 1.0.1 2025-11-10 20:37:46 +00:00
Andrew Beal
7f7e5f30b4 Remove obsidian from the description. 2025-11-10 08:19:37 +00:00
Andrew Beal
e011edb3a0 chore: revert version from 1.0.1 to 1.0.0 2025-11-10 08:13:12 +00:00
Andrew Beal
a217e84643 Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00
Andrew Beal
619d3c423c Bump plugin version and update description. 2025-11-09 23:25:50 +00:00
Andrew Beal
ff111c69e6 Rename from AI Agent to Vault AI 2025-11-09 23:09:08 +00:00
Andrew Beal
ce861d24d1 Update Help Modal to use centralized Copy enum and update manifest metadata
- Extract hardcoded strings in HelpModalSvelte to Copy enum constants
- Update manifest version to 1.0.0 and minAppVersion to 1.9.14
- Replace placeholder author/funding URLs with actual GitHub and Buy Me a Coffee links
- Improve maintainability by centralizing UI copy in Enums/Copy.ts
2025-11-09 20:54:02 +00:00
Andrew Beal
eb3bb46278 fix: adjust spacing in chat components and bump version to 0.0.5
Standardize margin-bottom in AI thought container to 0.25rem and add top margin to streaming indicator for consistent spacing.
2025-11-04 18:56:28 +00:00
Andrew Beal
683261a565 chore: bump version to 0.0.3 2025-10-22 10:07:22 +01:00
Andrew Beal
023913b0b7 Bump version to 0.0.2 2025-10-18 15:05:00 +01:00
Andrew
7bbadaf972
Update version from 1.0.0 to 0.0.1
Set initial BETA version
2025-10-18 13:02:08 +01:00
Andrew Beal
370c5d54bb Refactor plugin to replace DmsAssistant with AIAgent, updating imports, services, and manifest files accordingly 2025-10-02 11:10:57 +01:00
Andrew Beal
0fb3e4632f Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
Andrew
64831546f2
Initial commit 2025-08-25 12:41:08 +01:00