cognova 0.2.10 → 0.2.12

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 (114) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/_nuxt/builds/latest.json +1 -1
  3. package/.output/public/_nuxt/builds/meta/a892969f-e07d-4f44-8d7e-57a4b7f33d94.json +1 -0
  4. package/.output/server/chunks/build/CodeIcon-CWD5HcV7.mjs +1 -1
  5. package/.output/server/chunks/build/DropdownMenu-BBrV9nXz.mjs +1 -1
  6. package/.output/server/chunks/build/EditorToolbar-DIfb5arC.mjs +1 -1
  7. package/.output/server/chunks/build/Img-CWLmvN1t.mjs +1 -1
  8. package/.output/server/chunks/build/MDC-Dx0YPDhe.mjs +1 -1
  9. package/.output/server/chunks/build/Select-BB1oLrCD.mjs +1 -1
  10. package/.output/server/chunks/build/SelectMenu-DPssg6zD.mjs +1 -1
  11. package/.output/server/chunks/build/Table-DCwTlhCj.mjs +1 -1
  12. package/.output/server/chunks/build/Tooltip-TRyl6dje.mjs +1 -1
  13. package/.output/server/chunks/build/Tree-DUhXKd8y.mjs +1 -1
  14. package/.output/server/chunks/build/_uuid_-DfJaumTE.mjs +1 -1
  15. package/.output/server/chunks/build/cookie-C_iulBi6.mjs +1 -1
  16. package/.output/server/chunks/build/dashboard-CiVTAZuF.mjs +1 -1
  17. package/.output/server/chunks/build/docs-ChGwOPg5.mjs +1 -1
  18. package/.output/server/chunks/build/fetch-BB7Qzkwe.mjs +1 -1
  19. package/.output/server/chunks/build/index-CxDxc9fm.mjs +1 -1
  20. package/.output/server/chunks/build/server.mjs +1 -1
  21. package/.output/server/chunks/build/settings-B2KXoGcz.mjs +1 -1
  22. package/.output/server/chunks/build/styles.mjs +2 -2
  23. package/.output/server/chunks/build/useNotificationBus-BG5JNQf1.mjs +1 -1
  24. package/.output/server/chunks/build/view-n2sYa4Zh.mjs +1 -1
  25. package/.output/server/chunks/nitro/nitro.mjs +238 -217
  26. package/.output/server/chunks/nitro/nitro.mjs.map +1 -1
  27. package/.output/server/chunks/routes/_ws/chat.mjs +1 -1
  28. package/.output/server/chunks/routes/api/bridges/_id/contacts.get.mjs +84 -0
  29. package/.output/server/chunks/routes/api/bridges/_id/contacts.get.mjs.map +1 -0
  30. package/.output/server/chunks/routes/api/bridges/_id/send.post.mjs +70 -0
  31. package/.output/server/chunks/routes/api/bridges/_id/send.post.mjs.map +1 -0
  32. package/.output/server/chunks/routes/api/bridges/context.get.mjs +19 -18
  33. package/.output/server/chunks/routes/api/bridges/context.get.mjs.map +1 -1
  34. package/.output/server/chunks/routes/api/conversations/_id_.delete.mjs +1 -1
  35. package/.output/server/chunks/routes/api/conversations/_id_.get.mjs +1 -1
  36. package/.output/server/chunks/routes/api/dashboard/overview.get.mjs +1 -1
  37. package/.output/server/chunks/routes/api/documents/_id/public.get.mjs +1 -1
  38. package/.output/server/chunks/routes/api/documents/_id/restore.post.mjs +1 -1
  39. package/.output/server/chunks/routes/api/documents/by-path.post.mjs +1 -1
  40. package/.output/server/chunks/routes/api/documents/index.delete.mjs +1 -1
  41. package/.output/server/chunks/routes/api/documents/index.put.mjs +1 -1
  42. package/.output/server/chunks/routes/api/fs/delete.post.mjs +1 -1
  43. package/.output/server/chunks/routes/api/fs/list.get.mjs +1 -1
  44. package/.output/server/chunks/routes/api/fs/mkdir.post.mjs +1 -1
  45. package/.output/server/chunks/routes/api/fs/move.post.mjs +1 -1
  46. package/.output/server/chunks/routes/api/fs/read.post.mjs +1 -1
  47. package/.output/server/chunks/routes/api/fs/rename.post.mjs +1 -1
  48. package/.output/server/chunks/routes/api/fs/write.post.mjs +1 -1
  49. package/.output/server/chunks/routes/api/health.get.mjs +1 -1
  50. package/.output/server/chunks/routes/api/home.get.mjs +1 -1
  51. package/.output/server/chunks/routes/api/hooks/index.get.mjs +1 -1
  52. package/.output/server/chunks/routes/api/hooks/index.post.mjs +1 -1
  53. package/.output/server/chunks/routes/api/hooks/stats.get.mjs +1 -1
  54. package/.output/server/chunks/routes/api/index.get10.mjs +1 -1
  55. package/.output/server/chunks/routes/api/index.get3.mjs +1 -1
  56. package/.output/server/chunks/routes/api/index.get4.mjs +1 -1
  57. package/.output/server/chunks/routes/api/index.get5.mjs +1 -1
  58. package/.output/server/chunks/routes/api/index.get6.mjs +1 -1
  59. package/.output/server/chunks/routes/api/index.get7.mjs +1 -1
  60. package/.output/server/chunks/routes/api/index.get8.mjs +1 -1
  61. package/.output/server/chunks/routes/api/index.get9.mjs +1 -1
  62. package/.output/server/chunks/routes/api/index.post3.mjs +1 -1
  63. package/.output/server/chunks/routes/api/index.post4.mjs +1 -1
  64. package/.output/server/chunks/routes/api/index.post5.mjs +1 -1
  65. package/.output/server/chunks/routes/api/index.put.mjs +1 -1
  66. package/.output/server/chunks/routes/api/memory/_id_.delete.mjs +1 -1
  67. package/.output/server/chunks/routes/api/memory/context.get.mjs +1 -1
  68. package/.output/server/chunks/routes/api/memory/extract.post.mjs +1 -1
  69. package/.output/server/chunks/routes/api/memory/search.get.mjs +1 -1
  70. package/.output/server/chunks/routes/api/memory/store.post.mjs +1 -1
  71. package/.output/server/chunks/routes/api/projects/index.delete.mjs +1 -1
  72. package/.output/server/chunks/routes/api/projects/index.get.mjs +1 -1
  73. package/.output/server/chunks/routes/api/projects/index.put.mjs +1 -1
  74. package/.output/server/chunks/routes/api/secrets/_key_.delete.mjs +1 -1
  75. package/.output/server/chunks/routes/api/secrets/_key_.get.mjs +1 -1
  76. package/.output/server/chunks/routes/api/secrets/_key_.put.mjs +1 -1
  77. package/.output/server/chunks/routes/api/skills/_name/delete.post.mjs +1 -1
  78. package/.output/server/chunks/routes/api/skills/_name/export.get.mjs +1 -1
  79. package/.output/server/chunks/routes/api/skills/_name/files/create.post.mjs +1 -1
  80. package/.output/server/chunks/routes/api/skills/_name/files/delete.post.mjs +1 -1
  81. package/.output/server/chunks/routes/api/skills/_name/files/read.post.mjs +1 -1
  82. package/.output/server/chunks/routes/api/skills/_name/files/write.post.mjs +1 -1
  83. package/.output/server/chunks/routes/api/skills/_name/index.get.mjs +1 -1
  84. package/.output/server/chunks/routes/api/skills/_name/rename.post.mjs +1 -1
  85. package/.output/server/chunks/routes/api/skills/_name/toggle.post.mjs +1 -1
  86. package/.output/server/chunks/routes/api/skills/create.post.mjs +1 -1
  87. package/.output/server/chunks/routes/api/skills/generate.post.mjs +1 -1
  88. package/.output/server/chunks/routes/api/skills/import.post.mjs +1 -1
  89. package/.output/server/chunks/routes/api/skills/index.get.mjs +1 -1
  90. package/.output/server/chunks/routes/api/skills/index.get2.mjs +1 -1
  91. package/.output/server/chunks/routes/api/skills/library/check-updates.get.mjs +1 -1
  92. package/.output/server/chunks/routes/api/skills/library/install.post.mjs +1 -1
  93. package/.output/server/chunks/routes/api/tasks/_id/restore.post.mjs +1 -1
  94. package/.output/server/chunks/routes/api/tasks/index.delete.mjs +1 -1
  95. package/.output/server/chunks/routes/api/tasks/index.put.mjs +1 -1
  96. package/.output/server/chunks/routes/api/tasks/tags.get.mjs +1 -1
  97. package/.output/server/chunks/routes/api/usage/stats.get.mjs +1 -1
  98. package/.output/server/chunks/routes/api/user/email.patch.mjs +1 -1
  99. package/.output/server/chunks/routes/api/webhooks/bluebubbles.post.mjs +1 -1
  100. package/.output/server/chunks/routes/api/webhooks/telegram.post.mjs +1 -1
  101. package/.output/server/chunks/routes/notifications.mjs +1 -1
  102. package/.output/server/chunks/routes/renderer.mjs +1 -1
  103. package/.output/server/chunks/routes/terminal.mjs +1 -1
  104. package/.output/server/index.mjs +1 -1
  105. package/.output/server/package.json +1 -1
  106. package/Claude/hooks/session-start.py +23 -0
  107. package/Claude/skills/bridge/SKILL.md +25 -1
  108. package/Claude/skills/bridge/bridge.py +64 -0
  109. package/package.json +1 -1
  110. package/server/api/bridges/[id]/contacts.get.ts +57 -0
  111. package/server/api/bridges/[id]/send.post.ts +40 -0
  112. package/server/api/bridges/context.get.ts +19 -18
  113. package/server/bridge/responder.ts +32 -4
  114. package/.output/public/_nuxt/builds/meta/def74b99-d70c-4f30-aa29-70248cbeac7d.json +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "2026-02-22T05:12:15.866Z",
