@wolfx/opencode-magic-context 0.21.8-patch.5 → 0.21.8-patch.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolfx/opencode-magic-context",
3
- "version": "0.21.8-patch.5",
3
+ "version": "0.21.8-patch.6",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin for Magic Context — cross-session memory and context management",
6
6
  "main": "dist/index.js",
@@ -465,7 +465,7 @@ const SidebarContent = (props: {
465
465
 
466
466
  export function createSidebarContentSlot(api: TuiPluginApi): TuiSlotPlugin {
467
467
  return {
468
- order: 151,
468
+ order: 153,
469
469
  slots: {
470
470
  sidebar_content: (ctx, value) => {
471
471
  const theme = createMemo(() => ctx.theme.current)