@mingxy/opencode-mascot 0.4.36 → 0.4.38

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": "@mingxy/opencode-mascot",
3
- "version": "0.4.36",
3
+ "version": "0.4.38",
4
4
  "description": "OpenCode TUI mascot plugin framework - customizable ASCII mascots for your terminal",
5
5
  "author": "mingxy",
6
6
  "license": "MIT",
@@ -189,6 +189,10 @@ export function SidebarMascot(props: SidebarMascotProps): JSX.Element {
189
189
  renderers[currentName()].scatterIn();
190
190
  });
191
191
 
192
+ setTimeout(() => {
193
+ renderers[currentName()].scatterIn();
194
+ }, 2000);
195
+
192
196
  return (
193
197
  <box
194
198
  position="absolute"