opencode-session-bar 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/index.tsx +1 -0
  2. package/package.json +1 -1
package/index.tsx CHANGED
@@ -101,6 +101,7 @@ function View(props: { api: TuiPluginApi; sessionID: string }) {
101
101
  <text
102
102
  fg={active ? theme().accent : theme().text}
103
103
  attributes={{ bold: active, inverse: isSelected }}
104
+ wrapMode="none"
104
105
  onMouseDown={() => !active && handleSwitch(session.id)}
105
106
  >
106
107
  {active ? ">" : " "} {trunc(session.title, 30)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-session-bar",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "OpenCode TUI sidebar plugin — list all sessions with quick switch and delete",
5
5
  "type": "module",
6
6
  "exports": {