@ottocode/web-sdk 0.1.233 → 0.1.235
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.
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +2 -2
- package/package.json +3 -3
package/dist/components/index.js
CHANGED
|
@@ -23628,14 +23628,14 @@ var SkillsSidebar = memo37(function SkillsSidebar2() {
|
|
|
23628
23628
|
" ",
|
|
23629
23629
|
/* @__PURE__ */ jsx94("code", {
|
|
23630
23630
|
className: "text-[10px] bg-muted px-1 rounded",
|
|
23631
|
-
children: ".otto/skills/"
|
|
23631
|
+
children: ".otto/skills/ or .agents/skills/"
|
|
23632
23632
|
}),
|
|
23633
23633
|
" ",
|
|
23634
23634
|
"or",
|
|
23635
23635
|
" ",
|
|
23636
23636
|
/* @__PURE__ */ jsx94("code", {
|
|
23637
23637
|
className: "text-[10px] bg-muted px-1 rounded",
|
|
23638
|
-
children: "~/.config/otto/skills/"
|
|
23638
|
+
children: "~/.config/otto/skills/ or ~/.agents/skills/"
|
|
23639
23639
|
})
|
|
23640
23640
|
]
|
|
23641
23641
|
})
|
|
@@ -26029,4 +26029,4 @@ export {
|
|
|
26029
26029
|
AssistantMessageGroup
|
|
26030
26030
|
};
|
|
26031
26031
|
|
|
26032
|
-
//# debugId=
|
|
26032
|
+
//# debugId=879A40F29DA5272A64756E2164756E21
|