opencode-agent-progress 0.1.2 → 0.1.3

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": "opencode-agent-progress",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Live OpenCode TUI progress for the main session, subagents, jobs, and OMO loops",
5
5
  "repository": {
6
6
  "type": "git",
package/src/sidebar.tsx CHANGED
@@ -1,3 +1,5 @@
1
+ /** @jsxImportSource @opentui/solid */
2
+ /** @jsxRuntime automatic */
1
3
  import type { TuiThemeCurrent } from "@opencode-ai/plugin/tui"
2
4
  import { type BoxRenderable, RenderableEvents } from "@opentui/core"
3
5
  import type { JSX } from "@opentui/solid"
@@ -1,3 +1,5 @@
1
+ /** @jsxImportSource @opentui/solid */
2
+ /** @jsxRuntime automatic */
1
3
  import type { BoxRenderable, TextRenderable } from "@opentui/core"
2
4
  import type { JSX } from "@opentui/solid"
3
5
  import type { ProgressSection, ProgressTone } from "./presentation"