@silo-code/sdk
0.35.0 (2026-08-14)
Features
0.34.1 (2026-08-12)
Bug Fixes
0.34.0 (2026-08-06)
Features
0.33.0 (2026-08-04)
Features
0.32.0 (2026-07-31)
Features
0.31.0 (2026-07-30)
Features
0.30.0 (2026-07-22)
Features
0.29.1 (2026-07-20)
Bug Fixes
0.29.0 (2026-07-19)
Features
0.28.1 (2026-07-18)
Bug Fixes
0.28.0 (2026-07-17)
Features
- sdk: context-menu contribution types + registerContextMenuItem (RFC 0013) (#249) (0e28e7a)
- sdk: workspace property page types + registerPropertyPage (RFC 0015) (#251) (5ef6439), closes #243
0.27.1 (2026-07-16)
Bug Fixes
0.27.0 (2026-07-15)
Features
- extensions: surface pending extension updates in status bar, settings rail, and app menu (#224) (00e5911)
0.26.0
Minor Changes
7dc8122: Add
ctx.storage— persisted, per-extension key/value storage in two scopes (ExtensionStorageScopes):global(shared across all workspaces) andworkspace(scoped to the active workspace). Both areExtensionStoragenamespaced to the extension id and usable fromactivate().ExtensionStoragegainskeys(), andsubscribeis now namespace-scoped — it fires on a change within the namespace, on hydration, and (forworkspace) when the active workspace changes.e444006:
ctx.processesnow reports which workspace each session belongs to and can aggregate across every loaded workspace, not just the active one:- New
ProcessInfo.workspaceIdfield, kept in sync as a session's owning workspace changes (e.g. a terminal moves workspaces). getState({ allWorkspaces: true })returns live sessions from every loaded workspace instead of just the active one.subscribe(listener, { allWorkspaces: true })fires on changes anywhere, not just the active workspace.
- New
0.25.1 (2026-07-14)
Bug Fixes
0.25.0 (2026-07-14)
Features
- dock: show a tooltip with the full tab name when the label is truncated (#208) (978b3b4)
- processes: host-built process trees via enableStats({ trees: true }) (#212) (812b41a)
0.24.0 (2026-07-12)
Features
Bug Fixes
- webview-bridge: re-handshake reliability, contentWindow instability, dock focus, sticky headers (#191) (fc58f28)
- webview-bridge: security gate, Windows origin, pending-RPC cleanup, permission re-check (#193) (578f39b)
0.23.1 (2026-07-07)
Bug Fixes
0.23.0 (2026-07-06)
Features
0.22.0 (2026-07-05)
Features
0.21.0 (2026-07-02)
Features
0.20.0 (2026-06-29)
Features
0.19.1 (2026-06-29)
Bug Fixes
0.19.0 (2026-06-28)
Features
- add Help menu with About, Updates, and links on all platforms (#132) (5198393)
- store left/right panel collapse state per workspace (#136) (66b8645)
0.18.0 (2026-06-28)
Features
0.17.0 (2026-06-28)
Features
- add ctx.processes (workspace process observability) (#124) (0565004)
- make side-panel visibility per-workspace (#121) (1836be5)
0.16.0 (2026-06-28)
Features
0.15.0 (2026-06-26)
Features
0.14.0 (2026-06-26)
Features
0.13.0 (2026-06-25)
Features
- workspaces: add registerSection API for extension-contributed workspace row components (#95) (2c42024)
0.12.0 (2026-06-25)
Features
0.11.0 (2026-06-24)
Features
0.10.1 (2026-06-23)
Bug Fixes
0.10.0 (2026-06-23)
Features
- sdk: workspace & terminal decoration APIs + terminal-monitor example (#70) (910e8a4)
- settings: move Keyboard Shortcuts to first in settings rail (#71) (bd6cd62)
0.9.0 (2026-06-21)
Features
- extensions: add Built-in badge to extension list items (#63) (36ffb6a)
- extensions: list first-party built-ins (branded, disable-only) (13f5ee7)
- layout: make side-dock visibility and widths global, not per-workspace (#7) (6daa05f)
- sdk: promote Tooltip to public SDK surface (0.7.0) (#58) (042dedc)
- search: file-search side panel + ctx.search (#29) (184ae98)
- statusbar: custom tooltips on all status bar items + kbd-badge accelerators (#37) (bef147b)
- web-viewer: local web viewer extension + ctx.net HTTP client (#61) (319a31c)
Bug Fixes
0.6.0
Minor Changes
- 33c28ed: First publishable release of the public extension SDK.
@silo-code/sdknow ships a real build (dist/with JS + bundled.d.tsdeclarations) so external extension authors cannpm i -D @silo-code/sdkand compile against the types, with the example extensions consuming it as a real dependency.