@hiai-gg/docsmint 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/README.md +78 -103
  2. package/dist/backend/index.js +2 -2
  3. package/dist/frontend/{CategoryDialog-C67_TXf0.js → CategoryDialog-t_WIvFAG.js} +1 -1
  4. package/dist/frontend/{CreateSnapshotDialog-BmCRpOMv.js → CreateSnapshotDialog-DW3PwAt5.js} +1 -1
  5. package/dist/frontend/{DatePicker-DsoepNdb.js → DatePicker-CAw0wZZK.js} +1 -1
  6. package/dist/frontend/{FolderNode-CNwi0ySr.js → FolderNode-DzTqitR8.js} +1 -1
  7. package/dist/frontend/{HiAiEditor-B1EDGsnA.js → HiAiEditor-B7MK19_j.js} +2 -2
  8. package/dist/frontend/{SettingsDialog-AP42xOGg.js → SettingsDialog-CS5L4nnU.js} +1 -1
  9. package/dist/frontend/{ShareDialog-wGTXuXFE.js → ShareDialog-CwFa8mlk.js} +1 -1
  10. package/dist/frontend/{Sidebar-lKQT3dEf.js → Sidebar-CDaFFmaQ.js} +7 -7
  11. package/dist/frontend/{TagCreateDialog-su8BhLzS.js → TagCreateDialog-C7Avn2_h.js} +1 -1
  12. package/dist/frontend/app-shell.js +3 -3
  13. package/dist/frontend/components/category-dialog.js +1 -1
  14. package/dist/frontend/components/create-snapshot-dialog.js +1 -1
  15. package/dist/frontend/components/editor/compact-editor.js +1 -1
  16. package/dist/frontend/components/editor/document-editor.js +1 -1
  17. package/dist/frontend/components/editor/document-title.js +1 -1
  18. package/dist/frontend/components/editor/markdown-toggle.js +1 -1
  19. package/dist/frontend/components/folder-node.js +1 -1
  20. package/dist/frontend/components/save-as-dialog.js +1 -1
  21. package/dist/frontend/components/settings.js +1 -1
  22. package/dist/frontend/components/share-dialog.js +1 -1
  23. package/dist/frontend/components/sidebar.js +1 -1
  24. package/dist/frontend/components/tag-create-dialog.js +1 -1
  25. package/dist/frontend/components/version-history.js +2 -2
  26. package/dist/frontend/{confirm-dialog-BG8y2Pum.js → confirm-dialog-BW2h2NE8.js} +1 -1
  27. package/dist/frontend/dashboard.js +4 -4
  28. package/dist/frontend/i18n.js +1 -1
  29. package/dist/frontend/messages-DTRe4U2V.js +1093 -0
  30. package/dist/frontend/search.js +2 -2
  31. package/dist/frontend-ssr/app-shell.js +3 -3
  32. package/dist/frontend-ssr/assets/{CategoryDialog-BGuHTb3K.js → CategoryDialog-B3MrZUho.js} +1 -1
  33. package/dist/frontend-ssr/assets/{CreateSnapshotDialog-BZ45odvJ.js → CreateSnapshotDialog-NM0n1Whr.js} +1 -1
  34. package/dist/frontend-ssr/assets/{DatePicker-CPtl6W5E.js → DatePicker-Dcok9XVm.js} +1 -1
  35. package/dist/frontend-ssr/assets/{FolderNode-D9kgJG9d.js → FolderNode-B84NL8Rg.js} +1 -1
  36. package/dist/frontend-ssr/assets/{HiAiEditor-DOd2MXjD.js → HiAiEditor-tU0jmp6L.js} +2 -2
  37. package/dist/frontend-ssr/assets/{SettingsDialog-CIVbMKmf.js → SettingsDialog-Dkp79L1B.js} +1 -1
  38. package/dist/frontend-ssr/assets/{ShareDialog-D2UNUbF7.js → ShareDialog-B1-30sRR.js} +1 -1
  39. package/dist/frontend-ssr/assets/{Sidebar-Bb-k2R-Z.js → Sidebar-CGp45ngo.js} +7 -7
  40. package/dist/frontend-ssr/assets/{TagCreateDialog-6Gk7L3D-.js → TagCreateDialog-CGGtYSso.js} +1 -1
  41. package/dist/frontend-ssr/assets/{confirm-dialog-B9MVS_bF.js → confirm-dialog-B-oV5wYk.js} +1 -1
  42. package/dist/frontend-ssr/assets/{messages-BAQzILs4.js → messages-B1TjVIH8.js} +2 -2
  43. package/dist/frontend-ssr/components/category-dialog.js +1 -1
  44. package/dist/frontend-ssr/components/create-snapshot-dialog.js +1 -1
  45. package/dist/frontend-ssr/components/editor/compact-editor.js +1 -1
  46. package/dist/frontend-ssr/components/editor/document-editor.js +1 -1
  47. package/dist/frontend-ssr/components/editor/document-title.js +1 -1
  48. package/dist/frontend-ssr/components/editor/markdown-toggle.js +1 -1
  49. package/dist/frontend-ssr/components/folder-node.js +1 -1
  50. package/dist/frontend-ssr/components/save-as-dialog.js +1 -1
  51. package/dist/frontend-ssr/components/settings.js +1 -1
  52. package/dist/frontend-ssr/components/share-dialog.js +1 -1
  53. package/dist/frontend-ssr/components/sidebar.js +1 -1
  54. package/dist/frontend-ssr/components/tag-create-dialog.js +1 -1
  55. package/dist/frontend-ssr/components/version-history.js +2 -2
  56. package/dist/frontend-ssr/dashboard.js +4 -4
  57. package/dist/frontend-ssr/i18n.js +1 -1
  58. package/dist/frontend-ssr/search.js +2 -2
  59. package/dist/mcp-cli.js +1 -1
  60. package/dist/mcp-server.js +1 -1
  61. package/package.json +1 -1
  62. package/packages/cli/src/index.ts +4 -3
  63. package/server.json +42 -5
  64. package/dist/frontend/messages-DIovIZrK.js +0 -1093