2
+ "date": "2026-02-22T05:51:19.755Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nuxt",
@@ -1 +1 @@
1
- {"id":"def74b99-d70c-4f30-aa29-70248cbeac7d","timestamp":1771737065743}
1
+ {"id":"a892969f-e07d-4f44-8d7e-57a4b7f33d94","timestamp":1771739410026}
@@ -0,0 +1 @@
1
+ {"id":"a892969f-e07d-4f44-8d7e-57a4b7f33d94","timestamp":1771739410026,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
@@ -1,6 +1,6 @@
1
1
  import { computed, mergeProps, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent } from 'vue/server-renderer';
3
- import { aq as defu } from '../nitro/nitro.mjs';
3
+ import { as as defu } from '../nitro/nitro.mjs';
4
4
  import { e as useAppConfig, g as _sfc_main$d } from './server.mjs';
5
5
  import '@anthropic-ai/claude-agent-sdk';
6
6
  import 'module';
@@ -1,6 +1,6 @@
1
1
  import { useSlots, toRef, computed, unref, mergeProps, withCtx, renderSlot, createSlots, createBlock, createCommentVNode, openBlock, renderList, createVNode, createTextVNode, toDisplayString, Fragment, resolveDynamicComponent, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderSlot, ssrRenderClass, ssrInterpolate, ssrRenderList, ssrRenderVNode } from 'vue/server-renderer';
3
- import { aq as defu } from '../nitro/nitro.mjs';
3
+ import { as as defu } from '../nitro/nitro.mjs';
4
4
  import { useForwardPropsEmits, DropdownMenuRoot, DropdownMenuTrigger, DropdownMenuArrow } from 'reka-ui';
5
5
  import { reactivePick, reactiveOmit, createReusableTemplate } from '@vueuse/core';
6
6
  import { e as useAppConfig, t as tv, J as omit, b as useLocale, m as usePortal, r as isArrayOfArray, g as _sfc_main$d, v as _sfc_main$b, h as get, G as _sfc_main$9, K as pickLinkProps, L as _sfc_main$a } from './server.mjs';
@@ -1,6 +1,6 @@
1
1
  import { useAttrs, computed, watch, provide, unref, mergeProps, withCtx, createBlock, createCommentVNode, openBlock, Fragment, renderSlot, createVNode, inject, renderList, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderSlot, ssrRenderList, ssrRenderClass } from 'vue/server-renderer';
3
- import { aq as defu } from '../nitro/nitro.mjs';
3
+ import { as as defu } from '../nitro/nitro.mjs';
4
4
  import { useForwardProps, Primitive, Separator } from 'reka-ui';
5
5
  import { mergeAttributes } from '@tiptap/core';
6
6
  import HorizontalRule from '@tiptap/extension-horizontal-rule';
@@ -1,6 +1,6 @@
1
1
  import { ref, computed, useId, unref, withCtx, createVNode, resolveDynamicComponent, mergeProps, createBlock, openBlock, createCommentVNode, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderVNode, ssrRenderClass } from 'vue/server-renderer';
3
- import { at as withLeadingSlash, au as withTrailingSlash, av as joinURL } from '../nitro/nitro.mjs';
3
+ import { av as withLeadingSlash, aw as withTrailingSlash, ax as joinURL } from '../nitro/nitro.mjs';
4
4
  import { DialogRoot, DialogTrigger, DialogPortal } from 'reka-ui';
5
5
  import { Motion, AnimatePresence } from 'motion-v';
6
6
  import { createReusableTemplate, useEventListener } from '@vueuse/core';
@@ -1,5 +1,5 @@
1
1
  import { computed, withAsyncContext, watch, unref, defineComponent, h, getCurrentInstance, toRaw, reactive, resolveComponent, defineAsyncComponent, Text, Comment, useSSRContext } from 'vue';
2
- import { ae as pascalCase, af as kebabCase, ag as destr } from '../nitro/nitro.mjs';
2
+ import { ag as pascalCase, ah as kebabCase, ai as destr } from '../nitro/nitro.mjs';
3
3
  import { find, html } from 'property-information';
4
4
  import { f as flatUnwrap, n as nodeTextContent } from './node-D32ZN4X1.mjs';
5
5
  import { ssrRenderSlot, ssrRenderComponent } from 'vue/server-renderer';
@@ -1,7 +1,7 @@
1
1
  import { useSlots, toRef, computed, useTemplateRef, unref, mergeProps, withCtx, createBlock, createCommentVNode, renderSlot, openBlock, Fragment, renderList, toDisplayString, createTextVNode, createVNode, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderClass, ssrRenderSlot, ssrRenderList, ssrInterpolate } from 'vue/server-renderer';
3
3
  import { useForwardPropsEmits, SelectRoot, SelectTrigger, SelectPortal, SelectContent, SelectGroup, SelectLabel, SelectSeparator, SelectItem, SelectItemText, SelectItemIndicator, SelectArrow } from 'reka-ui';
4
- import { aq as defu } from '../nitro/nitro.mjs';
4
+ import { as as defu } from '../nitro/nitro.mjs';
5
5
  import { reactivePick } from '@vueuse/core';
6
6
  import { e as useAppConfig, m as usePortal, o as useFormField, p as useFieldGroup, q as useComponentIcons, t as tv, r as isArrayOfArray, g as _sfc_main$d, v as _sfc_main$b, h as get, w as _sfc_main$c, x as looseToNumber, y as getDisplayValue } from './server.mjs';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { mergeModels, useSlots, useModel, toRef, computed, useTemplateRef, unref, withCtx, createVNode, renderSlot, createTextVNode, toDisplayString, mergeProps, createBlock, createCommentVNode, openBlock, Fragment, renderList, withModifiers, toRaw, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderClass, ssrRenderSlot, ssrInterpolate, ssrRenderList } from 'vue/server-renderer';
3
3
  import { useFilter, useForwardPropsEmits, ComboboxItem, ComboboxLabel, ComboboxSeparator, ComboboxItemIndicator, ComboboxRoot, ComboboxAnchor, ComboboxTrigger, ComboboxPortal, ComboboxContent, FocusScope, ComboboxInput, ComboboxEmpty, ComboboxVirtualizer, ComboboxGroup, ComboboxArrow } from 'reka-ui';
4
- import { aq as defu } from '../nitro/nitro.mjs';
4
+ import { as as defu } from '../nitro/nitro.mjs';
5
5
  import { reactivePick, createReusableTemplate } from '@vueuse/core';
6
6
  import { b as useLocale, e as useAppConfig, m as usePortal, o as useFormField, p as useFieldGroup, q as useComponentIcons, t as tv, r as isArrayOfArray, h as get, s as compare, g as _sfc_main$d, v as _sfc_main$b, w as _sfc_main$c, x as looseToNumber, y as getDisplayValue } from './server.mjs';
7
7
  import { g as getEstimateSize } from './virtualizer-rkZfhL1t.mjs';
@@ -1,7 +1,7 @@
1
1
  import { mergeModels, useSlots, ref, computed, useModel, useTemplateRef, toRef, watch, unref, withCtx, mergeProps, createVNode, createBlock, createCommentVNode, openBlock, Fragment, renderList, renderSlot, createTextVNode, toDisplayString, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderAttr, ssrRenderClass, ssrRenderStyle, ssrRenderList, ssrRenderSlot, ssrInterpolate } from 'vue/server-renderer';
3
3
  import { useForwardProps, Primitive } from 'reka-ui';
4
- import { as as upperFirst, aq as defu } from '../nitro/nitro.mjs';
4
+ import { au as upperFirst, as as defu } from '../nitro/nitro.mjs';
5
5
  import { useVueTable, getExpandedRowModel, getSortedRowModel, getFilteredRowModel, getCoreRowModel, FlexRender } from '@tanstack/vue-table';
6
6
  import { useVirtualizer } from '@tanstack/vue-virtual';
7
7
  import { createReusableTemplate, reactivePick } from '@vueuse/core';
@@ -1,6 +1,6 @@
1
1
  import { useSlots, toRef, computed, unref, mergeProps, withCtx, renderSlot, createBlock, createCommentVNode, openBlock, toDisplayString, Fragment, renderList, createVNode, useSSRContext } from 'vue';
2
2
  import { ssrRenderComponent, ssrRenderSlot, ssrRenderClass, ssrInterpolate, ssrRenderList } from 'vue/server-renderer';
3
- import { aq as defu } from '../nitro/nitro.mjs';
3
+ import { as as defu } from '../nitro/nitro.mjs';
4
4
  import { useForwardPropsEmits, TooltipRoot, TooltipTrigger, TooltipPortal, TooltipContent, TooltipArrow } from 'reka-ui';
5
5
  import { reactivePick } from '@vueuse/core';
6
6
  import { e as useAppConfig, m as usePortal, t as tv } from './server.mjs';
@@ -5,7 +5,7 @@ import { reactivePick, createReusableTemplate, reactiveOmit } from '@vueuse/core
5
5
  import { e as useAppConfig, t as tv, J as omit, g as _sfc_main$d, b as useLocale, m as usePortal, r as isArrayOfArray, v as _sfc_main$b, h as get, G as _sfc_main$9, K as pickLinkProps, L as _sfc_main$a } from './server.mjs';
6
6
  import { ContextMenu } from 'reka-ui/namespaced';
7
7
  import { _ as _sfc_main$3 } from './Kbd-Daq7k0fm.mjs';
8
- import { aq as defu } from '../nitro/nitro.mjs';
8
+ import { as as defu } from '../nitro/nitro.mjs';
9
9
  import { g as getEstimateSize } from './virtualizer-rkZfhL1t.mjs';
10
10
 
11
11
  const _sfc_main$2 = {
@@ -7,7 +7,7 @@ import { ssrRenderComponent, ssrInterpolate, ssrRenderList, ssrRenderSlot, ssrRe
7
7
  import { Primitive, Slot } from 'reka-ui';
8
8
  import { _ as _sfc_main$7 } from './MDC-Dx0YPDhe.mjs';
9
9
  import { p as parseMarkdown } from './index-CxDxc9fm.mjs';
10
- import { ap as detectLanguage } from '../nitro/nitro.mjs';
10
+ import { ar as detectLanguage } from '../nitro/nitro.mjs';
11
11
  import { u as useFetch } from './fetch-BB7Qzkwe.mjs';
12
12
  import { u as useAuth } from './useAuth-rW9toE_m.mjs';
13
13
  import { u as usePreferences } from './usePreferences-DH1QjxOj.mjs';
@@ -1,5 +1,5 @@
1
1
  import { ref } from 'vue';
2
- import { ag as destr, ah as klona, ai as parse, aj as getRequestHeader, ak as isEqual, al as setCookie, am as getCookie, an as deleteCookie } from '../nitro/nitro.mjs';
2
+ import { ai as destr, aj as klona, ak as parse, al as getRequestHeader, am as isEqual, an as setCookie, ao as getCookie, ap as deleteCookie } from '../nitro/nitro.mjs';
3
3
  import { a as useNuxtApp } from './server.mjs';
4
4
  import { u as useRequestEvent } from './ssr-Bqnw2a-w.mjs';
5
5
 
@@ -3,7 +3,7 @@ import { ssrRenderComponent, ssrRenderSlot, ssrRenderAttrs, ssrRenderClass, ssrI
3
3
  import { Primitive, useForwardPropsEmits, AccordionTrigger, AccordionItem, NavigationMenuItem, NavigationMenuTrigger, NavigationMenuLink, NavigationMenuContent, AccordionContent, AccordionRoot, NavigationMenuRoot, NavigationMenuList, NavigationMenuIndicator, NavigationMenuViewport, useForwardProps, ListboxItem, ListboxItemIndicator, ListboxRoot, ListboxFilter, ListboxContent, ListboxVirtualizer, ListboxGroup, ListboxGroupLabel } from 'reka-ui';
4
4
  import { p as provideDashboardContext, u as useDashboard, a as useResizable, b as _sfc_main$h, _ as _sfc_main$1$1 } from './DashboardSidebarToggle-Chnqv04k.mjs';
5
5
  import { z as __nuxt_component_3$1, _ as _sfc_main$8$1, v as _sfc_main$b$1, g as _sfc_main$d, T as __nuxt_component_12, a as useNuxtApp, e as useAppConfig, t as tv, Q as useRoute, b as useLocale, r as isArrayOfArray, h as get, G as _sfc_main$9$1, K as pickLinkProps, L as _sfc_main$a$1, H as transformUI, J as omit, m as usePortal, A as useRouter, i as useToast, j as useRuntimeConfig, c as useColorMode, n as navigateTo, w as _sfc_main$c$1 } from './server.mjs';
6
- import { aq as defu } from '../nitro/nitro.mjs';
6
+ import { as as defu } from '../nitro/nitro.mjs';
7
7
  import { createReusableTemplate, reactivePick, reactiveOmit, refDebounced, useDebounceFn, useActiveElement, useEventListener, refThrottled } from '@vueuse/core';
8
8
  import { _ as _sfc_main$g } from './Slideover-DJNgcnZ2.mjs';
9
9
  import { _ as _sfc_main$f } from './Modal-Z_SoWhh-.mjs';
@@ -18,7 +18,7 @@ import { _ as _sfc_main$i } from './SelectMenu-DPssg6zD.mjs';
18
18
  import { _ as _sfc_main$j } from './InputTags-VS4G6txn.mjs';
19
19
  import { _ as _sfc_main$1$3, a as _sfc_main$g } from './EditorToolbar-DIfb5arC.mjs';
20
20
  import { _ as __nuxt_component_5, u as useCopyToClipboard } from './useCopyToClipboard-vi6FYyyZ.mjs';
21
- import { ao as isMarkdownFile, ap as detectLanguage } from '../nitro/nitro.mjs';
21
+ import { aq as isMarkdownFile, ar as detectLanguage } from '../nitro/nitro.mjs';
22
22
  import { u as useFetch } from './fetch-BB7Qzkwe.mjs';
23
23
  import { u as usePreferences } from './usePreferences-DH1QjxOj.mjs';
24
24
  import 'reka-ui/namespaced';
@@ -1,5 +1,5 @@
1
1
  import { computed, toValue, reactive } from 'vue';
2
- import { ar as hash } from '../nitro/nitro.mjs';
2
+ import { at as hash } from '../nitro/nitro.mjs';
3
3
  import { isPlainObject } from '@vue/shared';
4
4
  import { a as useRequestFetch } from './ssr-Bqnw2a-w.mjs';
5
5
  import { f as fetchDefaults, u as useAsyncData } from './server.mjs';
@@ -2,7 +2,7 @@ import { unified } from 'unified';
2
2
  import remarkParse from 'remark-parse';
3
3
  import remark2rehype from 'remark-rehype';
4
4
  import remarkMDC, { parseFrontMatter } from 'remark-mdc';
5
- import { aq as defu, af as kebabCase } from '../nitro/nitro.mjs';
5
+ import { as as defu, ah as kebabCase } from '../nitro/nitro.mjs';
6
6
  import { n as nodeTextContent } from './node-D32ZN4X1.mjs';
7
7
  import remarkGFM from 'remark-gfm';
8
8
  import rehypeExternalLinks from 'rehype-external-links';
@@ -1,5 +1,5 @@
1
1
  import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { defineComponent, computed, mergeProps, unref, withCtx, renderSlot, createBlock, openBlock, hasInjectionContext, inject, createElementBlock, useSlots, ref, createCommentVNode, toDisplayString, createVNode, toRef, resolveDynamicComponent, shallowRef, h, resolveComponent, provide, toValue, getCurrentInstance, onServerPrefetch, watch, mergeModels, useModel, createTextVNode, cloneVNode, isRef, nextTick, defineAsyncComponent, useSSRContext, shallowReactive, Suspense, Fragment, createApp, renderList, useId, onErrorCaptured, reactive, effectScope, isReadonly, isShallow, isReactive, toRaw, useTemplateRef, withModifiers, getCurrentScope, markRaw } from 'vue';
2
- import { aw as serialize, aq as defu, c as createError$1, ah as klona, ax as defuFn, ay as parseQuery, az as hasProtocol, aA as isScriptProtocol, aB as joinURL, ak as isEqual, aC as withQuery, aD as sanitizeStatusCode, aE as getContext, aF as withTrailingSlash, aG as withoutTrailingSlash, aH as $fetch$1, aI as baseURL, aJ as createHooks, aK as executeAsync, aL as toRouteMatcher, aM as createRouter$1 } from '../nitro/nitro.mjs';
2
+ import { ay as serialize, as as defu, c as createError$1, aj as klona, az as defuFn, aA as parseQuery, aB as hasProtocol, aC as isScriptProtocol, aD as joinURL, am as isEqual, aE as withQuery, aF as sanitizeStatusCode, aG as getContext, aH as withTrailingSlash, aI as withoutTrailingSlash, aJ as $fetch$1, aK as baseURL, aL as createHooks, aM as executeAsync, aN as toRouteMatcher, aO as createRouter$1 } from '../nitro/nitro.mjs';
3
3
  import { useRoute as useRoute$1, RouterView, createMemoryHistory, createRouter, START_LOCATION } from 'vue-router';
4
4
  import colors from 'tailwindcss/colors';
5
5
  import { Icon, getIcon, loadIcon as loadIcon$1, _api, addAPIProvider, setCustomIconsLoader } from '@iconify/vue';
@@ -13,7 +13,7 @@ import { _ as _sfc_main$5 } from './Modal-Z_SoWhh-.mjs';
13
13
  import { _ as _sfc_main$9 } from './Select-BB1oLrCD.mjs';
14
14
  import { defineComponent, reactive, ref, watch, mergeProps, withCtx, createVNode, unref, isRef, createTextVNode, toDisplayString, createBlock, createCommentVNode, openBlock, Fragment, renderList, withModifiers, useSSRContext } from 'vue';
15
15
  import { ssrRenderComponent, ssrInterpolate, ssrRenderList, ssrIncludeBooleanAttr } from 'vue/server-renderer';
16
- import { T as defaultNotificationPreferences } from '../nitro/nitro.mjs';
16
+ import { V as defaultNotificationPreferences } from '../nitro/nitro.mjs';
17
17
  import { u as useAuth } from './useAuth-rW9toE_m.mjs';
18
18
  import { u as useNotificationBus } from './useNotificationBus-BG5JNQf1.mjs';
19
19
  import './DashboardSidebarToggle-Chnqv04k.mjs';
@@ -6,10 +6,10 @@ const styles = {
6
6
  "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.AYNYglVn.mjs').then(interopDefault),
7
7
  "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=e0213155&lang.css": () => import('./error-500-styles.CQugGB96.mjs').then(interopDefault),
8
8
  "../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.8_@vue+compiler-sfc@3.5.26_cac@6.7.14_8d83c28c0d94300082d27cb0fc0cc879/node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=8f98a97f&lang.css": () => import('./error-404-styles.AYNYglVn.mjs').then(interopDefault),
9
- "components/tasks/TaskForm.vue": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
10
- "components/tasks/TaskForm.vue?vue&type=style&index=0&lang.css": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
11
9
  "components/agents/AgentForm.vue": () => import('./AgentForm-styles.DCUnzu4-.mjs').then(interopDefault),
12
10
  "components/agents/AgentForm.vue?vue&type=style&index=0&lang.css": () => import('./AgentForm-styles.DCUnzu4-.mjs').then(interopDefault),
11
+ "components/tasks/TaskForm.vue": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
12
+ "components/tasks/TaskForm.vue?vue&type=style&index=0&lang.css": () => import('./TaskForm-styles.DRSLq_mo.mjs').then(interopDefault),
13
13
  "components/editor/DocumentEditor.vue": () => import('./DocumentEditor-styles.CHRLgdKS.mjs').then(interopDefault),
14
14
  "components/editor/DocumentEditor.vue?vue&type=style&index=0&lang.css": () => import('./DocumentEditor-styles.CHRLgdKS.mjs').then(interopDefault)
15
15
  };
@@ -1,4 +1,4 @@
1
- import { T as defaultNotificationPreferences } from '../nitro/nitro.mjs';
1
+ import { V as defaultNotificationPreferences } from '../nitro/nitro.mjs';
2
2
  import { readonly, ref } from 'vue';
3
3
  import { i as useToast } from './server.mjs';
4
4
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, withCtx, createVNode, renderSlot, mergeModels, useSlots, useModel, computed, watch, toRef, unref, mergeProps, createBlock, createCommentVNode, openBlock, createTextVNode, toDisplayString, useSSRContext } from 'vue';
2
2
  import { ssrRenderAttrs, ssrRenderComponent, ssrRenderSlot, ssrRenderClass, ssrInterpolate } from 'vue/server-renderer';
3
3
  import { Primitive } from 'reka-ui';
4
- import { aq as defu } from '../nitro/nitro.mjs';
4
+ import { as as defu } from '../nitro/nitro.mjs';
5
5
  import { createReusableTemplate } from '@vueuse/core';
6
6
  import { l as __nuxt_component_0$1, g as _sfc_main$d, _ as _sfc_main$8, Q as useRoute, b as useLocale, e as useAppConfig, U as getSlotChildrenText, t as tv, G as _sfc_main$9$1 } from './server.mjs';
7
7
  import { _ as _sfc_main$a } from './Container-DYkNsgEA.mjs';