@serkanalgur/opencode-nexus 1.9.4 → 1.9.5
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/tui.js +1 -1
- package/package.json +1 -1
package/dist/tui.js
CHANGED
|
@@ -34736,7 +34736,7 @@ var tui_default = define({
|
|
|
34736
34736
|
variant: "info",
|
|
34737
34737
|
duration: 3000
|
|
34738
34738
|
});
|
|
34739
|
-
const [sidebarState, setSidebarState] = context.storage.
|
|
34739
|
+
const [sidebarState, setSidebarState] = context.storage.store("nexus-sidebar-state", {
|
|
34740
34740
|
initial: {
|
|
34741
34741
|
agents: [],
|
|
34742
34742
|
totalCost: 0,
|