Skip to content

Releases: AIDotNet/OpenCowork

0.9.3

19 Apr 07:21

Choose a tag to compare

[0.9.3] - 2026-04-18

Changed

  • Replaced the direct electron-builder install-app-deps postinstall step with scripts/postinstall.mjs to rebuild native Electron dependencies with version detection and platform-aware module skipping.

0.9.2

17 Apr 18:18

Choose a tag to compare

Full Changelog: 0.9.1...0.9.2

0.9.1

17 Apr 02:27

Choose a tag to compare

[0.9.1] - 2026-04-16

Added

  • Added dedicated sub-agent limits to cap tool use, read scope, and runtime behavior for safer agent execution.
  • Added change review sheet and file-change utility helpers to support richer file diff review flows in the chat UI.

Changed

  • Refined sub-agent creation, resolution, runner, and default prompt flows to better enforce tool availability and execution constraints.
  • Updated filesystem and search tool handling for sub-agents and teammate runners to align with the new execution limits.
  • Improved skills and steps side panels, plus chat review card interactions, for clearer review workflows.
  • Standardized English and Chinese chat locale copy for the updated sub-agent and review experience.

Fixed

  • Fixed sub-agent and runtime protocol behavior in the .NET sidecar to keep agent execution consistent.
  • Fixed streaming and review card state handling in the renderer when file changes transition across statuses.

0.9.0

16 Apr 12:21

Choose a tag to compare

[0.9.0] - 2026-04-16

Added

  • Added WebSocket session transport support to improve stability and responsiveness for real-time streaming messages.

Changed

  • Updated tool card and thinking block expand/collapse behavior during streaming sessions to keep UI state consistent.
  • Improved WebSocket channel status handling with reconnect fallback guidance when connection failures occur.

Fixed

  • Fixed tool call and file-change cards not properly resetting collapsed state when transitioning from streaming to completed status.
  • Fixed message list auto-scroll behavior during long streaming output to reduce jitter and false scroll triggers.

0.8.4

14 Apr 11:26

Choose a tag to compare

Full Changelog: 0.8.2...0.8.4

0.8.2

14 Apr 03:34

Choose a tag to compare

[0.8.2] - 2026-04-14

Added

  • Added new VSCode tasks for building, publishing, and watching the .NET project.
  • Added SSH window management and IPC handlers for improved user experience.

Changed

  • Enhanced AgentLoop to summarize tool input for streaming.
  • Improved message handling in OpenAiResponsesProvider.
  • Updated TypeScript build info files for web and node configurations.

Fixed

  • Removed unused PNG file to reduce bundle size.

Notes

  • This release focuses on agent streaming improvements, SSH window management, and build configuration enhancements.

0.8.1

13 Apr 06:32

Choose a tag to compare

[0.8.1] - 2026-04-13

Added

  • Added a dedicated in-app changelog dialog with optional AI translation support.
  • Added direct PluginSendMessage and PluginReplyMessage tool support for CronAgent channel delivery flows.
  • Added window-region capture plus clipboard image helpers to improve image export and copy flows.
  • Added support for opening local file paths directly from markdown links and inline code references.

Changed

  • Refined assistant workspace rendering with collapsible tool execution summaries and first-class widget output blocks.
  • Improved file change cards to better distinguish created versus modified writes and to show richer inline previews.
  • Optimized session lookup, background-session buffering, sidebar subscriptions, and session switch remount behavior for heavier multi-session workloads.
  • Tightened cron agent delivery instructions and plugin tool registration so plugin-bound sessions keep the expected messaging tools available.
  • Bumped the app version to v0.8.1.

Fixed

  • Reduced widget iframe sizing and resize jitter issues in chat output.
  • Prevented background-session updates from being dropped or applied stale when switching back to an active session.
  • Improved copied chat image reliability by capturing the window region directly and normalizing clipboard image writes.

Notes

  • This release focuses on chat workspace polish, plugin-channel delivery, session-state reliability, local file navigation, and export/copy stability.

0.8.0

10 Apr 11:46

Choose a tag to compare

[0.8.0] - 2026-04-10

Added

  • Enhanced file system operations and tool integration across the agent runtime and UI surfaces.
  • Improved Task tool and sub-agent execution flow.

Changed

  • Reworked agent/runtime IPC and sidecar protocol plumbing to keep renderer and backend paths aligned.
  • Refined file change and tool call card rendering for the new tooling flow.
  • Updated the steps panel, chat store, and supporting agent/tool handlers to match the revised file-system workflow.
  • Updated contributor guidance, build/development commands, README links, and repository housekeeping.
  • Bumped the app version to v0.8.0.

Fixed

  • Added reduced-memory recovery after OOM.
  • Added GIF background color handling to improve export consistency.
  • Stabilized file edit operations when source strings use different quote characters.

Notes

  • This release focuses on file-system tooling, task/sub-agent workflow improvements, chat UI polish, runtime stability, and developer tooling/documentation updates.

0.7.18

10 Apr 02:49

Choose a tag to compare

What's Changed

  • 在 README.zh.md 添加 Codex-Manager 友链与搭配使用说明 by @qxcnm in #71

New Contributors

  • @qxcnm made their first contribution in #71

Added

  • Enhanced the Task tool and sub-agent execution flow.

Changed

  • Reworked agent/runtime IPC and sidecar protocol plumbing to keep renderer and backend paths aligned.
  • Refreshed orchestration and sub-agent card UI.
  • Optimized transcript row metadata and lookup.
  • Updated contributor guidance, build/development commands, README links, and repository housekeeping.
  • Bumped the app version to v0.7.18.

Fixed

  • Added reduced-memory recovery after OOM.
  • Added GIF background color handling to improve export consistency.

Notes

  • This release focuses on task/sub-agent workflow improvements, chat UI polish, runtime stability, and developer tooling/documentation updates.

0.7.17

08 Apr 11:20

Choose a tag to compare

[0.7.17] - 2026-04-08

Added

  • Improved GIF slicing by trimming transparent margins first and falling back to balanced grid slicing when transparent padding is insufficient.

Changed

  • Made file edit matching more robust when quote styles differ, with clearer handling for missing and non-unique patterns.
  • Kept sidecar build output compatible with legacy and external paths by copying an additional unpacked binary bundle.
  • Added a “Last 3 days” time filter and restored panel transition animation in the interface.

Fixed

  • Reduced GIF cutline misalignment and white-edge artifacts.
  • Stabilized file edit operations when source strings use different quote characters.

Notes

  • This release focuses on image-processing reliability and editor/tooling robustness.