Skip to content

Releases: derekross/obsidian-opencode-sidebar

v1.0.6

12 Jan 05:20

Choose a tag to compare

Changes

  • Updated manifest display name to "OpenCode CLI Sidebar"

v1.0.5

12 Jan 05:02

Choose a tag to compare

Changes

  • Fixed unhandled promises: added await to revealLeaf() calls
  • Fixed sentence case for all UI text

v1.0.4

12 Jan 04:37

Choose a tag to compare

Changes

  • Fixed code review issues for Obsidian plugin guidelines:
    • Use sentence case for UI text
    • Remove async from methods without await expressions
    • Move xterm CSS to styles.css (no dynamic style injection)
    • Properly handle promises with void operator
    • Use FileSystemAdapter type instead of any
    • Replace deprecated activeLeaf with getActiveViewOfType
    • Remove detachLeavesOfType from onunload

v1.0.3

12 Jan 04:15

Choose a tag to compare

Changes

  • Fixed PTY scripts not exiting cleanly after child process terminates
  • Synced package/manifest metadata (id, name, description)

1.0.1

12 Jan 01:51

Choose a tag to compare

Initial public release of OpenCode CLI Sidebar

  • Full terminal emulation with xterm.js
  • Automatic theme integration with Obsidian
  • Vault as working directory - OpenCode sees all your files
  • Image paste support
  • Multiple OpenCode instances
  • Toggle focus hotkey between editor and terminal
  • Official OpenCode favicon icon