Skip to content

Releases: AIDotNet/OpenCowork

0.9.85

30 Apr 19:04

Choose a tag to compare

[0.9.85] - 2026-04-25

Added

  • Improved wiki generation to collect project source files locally and over SSH with ignore-aware filtering.

Changed

  • Synced teammate runtime state so running tasks and member status stay aligned during team execution.

0.9.84

29 Apr 16:16

Choose a tag to compare

[0.9.84] - 2026-04-25

Changed

  • Refined chat context compression to use context tokens in usage accounting.
  • Preserved image requests during provider routing so image-related turns remain intact.

0.9.82

25 Apr 09:00

Choose a tag to compare

[0.9.82] - 2026-04-25

Changed

  • Unified terminal output with the thinking stream display and added a session clear entry point.

Fixed

  • Completed terminal session cleanup immediately when a terminal session has already ended, avoiding duplicate pending states.

0.9.81

24 Apr 10:29

Choose a tag to compare

[0.9.81] - 2026-04-24

Added

  • Added image-read gating so send actions are blocked until images finish loading.
  • Added session message backfill logic to reload the message window after resolving the real total count when the view is empty.

Changed

  • Improved shell result handling so terminal output can connect directly to the session flow.
  • Updated the model panel interaction model and kept the inline terminal experience in the tool panel.
  • Persisted sidebar and panel state, and refreshed debugger and model default values.

0.9.80

24 Apr 07:51

Choose a tag to compare

[0.9.80] - 2026-04-24

Added

  • Added inline interactive terminal session rendering in the tool panel for shell execution workflows.

Changed

  • Switched shell execution to terminal-backed sessions for a more consistent interactive command experience.
  • Persisted sidebar and panel state, and refreshed debugger and model default values.

Full Changelog: 0.9.74...0.9.80

0.9.74

23 Apr 19:45

Choose a tag to compare

[0.9.74] - 2026-04-24

Added

  • Added GPT 5.5 model to built-in RoutinAI provider presets.

Fixed

  • Expanded streaming message context window and fixed Q&A auto-accept and preview styling issues.

0.9.73

23 Apr 17:29

Choose a tag to compare

[0.9.73] - 2026-04-24

Added

  • Added interaction tooling to extend the built-in browser with automation-oriented workflow support.

Changed

  • Updated package metadata for the new patch release.

Fixed

  • Synchronized lockfile root metadata version with the package manifest version.

0.9.72

23 Apr 16:46

Choose a tag to compare

[0.9.72] - 2026-04-22

Added

  • Added stronger image-generation response handling so cron and related runtime flows can surface generated image results more consistently.

Changed

  • Improved team runtime synchronization and in-session question flows for smoother multi-agent collaboration.
  • Streamlined renderer tooling, workspace surfaces, browser panel interactions, and tool preview presentation.
  • Refactored agent runtime event bridging and shared loop protocol types to keep streaming and tool state updates more consistent.
  • Reduced chat persistence and rendering overhead through batching and related performance optimizations.
  • Refreshed project architecture and documentation content to reflect the latest runtime and UI changes.

Fixed

  • Fixed streaming tool preview and persistence edge cases so live tool input and state stay aligned during message updates.
  • Fixed settings disk-write behavior with debounced persistence and safer quit-time flushing.

0.9.71

22 Apr 07:20

Choose a tag to compare

[0.9.71] - 2026-04-22

Changed

  • Tightened the title-bar project action group styling and switched to a lighter-weight layout.
  • Unified the workspace panel and image preview flow, added context statistics, and avoided loading full message history unnecessarily.

0.9.7

22 Apr 03:51

Choose a tag to compare

Added

  • Added Responses image generation support and connected it to the streaming preview/config flow.
  • Added richer SSH workstation capabilities, including cross-host transport, split-window sync, and theme synchronization.

Changed

  • Refactored the SSH and terminal systems to support more unified workspace behavior across local and remote sessions.
  • Improved SSH connection inspection, file browsing, SFTP workspace flows, terminal status panels, and related i18n coverage.
  • Updated theme presets and runtime theme sync so UI appearance stays consistent across layout and settings surfaces.
  • Reworked provider, settings, and chat-side flows to align with the new image-generation and SSH experience.

Fixed

  • Fixed several SSH, terminal, and session-store edge cases during navigation, switching, and remote workspace usage.
  • Fixed response-stream integration details so image-generation and related protocol changes remain compatible.