package/README.md CHANGED
@@ -17,13 +17,18 @@ server.
17
17
  [![Stars](https://img.shields.io/github/stars/hiai-gg/docsmint)](https://github.com/hiai-gg/docsmint/stargazers)
18
18
  [![CI](https://github.com/hiai-gg/docsmint/actions/workflows/ci.yml/badge.svg)](https://github.com/hiai-gg/docsmint/actions/workflows/ci.yml)
19
19
  [![Bun](https://img.shields.io/badge/Runtime-Bun_1.3-black?logo=bun&logoColor=white)](https://bun.sh)
20
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
20
+ [![TypeScript](https://img.shields.io/badge/TypeScript-6.x-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
21
21
  [![Svelte](https://img.shields.io/badge/Svelte-5.x-FF3E00?logo=svelte&logoColor=white)](https://svelte.dev)
22
22
  [![Elysia](https://img.shields.io/badge/Elysia-1.4-lightgrey?logo=elysia&logoColor=white)](https://elysiajs.com)
23
23
  [![Tailwind_CSS](https://img.shields.io/badge/Tailwind_CSS-v4-06B6D4?logo=tailwindcss&logoColor=white)](https://tailwindcss.com)
24
24
  [![Drizzle_ORM](https://img.shields.io/badge/Drizzle_ORM-0.45-C5F74F?logo=drizzle&logoColor=black)](https://orm.drizzle.team)
25
25
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
26
- [![MCP Badge](https://lobehub.com/badge/mcp/hiai-gg-docsmint?style=plastic)](https://lobehub.com/mcp/hiai-gg-docsmint)
26
+ [![MCP Badge](https://lobehub.com/badge/mcp/hiai-gg-docsmint)](https://lobehub.com/mcp/hiai-gg-docsmint)
27
+
28
+ [GitHub](https://github.com/HiAi-gg/docsmint) ·
29
+ [Docker Hub](https://hub.docker.com/r/vgalibov/docsmint) ·
30
+ [npm](https://www.npmjs.com/package/@hiai-gg/docsmint) ·
31
+ [LobeHub MCP](https://lobehub.com/mcp/hiai-gg-docsmint)
27
32
 
28
33
  <img width="1920" height="974" alt="DocsMint installable document workspace" src="https://github.com/user-attachments/assets/94701d01-a361-4ca1-b16d-de2a0c64d684" />
29
34
 
@@ -40,112 +45,22 @@ server.
40
45
  - **Own the full stack**: application data, vectors, graph, queue, and files run
41
46
  on infrastructure you control.
42
47
 
43
- ## What's new in DocsMint 0.7.0?
48
+ ## What's new in 0.7.0?
44
49
 
45
50
  - **Signed workspace assertions.** Trusted server-to-server hosts can restrict
46
51
  an assertion to one category with independent `read`, `edit`, and `write`
47
- permissions; an omitted scope remains workspace-wide and role-derived.
52
+ permissions. An omitted scope remains workspace-wide and role-derived.
48
53
  - **Consistent effective-category authorization.** Direct and folder-inherited
49
54
  categories are enforced before counts, pagination, indexing, search, and
50
55
  GraphRAG retrieval. Index status is read-only; refresh requires write.
51
56
  - **Release-safe indexing.** Context-aware embedding generations and recovery
52
57
  prevent stale metadata work from becoming active.
53
58
 
54
- This OSS release adds no host RBAC, billing, invitations, or product UI.
55
-
56
- DocsMint 0.7.0 includes the 0.6.8 reliability fixes:
57
-
58
- - **Workspace-safe recovery.** Explicit operator reindexing carries the
59
- document's workspace into every durable pipeline stage, including RLS reads.
60
- - **Consistent operator authentication.** Both documented admin key headers
61
- bypass interactive rate limits during maintenance operations.
62
-
63
- DocsMint 0.6.8 includes the self-host reliability fixes introduced in 0.6.7:
64
-
65
- - **Reliable HTTPS sessions.** Every protected SvelteKit route accepts Better
66
- Auth's secure production cookie as well as the local-development cookie.
67
- - **Cleaner retrieval.** Deleted documents are excluded before exact, lexical,
68
- fuzzy, vector, chunk, and graph ranking.
69
- - **Explicit GraphRAG providers.** Entity extraction requires its own
70
- chat-completion URL and never sends chat requests to an embedding endpoint.
71
- - **Safer self-host defaults.** Auth origins are validated configuration, the
72
- SeaweedFS Filer UI binds to loopback, folder moves refresh knowledge
73
- metadata, and backups exclude `.env`.
74
-
75
- DocsMint 0.6.7 includes the safe index recovery introduced in 0.6.6:
76
-
77
- - **Safe explicit index recovery.** Admin document reindexing keeps the active
78
- generation searchable until a new generation has passed embedding, graph,
79
- summary, and finalize stages.
80
- - **Truthful queue admission.** Maintenance requests force a replacement
81
- generation and report an error when durable enqueue fails instead of
82
- returning a false-positive success.
83
- - **Verified MCP distribution.** The official MCP Registry manifest, npm stdio
84
- package, hosted Streamable HTTP endpoint, bundled Skill, prompts, resources,
85
- and 17-tool catalog remain one versioned contract.
86
-
87
- DocsMint 0.6.6 includes the registry metadata fixes released in 0.6.3-0.6.5
88
- and the complete MCP foundation introduced in 0.6.2:
89
-
90
- - **Official MCP identity.** DocsMint now publishes the verified
91
- `io.github.HiAi-gg/docsmint` registry identity for both the npm stdio server
92
- and the hosted Streamable HTTP endpoint.
93
- - **One capability implementation.** The public `@hiai-gg/docsmint/mcp`
94
- contract lets hosts provide a scoped API client while reusing the same 17
95
- tools, two prompts, three resources, and bundled document-manager Skill.
96
- - **Current protocol runtime.** The MCP server uses the stable v2 server
97
- package and retains compatible stdio negotiation for existing clients.
98
-
99
- DocsMint 0.6.2 includes the reliable knowledge refresh and scoped automation
100
- foundation introduced in 0.6.1:
101
-
102
- - **Reliable knowledge refreshes.** Explicit full reindexing now supersedes
103
- failed or stuck generations, retries release stale extraction claims, and
104
- publishes embeddings, summaries, and graph projections only for the current
105
- document generation.
106
- - **Safer scoped automation.** Global keys can manage the complete document
107
- domain, while category keys stay confined to their category, folders,
108
- documents, tags, graph traversal, and index operations according to explicit
109
- `read`, `edit`, and `write` permissions.
110
- - **Portable agent integration.** The MCP package exposes 17 document-manager
111
- tools, two reusable prompts, three context resources, and a bundled Skill,
112
- with Bunx, NPX, and local-checkout installation paths.
113
- - **Compatible frontend packaging.** Published frontend entrypoints resolve the
114
- canonical hiai-ui exports used by the source build and packed consumers.
115
-
116
- DocsMint 0.6.1 includes the mobile and PWA foundation introduced in 0.6.0:
117
-
118
- - **Installable, update-safe PWA.** A versioned service worker, responsive app
119
- shell, install prompt, and deterministic offline fallback make DocsMint feel
120
- at home on desktop and mobile browsers.
121
- - **Private offline reading and explicit drafts.** Identity-partitioned local
122
- snapshots keep selected documents readable offline. Drafts autosave locally,
123
- then return through a deliberate review-and-apply flow after reconnecting;
124
- DocsMint never silently replays offline mutations.
125
- - **Touch-safe mobile navigation.** Sidebar document actions, Copy controls, and
126
- overflow menus remain reachable on touch devices without depending on hover,
127
- with accessible targets and narrow-screen layouts.
128
- - **A flexible editor contract.** Reactive visual/Markdown mode preferences,
129
- Minimal toolbar support, and a reusable compact TipTap editor let hosts match
130
- the writing surface to the task without forking editor internals.
131
- - **Stable document discovery.** The public API and TypeScript SDK provide
132
- deterministic cursor pagination and global sorting by title, category,
133
- folder, or update time, with canonical category and folder metadata.
134
- - **Safe standalone sharing.** Standalone DocsMint exposes public links with
135
- expiry, optional passwords, Copy, and revoke controls. Host-managed consumers
136
- retain their existing restricted invitation workflow.
137
- - **Knowledge built for agents.** REST, the typed SDK, CLI, and MCP server expose
138
- scoped document operations, while multilingual hybrid search and GraphRAG
139
- help people and AI agents retrieve connected knowledge instead of isolated
140
- keyword matches.
141
-
142
- DocsMint combines an installable self-hosted PWA knowledge base, mobile document
143
- workspace, offline reading, local drafts, multilingual semantic search,
144
- GraphRAG, MCP, a TypeScript SDK, CLI, and composable frontend hosts in one
145
- open-source system.
146
-
147
- For self-hosted customization, see [PWA hosting](docs/PWA_HOSTING.md) and
148
- [extension points](docs/EXTENDING.md).
59
+ This OSS release adds no host RBAC, billing, invitations, or product UI. The
60
+ 0.6.x reliability work — workspace-safe reindex, HTTPS sessions, trash-aware
61
+ retrieval, explicit GraphRAG providers, MCP Registry identity, and the
62
+ installable PWA — ships in this line. See the [changelog](CHANGELOG.md) for
63
+ the complete history and the [roadmap](docs/ROADMAP.md) for what comes next.
149
64
 
150
65
  ## Fastest installation: give this prompt to your agent
151
66
 
@@ -188,6 +103,20 @@ On its first run, the script creates an ignored root `.env`, generates the
188
103
  database, authentication, and storage secrets, builds the PostgreSQL image,
189
104
  applies migrations, and starts the complete application.
190
105
 
106
+ Published application images are on
107
+ [Docker Hub](https://hub.docker.com/r/vgalibov/docsmint). There is no untagged
108
+ `latest` image; pull the role-specific tags:
109
+
110
+ ```bash
111
+ docker pull vgalibov/docsmint:api-latest
112
+ docker pull vgalibov/docsmint:web-latest
113
+ docker pull vgalibov/docsmint:caddy-latest
114
+ ```
115
+
116
+ Use versioned tags such as `api-v0.7.1` for reproducible deploys. The
117
+ quickstart still builds the Compose stack from this repository so PostgreSQL,
118
+ Redis, and SeaweedFS start together with the application.
119
+
191
120
  For OpenRouter, add one value to `.env` and run the script again:
192
121
 
193
122
  ```dotenv
@@ -257,7 +186,7 @@ bunx --package @hiai-gg/docsmint docsmint search "project architecture"
257
186
  bunx --package @hiai-gg/docsmint docsmint list
258
187
  bunx --package @hiai-gg/docsmint docsmint read <document-id>
259
188
  bunx --package @hiai-gg/docsmint docsmint create \
260
- --title "Release notes" --content "# Version 0.2.9"
189
+ --title "Release notes" --content "# Highlights"
261
190
  ```
262
191
 
263
192
  Credentials can also be supplied through `HIAI_DOCS_URL` and
@@ -275,8 +204,8 @@ context resources, and a document-manager skill for agent clients.
275
204
  {
276
205
  "mcpServers": {
277
206
  "docsmint": {
278
- "command": "bunx",
279
- "args": ["--package", "@hiai-gg/docsmint", "docsmint-mcp"],
207
+ "command": "npx",
208
+ "args": ["-y", "@hiai-gg/docsmint", "docsmint-mcp"],
280
209
  "env": {
281
210
  "HIAI_DOCS_URL": "http://localhost:50700",
282
211
  "HIAI_DOCS_API_KEY": "your-global-or-category-key"
@@ -289,14 +218,59 @@ context resources, and a document-manager skill for agent clients.
289
218
  Run the server directly to verify the installation:
290
219
 
291
220
  ```bash
292
- bunx --package @hiai-gg/docsmint docsmint-mcp
221
+ npx -y @hiai-gg/docsmint docsmint-mcp
293
222
  ```
294
223
 
224
+ `npx` is the install path LobeHub and Node MCP clients validate. Bun checkouts can use
225
+ `bunx --package @hiai-gg/docsmint docsmint-mcp` instead. The process speaks MCP on
226
+ stdio and advertises tools, prompts, and resources without a running DocsMint API.
227
+
295
228
  The server uses stdio and works with MCP-capable clients such as Claude
296
229
  Desktop, Cursor, and coding agents that accept standard MCP configuration. See
297
230
  the [MCP guide](packages/mcp-server/README.md) for its 17 tools, prompts,
298
231
  resources, skill, and API routes.
299
232
 
233
+ ## MCP Features
234
+
235
+ ### Tools (17)
236
+
237
+ - `search_documents`: Hybrid search (full-text + semantic pgvector).
238
+ - `get_document`: Fetch document content and metadata.
239
+ - `create_document`: Create a document with optional markdown, folder, and category.
240
+ - `update_document`: Update title, content, folder, or category (new version on each save).
241
+ - `list_documents`: Paginated document list, optionally filtered by folder or tag.
242
+ - `list_folders`: List folders, optionally under a parent.
243
+ - `create_folder`: Create a folder, optionally nested.
244
+ - `create_snapshot`: Create a named snapshot of the current document.
245
+ - `get_version_history`: List versions, optionally snapshots only.
246
+ - `export_document`: Export a document as Markdown.
247
+ - `list_categories`: List categories visible to the API key.
248
+ - `create_category`: Create a category (workspace key with write access).
249
+ - `list_tags`: List tags in the workspace or bound category.
250
+ - `get_related_documents`: Traverse the knowledge graph from one authorized document.
251
+ - `search_knowledge_graph`: Search connected knowledge from authorized seed documents.
252
+ - `get_document_index_status`: Read indexing and knowledge-pipeline status.
253
+ - `refresh_document_index`: Request reindexing after a document or metadata change.
254
+
255
+ ### Prompts (2)
256
+
257
+ - `organize_workspace`: Plan safe document organization using DocsMint categories and folders.
258
+ - `research_workspace`: Research a question with hybrid search and GraphRAG citing document IDs.
259
+
260
+ ### Resources (3)
261
+
262
+ - `docsmint://guide/editor`: Editor usage guide.
263
+ - `docsmint://guide/search`: Search and GraphRAG guide.
264
+ - `docsmint://workspace/catalog`: Live scoped workspace catalog.
265
+
266
+ ### Skills (1)
267
+
268
+ - [`docsmint-document-manager`](skills/docsmint-document-manager/SKILL.md):
269
+ create, organize, edit, and research DocsMint documents through the 17 MCP
270
+ tools, including hybrid search, GraphRAG, and index refresh.
271
+
272
+ The same Skill ships in the npm package under `skills/docsmint-document-manager/SKILL.md`.
273
+
300
274
  ## Agent skills after installation
301
275
 
302
276
  The MCP tools are the recommended portable agent skills. A category-bound agent
@@ -426,6 +400,7 @@ deployment.
426
400
 
427
401
  - [Documentation index](docs/README.md)
428
402
  - [Product usage](docs/USAGE.md)
403
+ - [Roadmap](docs/ROADMAP.md)
429
404
  - [REST API](docs/API.md) and [OpenAPI JSON](docs/openapi.json)
430
405
  - [Architecture](docs/ARCHITECTURE.md)
431
406
  - [Deployment and operations](docs/DEPLOYMENT.md)
@@ -237154,8 +237154,8 @@ var swaggerConfig = {
237154
237154
  },
237155
237155
  info: {
237156
237156
  title: "DocsMint API",
237157
- version: "0.7.0",
237158
- description: "Self-hosted AI-first documentation platform. Full-text + semantic search, version history, sharing, and folder organization.",
237157
+ version: "0.7.1",
237158
+ description: "Self-hosted AI-native knowledge workspace and installable PWA with hybrid search, GraphRAG, REST, SDK, CLI, and MCP access for people and AI agents.",
237159
237159
  contact: { name: "HiAi-gg", url: "https://github.com/HiAi-gg/docsmint" },
237160
237160
  license: {
237161
237161
  name: "Apache-2.0",
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./copy-CvCh4ZVt.js";
2
2
  import { t } from "./circle-check-BrqfiQH1.js";
3
3
  import { n } from "./dist-DQa_OHOa.js";
4
- import { C as r, S as i, _ as a, b as o, er as s, g as c, h as l, ir as u, m as d, nr as f, rr as p, v as m, x as h, y as g } from "./messages-DIovIZrK.js";
4
+ import { C as r, S as i, _ as a, b as o, er as s, g as c, h as l, ir as u, m as d, nr as f, rr as p, v as m, x as h, y as g } from "./messages-DTRe4U2V.js";
5
5
  import { a as ee } from "./route-context-DYQlUfzL.js";
6
6
  import { a as te, i as _, n as ne, o as v, r as re, t as ie } from "./dialog-C2iKObEu.js";
7
7
  import { t as ae } from "./input-eHFb2qiL.js";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./dist-DQa_OHOa.js";
2
- import { V as t, Yt as n, an as r, ar as i, en as a, in as o, nn as s, on as c, rn as l, rr as u, sn as d, tn as f } from "./messages-DIovIZrK.js";
2
+ import { V as t, Yt as n, an as r, ar as i, en as a, in as o, nn as s, on as c, rn as l, rr as u, sn as d, tn as f } from "./messages-DTRe4U2V.js";
3
3
  import { a as p } from "./route-context-DYQlUfzL.js";
4
4
  import { a as m, i as h, n as g, o as _, r as v, t as y } from "./dialog-C2iKObEu.js";
5
5
  import { t as b } from "./input-eHFb2qiL.js";
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./Icon-Db-o32_E.js";
2
2
  import { n as t } from "./folder-Cx60MRpi.js";
3
3
  import { t as n } from "./dist-DQa_OHOa.js";
4
- import { $ as r, G as i, H as a, J as o, K as s, Q as c, U as l, W as u, X as d, Y as f, Z as p, at as m, ct as h, dt as g, et as _, it as v, lt as ee, nt as te, ot as y, q as ne, rt as b, st as x, tt as S, ut as C } from "./messages-DIovIZrK.js";
4
+ import { $ as r, G as i, H as a, J as o, K as s, Q as c, U as l, W as u, X as d, Y as f, Z as p, at as m, ct as h, dt as g, et as _, it as v, lt as ee, nt as te, ot as y, q as ne, rt as b, st as x, tt as S, ut as C } from "./messages-DTRe4U2V.js";
5
5
  import { t as w } from "./utils-CDBqTgoV.js";
6
6
  import { A as T, K as E, et as D, q as O } from "./floating-layer-anchor-BGIndLY-.js";
7
7
  import "svelte/internal/disclose-version";
@@ -1,6 +1,6 @@
1
1
  import { n as e, t } from "./folder-Cx60MRpi.js";
2
2
  import { a as n, i as r, o as i, r as a, t as o } from "./dropdown-menu-BXIl2E26.js";
3
- import { Kt as s, Pi as c, Ti as l, Xn as u, hi as ee, mi as te, vi as d } from "./messages-DIovIZrK.js";
3
+ import { Kt as s, Pi as c, Ti as l, Xn as u, hi as ee, mi as te, vi as d } from "./messages-DTRe4U2V.js";
4
4
  import { a as f, n as p, t as m } from "./route-context-DYQlUfzL.js";
5
5
  import { t as h } from "./utils-DrfHTcei.js";
6
6
  import { t as g } from "./dndzone-BzsOINtP.js";
@@ -5,7 +5,7 @@ import { t as r } from "./chevron-down-C2ft7XUV.js";
5
5
  import { t as i } from "./copy-CvCh4ZVt.js";
6
6
  import { t as a } from "./x-cfdlccjs.js";
7
7
  import { n as o } from "./dist-DQa_OHOa.js";
8
- import { Ai as s, An as c, Bn as l, Cn as u, Dn as d, En as f, F as p, Fn as m, Hn as h, I as g, In as _, Jt as v, L as y, Ln as ee, M as b, Mn as te, N as x, Nn as ne, On as re, P as ie, Pn as ae, R as oe, Rn as se, Sn as ce, Tn as le, Un as ue, Vn as de, Wt as fe, _n as pe, ar as me, bn as he, cn as ge, gn as _e, hn as ve, ir as ye, j as be, jn as xe, kn as Se, or as Ce, qt as we, rr as Te, vn as Ee, wn as De, xn as Oe, yn as ke, z as Ae, zn as je } from "./messages-DIovIZrK.js";
8
+ import { Ai as s, An as c, Bn as l, Cn as u, Dn as d, En as f, F as p, Fn as m, Hn as h, I as g, In as _, Jt as v, L as y, Ln as ee, M as b, Mn as te, N as x, Nn as ne, On as re, P as ie, Pn as ae, R as oe, Rn as se, Sn as ce, Tn as le, Un as ue, Vn as de, Wt as fe, _n as pe, ar as me, bn as he, cn as ge, gn as _e, hn as ve, ir as ye, j as be, jn as xe, kn as Se, or as Ce, qt as we, rr as Te, vn as Ee, wn as De, xn as Oe, yn as ke, z as Ae, zn as je } from "./messages-DTRe4U2V.js";
9
9
  import { a as Me } from "./route-context-DYQlUfzL.js";
10
10
  import { a as Ne, n as Pe, o as Fe, r as Ie, t as Le } from "./dialog-C2iKObEu.js";
11
11
  import { t as Re } from "./input-eHFb2qiL.js";
@@ -15,7 +15,7 @@ import { h as Ve, u as He } from "./keyboard.svelte-CApmX0vl.js";
15
15
  import { t as Ue } from "./clipboard-Cgzxc0_R.js";
16
16
  import { n as We, o as Ge, r as Ke } from "./attachments-B2aH3hXF.js";
17
17
  import { A as S, B as qe, C, D as Je, F as Ye, H as Xe, L as Ze, M as Qe, N as $e, O as w, P as et, S as T, U as E, Y as tt, _ as D, a as nt, b as O, c as rt, ct as k, d as A, et as j, f as it, ft as M, h as N, j as P, k as at, l as ot, lt as F, m as I, mt as st, o as ct, p as lt, pt as ut, s as dt, st as ft, tt as pt, u as L, v as mt, w as ht, x as gt, y as R, z } from "./awareness-snQ3RD9f.js";
18
- import { t as _t } from "./CreateSnapshotDialog-BmCRpOMv.js";
18
+ import { t as _t } from "./CreateSnapshotDialog-DW3PwAt5.js";
19
19
  import { _ as vt, a as yt, b as B, c as V, d as H, f as U, g as W, h as G, l as bt, m as xt, o as St, p as Ct, r as wt, s as Tt, u as Et, v as Dt, y as K } from "./editorExtensions-BmINh76i.js";
20
20
  import { t as Ot } from "./markdown-A5xji16P.js";
21
21
  import "svelte/internal/disclose-version";
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./Icon-Db-o32_E.js";
2
2
  import { n as t } from "./dist-DQa_OHOa.js";
3
- import { $n as n, B as r, Bt as i, Cr as a, Er as o, Sr as s, Tr as c, _r as l, br as u, cr as d, dr as f, fr as p, gr as m, hr as h, lr as g, mr as _, or as v, pr as y, sr as b, ur as x, vr as S, wr as C, xr as w, yr as T } from "./messages-DIovIZrK.js";
3
+ import { $n as n, B as r, Bt as i, Cr as a, Er as o, Sr as s, Tr as c, _r as l, br as u, cr as d, dr as f, fr as p, gr as m, hr as h, lr as g, mr as _, or as v, pr as y, sr as b, ur as x, vr as S, wr as C, xr as w, yr as T } from "./messages-DTRe4U2V.js";
4
4
  import { a as E, n as ee, t as te } from "./route-context-DYQlUfzL.js";
5
5
  import { t as D } from "./utils-CDBqTgoV.js";
6
6
  import { a as ne, i as re, n as ie, o as O, r as ae, t as oe } from "./dialog-C2iKObEu.js";
@@ -1,4 +1,4 @@
1
- import { $n as e, Ar as t, Br as n, Dr as r, Fr as i, Hr as a, Ir as o, Lr as s, Mr as c, Nr as l, Or as u, Pr as d, Rr as f, Ur as p, Vr as ee, Zn as m, jr as te, kr as h, or as g, zr as ne } from "./messages-DIovIZrK.js";
1
+ import { $n as e, Ar as t, Br as n, Dr as r, Fr as i, Hr as a, Ir as o, Lr as s, Mr as c, Nr as l, Or as u, Pr as d, Rr as f, Ur as p, Vr as ee, Zn as m, jr as te, kr as h, or as g, zr as ne } from "./messages-DTRe4U2V.js";
2
2
  import { a as _ } from "./route-context-DYQlUfzL.js";
3
3
  import { a as re, i as ie, n as ae, r as v, t as oe } from "./select-value-CtMyrvDJ.js";
4
4
  import { n as y } from "./share-D7JtkC85.js";
@@ -4,13 +4,13 @@ import { t as n } from "./chevron-down-C2ft7XUV.js";
4
4
  import { n as r, t as i } from "./folder-Cx60MRpi.js";
5
5
  import { t as a } from "./clock-Dz86E4Kz.js";
6
6
  import { t as o } from "./copy-CvCh4ZVt.js";
7
- import { n as s, r as c, t as l } from "./confirm-dialog-BG8y2Pum.js";
8
- import { t as u } from "./SettingsDialog-AP42xOGg.js";
7
+ import { n as s, r as c, t as l } from "./confirm-dialog-BW2h2NE8.js";
8
+ import { t as u } from "./SettingsDialog-CS5L4nnU.js";
9
9
  import { n as d, t as f } from "./tag-DhVFHMcV.js";
10
10
  import { t as p } from "./x-cfdlccjs.js";
11
11
  import { a as m, i as h, o as ee, r as g, t as te } from "./dropdown-menu-BXIl2E26.js";
12
12
  import { n as ne } from "./dist-DQa_OHOa.js";
13
- import { $r as _, Di as v, Ei as y, Er as b, Gn as x, Gt as re, Ii as S, Kt as C, Lt as w, O as T, Oi as E, Pi as ie, Qr as D, Ti as ae, Ut as O, Wn as oe, Xn as se, Xr as k, Yn as A, Zr as j, di as ce, ei as M, hi as le, ir as ue, ji as de, ki as fe, li as pe, nr as N, or as me, p as he, pi as ge, ri as P, rr as _e, tr as ve, ui as ye, vi as be, w as xe, wi as Se } from "./messages-DIovIZrK.js";
13
+ import { $r as _, Di as v, Ei as y, Er as b, Gn as x, Gt as re, Ii as S, Kt as C, Lt as w, O as T, Oi as E, Pi as ie, Qr as D, Ti as ae, Ut as O, Wn as oe, Xn as se, Xr as k, Yn as A, Zr as j, di as ce, ei as M, hi as le, ir as ue, ji as de, ki as fe, li as pe, nr as N, or as me, p as he, pi as ge, ri as P, rr as _e, tr as ve, ui as ye, vi as be, w as xe, wi as Se } from "./messages-DTRe4U2V.js";
14
14
  import { a as Ce, i as we, n as Te, t as Ee } from "./route-context-DYQlUfzL.js";
15
15
  import { t as F } from "./utils-DrfHTcei.js";
16
16
  import { a as De, i as Oe, n as ke, o as Ae, r as je, t as Me } from "./dialog-C2iKObEu.js";
@@ -24,16 +24,16 @@ import { n as ze, t as Be } from "./dndzone-BzsOINtP.js";
24
24
  import { c as Ve, i as He, r as Ue, s as We, t as Ge } from "./documents-CwCs1rA7.js";
25
25
  import { c as Ke, r as qe, s as Je, t as Ye } from "./folders-ONG03Dkv.js";
26
26
  import { t as Xe } from "./DeleteDialog-L1A3FhMM.js";
27
- import { t as Ze } from "./ShareDialog-wGTXuXFE.js";
27
+ import { t as Ze } from "./ShareDialog-CwFa8mlk.js";
28
28
  import { t as Qe } from "./clipboard-Cgzxc0_R.js";
29
- import { t as $e } from "./CategoryDialog-C67_TXf0.js";
29
+ import { t as $e } from "./CategoryDialog-t_WIvFAG.js";
30
30
  import { n as et, t as tt } from "./document-drop-coordinator-C4xHMjwC.js";
31
31
  import { a as nt, c as rt, d as it, f as at, i as ot, n as st, o as ct, p as lt, r as ut, s as dt, t as ft, u as pt } from "./subfolders-refresh-store.svelte-DxP21a1c.js";
32
- import { t as mt } from "./FolderNode-CNwi0ySr.js";
32
+ import { t as mt } from "./FolderNode-DzTqitR8.js";
33
33
  import { a as ht, i as R, n as z, o as B, s as gt, t as _t } from "./tag-store.svelte-ogVCMCbv.js";
34
34
  import { t as vt } from "./ConfirmDialog-_LlrA--f.js";
35
35
  import { i as yt, o as bt } from "./tags-BdCaMGfj.js";
36
- import { t as xt } from "./TagCreateDialog-su8BhLzS.js";
36
+ import { t as xt } from "./TagCreateDialog-C7Avn2_h.js";
37
37
  import "svelte/internal/disclose-version";
38
38
  import * as V from "svelte/internal/client";
39
39
  import { onDestroy as St, onMount as Ct, untrack as wt } from "svelte";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./dist-DQa_OHOa.js";
2
- import { Yn as t, er as n, ir as r, ni as i, or as a, ri as o, rr as s, ti as c } from "./messages-DIovIZrK.js";
2
+ import { Yn as t, er as n, ir as r, ni as i, or as a, ri as o, rr as s, ti as c } from "./messages-DTRe4U2V.js";
3
3
  import { a as l } from "./route-context-DYQlUfzL.js";
4
4
  import { t as u } from "./utils-DrfHTcei.js";
5
5
  import { a as d, i as f, n as p, o as m, r as h, t as g } from "./dialog-C2iKObEu.js";
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./Icon-Db-o32_E.js";
2
- import { n as t } from "./SettingsDialog-AP42xOGg.js";
3
- import { t as n } from "./Sidebar-lKQT3dEf.js";
4
- import { D as r } from "./messages-DIovIZrK.js";
2
+ import { n as t } from "./SettingsDialog-CS5L4nnU.js";
3
+ import { t as n } from "./Sidebar-CDaFFmaQ.js";
4
+ import { D as r } from "./messages-DTRe4U2V.js";
5
5
  import { o as i, r as a } from "./route-context-DYQlUfzL.js";
6
6
  import { t as o } from "./editor-preferences.svelte-Bt_A9k7n.js";
7
7
  import { d as s } from "./subfolders-refresh-store.svelte-DxP21a1c.js";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../CategoryDialog-C67_TXf0.js";
1
+ import { t as e } from "../CategoryDialog-t_WIvFAG.js";
2
2
  export { e as CategoryDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../CreateSnapshotDialog-BmCRpOMv.js";
1
+ import { t as e } from "../CreateSnapshotDialog-DW3PwAt5.js";
2
2
  export { e as CreateSnapshotDialog };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../HiAiEditor-B1EDGsnA.js";
1
+ import { t as e } from "../../HiAiEditor-B7MK19_j.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as t from "svelte/internal/client";
4
4
  //#region src/lib/components/editor/CompactEditor.svelte
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../HiAiEditor-B1EDGsnA.js";
1
+ import { t as e } from "../../HiAiEditor-B7MK19_j.js";
2
2
  export { e as DocsmintDocumentEditorHost };
@@ -1,4 +1,4 @@
1
- import { Mi as e, ji as t } from "../../messages-DIovIZrK.js";
1
+ import { Mi as e, ji as t } from "../../messages-DTRe4U2V.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as n from "svelte/internal/client";
4
4
  //#region src/lib/components/editor/DocumentTitle.svelte
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "../../check-BIi-Ghti.js";
2
2
  import { t } from "../../copy-CvCh4ZVt.js";
3
- import { mn as n, pn as r } from "../../messages-DIovIZrK.js";
3
+ import { mn as n, pn as r } from "../../messages-DTRe4U2V.js";
4
4
  import { t as i } from "../../markdown-A5xji16P.js";
5
5
  import "svelte/internal/disclose-version";
6
6
  import * as a from "svelte/internal/client";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../FolderNode-CNwi0ySr.js";
1
+ import { t as e } from "../FolderNode-DzTqitR8.js";
2
2
  export { e as FolderNode };
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "../chevron-down-C2ft7XUV.js";
2
2
  import { t } from "../FolderTreeSelector-BMB1MS9N.js";
3
3
  import { n } from "../dist-DQa_OHOa.js";
4
- import { ir as r, rr as i } from "../messages-DIovIZrK.js";
4
+ import { ir as r, rr as i } from "../messages-DTRe4U2V.js";
5
5
  import { a } from "../route-context-DYQlUfzL.js";
6
6
  import { a as o, i as s, n as c, o as l, r as u, t as d } from "../dialog-C2iKObEu.js";
7
7
  import { t as f } from "../label-_I1iiaNU.js";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../SettingsDialog-AP42xOGg.js";
1
+ import { t as e } from "../SettingsDialog-CS5L4nnU.js";
2
2
  export { e as SettingsDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ShareDialog-wGTXuXFE.js";
1
+ import { t as e } from "../ShareDialog-CwFa8mlk.js";
2
2
  export { e as ShareDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../Sidebar-lKQT3dEf.js";
1
+ import { t as e } from "../Sidebar-CDaFFmaQ.js";
2
2
  export { e as Sidebar };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../TagCreateDialog-su8BhLzS.js";
1
+ import { t as e } from "../TagCreateDialog-C7Avn2_h.js";
2
2
  export { e as TagCreateDialog };
@@ -4,11 +4,11 @@ import { t as n } from "../clock-Dz86E4Kz.js";
4
4
  import { t as r } from "../rotate-ccw-ta4NosZ0.js";
5
5
  import { t as i } from "../circle-check-BrqfiQH1.js";
6
6
  import { n as a } from "../dist-DQa_OHOa.js";
7
- import { $t as o, E as s, Jn as c, Kn as l, Qt as u, Xt as ee, Yn as d, Yt as f, Zt as p, cn as m, dn as h, fn as g, ln as _, or as v, qn as y, rr as b, un as x } from "../messages-DIovIZrK.js";
7
+ import { $t as o, E as s, Jn as c, Kn as l, Qt as u, Xt as ee, Yn as d, Yt as f, Zt as p, cn as m, dn as h, fn as g, ln as _, or as v, qn as y, rr as b, un as x } from "../messages-DTRe4U2V.js";
8
8
  import { a as S } from "../route-context-DYQlUfzL.js";
9
9
  import { n as C, t as w } from "../client-GbtOH90i.js";
10
10
  import { t as te } from "../ConfirmDialog-_LlrA--f.js";
11
- import { t as T } from "../CreateSnapshotDialog-BmCRpOMv.js";
11
+ import { t as T } from "../CreateSnapshotDialog-DW3PwAt5.js";
12
12
  import "svelte/internal/disclose-version";
13
13
  import * as E from "svelte/internal/client";
14
14
  import "svelte/internal/flags/legacy";
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./Icon-Db-o32_E.js";
2
2
  import { t } from "./circle-check-BrqfiQH1.js";
3
3
  import { n } from "./dist-DQa_OHOa.js";
4
- import { er as r, hi as i, ir as a, k as o, or as s, rr as c, vi as l } from "./messages-DIovIZrK.js";
4
+ import { er as r, hi as i, ir as a, k as o, or as s, rr as c, vi as l } from "./messages-DTRe4U2V.js";
5
5
  import { a as u, i as d, n as f, o as p, r as m, t as h } from "./dialog-C2iKObEu.js";
6
6
  import { t as g } from "./input-eHFb2qiL.js";
7
7
  import { t as _ } from "./label-_I1iiaNU.js";
@@ -1,16 +1,16 @@
1
1
  import { t as e } from "./Icon-Db-o32_E.js";
2
- import { i as t, n, r, t as i } from "./DatePicker-DsoepNdb.js";
2
+ import { i as t, n, r, t as i } from "./DatePicker-CAw0wZZK.js";
3
3
  import { t as a } from "./check-BIi-Ghti.js";
4
4
  import { t as o } from "./chevron-down-C2ft7XUV.js";
5
5
  import { n as s, t as c } from "./folder-Cx60MRpi.js";
6
6
  import { t as l } from "./copy-CvCh4ZVt.js";
7
- import { n as u, r as d, t as f } from "./confirm-dialog-BG8y2Pum.js";
7
+ import { n as u, r as d, t as f } from "./confirm-dialog-BW2h2NE8.js";
8
8
  import { n as p, t as m } from "./FolderTreeSelector-BMB1MS9N.js";
9
9
  import { t as h } from "./rotate-ccw-ta4NosZ0.js";
10
10
  import { t as g } from "./x-cfdlccjs.js";
11
11
  import { a as _, i as v, n as y, o as b, r as x, t as ee } from "./dropdown-menu-BXIl2E26.js";
12
12
  import { n as S } from "./dist-DQa_OHOa.js";
13
- import { $n as C, A as te, Ci as ne, Fi as re, Gt as w, Ht as ie, Ii as ae, Kt as oe, Mi as se, Ni as ce, Pi as le, Qn as ue, Ri as de, Si as T, Ti as E, Vt as D, Yn as O, _i as fe, a as k, ai as A, bi as pe, c as me, ci as he, d as j, f as M, fi as ge, gi as _e, hi as ve, i as N, ii as P, ir as ye, l as F, mi as be, nr as I, o as L, oi as xe, or as Se, p as Ce, pi as we, r as R, rr as Te, s as Ee, si as z, u as B, xi as De, yi as Oe } from "./messages-DIovIZrK.js";
13
+ import { $n as C, A as te, Ci as ne, Fi as re, Gt as w, Ht as ie, Ii as ae, Kt as oe, Mi as se, Ni as ce, Pi as le, Qn as ue, Ri as de, Si as T, Ti as E, Vt as D, Yn as O, _i as fe, a as k, ai as A, bi as pe, c as me, ci as he, d as j, f as M, fi as ge, gi as _e, hi as ve, i as N, ii as P, ir as ye, l as F, mi as be, nr as I, o as L, oi as xe, or as Se, p as Ce, pi as we, r as R, rr as Te, s as Ee, si as z, u as B, xi as De, yi as Oe } from "./messages-DTRe4U2V.js";
14
14
  import { a as ke, i as Ae, n as V, t as je } from "./route-context-DYQlUfzL.js";
15
15
  import { n as Me } from "./utils-DrfHTcei.js";
16
16
  import { t as Ne } from "./utils-CDBqTgoV.js";
@@ -23,7 +23,7 @@ import { t as He } from "./resolve-BG4HgzpN.js";
23
23
  import { a as Ue, i as We, n as Ge, r as Ke, t as qe } from "./select-value-CtMyrvDJ.js";
24
24
  import { c as Je, i as Ye, o as Xe } from "./documents-CwCs1rA7.js";
25
25
  import { c as Ze, i as Qe, s as $e } from "./folders-ONG03Dkv.js";
26
- import { t as et } from "./ShareDialog-wGTXuXFE.js";
26
+ import { t as et } from "./ShareDialog-CwFa8mlk.js";
27
27
  import { t as tt } from "./clipboard-Cgzxc0_R.js";
28
28
  import { d as nt, n as W } from "./subfolders-refresh-store.svelte-DxP21a1c.js";
29
29
  import { a as rt } from "./tag-store.svelte-ogVCMCbv.js";
@@ -1,4 +1,4 @@
1
- import { Bi as e, Vi as t, t as n } from "./messages-DIovIZrK.js";
1
+ import { Bi as e, Vi as t, t as n } from "./messages-DTRe4U2V.js";
2
2
  //#region ../packages/sdk/frontend-entries/i18n.ts
3
3
  var r = n, i = e, a = t;
4
4
  function o(e) {