-
v0.75.0
StableAll checks were successfulCI / Build Desktop (macOS arm64) (pull_request) Successful in 1m42sCI / Frontend (pull_request) Successful in 5m51sCI / Backend (pull_request) Successful in 7m57sCI / Coverage Ratchet (pull_request) Successful in 9m6sCI / Build (pull_request) Successful in 3m30sCI / Playwright E2E (pull_request) Successful in 6m45sCI / Semantic Tag (pull_request) Successful in 4sCI / Build Desktop (macOS arm64) (push) Successful in 1m41sCI / Frontend (push) Successful in 6m28sCI / Backend (push) Successful in 8m54sCI / Coverage Ratchet (push) Successful in 10m2sCI / Build (push) Successful in 3m10sCI / Playwright E2E (push) Successful in 6m32sCI / Semantic Tag (push) Successful in 8sRelease / Build Frontend (push) Successful in 1m5sRelease / Build Desktop (macOS arm64) (push) Successful in 1m35sRelease / Build darwin/amd64 (push) Successful in 3m33sRelease / Build linux/amd64 (push) Successful in 4m24sRelease / Build darwin/arm64 (push) Successful in 5m4sRelease / Build linux/arm64 (push) Successful in 2m34sRelease / Publish Release (push) Successful in 53sreleased this
2026-07-16 01:01:17 +02:00 | 152 commits to main since this releaseFeatures
- Add conversation metadata controls and timing (
ca553f6) - Retire workflow output collectors (#343) (
8c44a26) - Compact reasoning display (
4bdc15e) - Show session answer duration (
547b720) - Publish aggregate node results (#342) (
ae04038) - Interpolate workflow node results (#341) (
c0a493a) - Publish agent node results (#340) (
464cb78) - Publish command node results (#339) (
6e2aaa0) - Expose workflow schema to agents (
0088ab0) - Install embedded OpenCode skills (
eac9f2d) - Refine workflow controls (
beaaaf7) - Refine workflow run navigation (
e5324cb) - Return child results to parents (
f0bda58) - Refine workflow builder controls (
8645759) - Retire loop execution engine (
3085b27) - Ship adversarial migration workflow (
439e535) - Recover interrupted workflow runs safely (#321) (
2161005) - Author YAML workflow versions (#324) (
085199d) - Branch and repeat workflow policies (
337476b) - Compose pinned subworkflows with map and join (#317) (
e54566d) - Coordinate worktree shards and workspace leases (#320) (
78c0eeb) - Migrate agent loops into one-node workflows (#325) (
dbce0bb) - Schedule through named resource pools (#319) (
6a9de7e) - Store, redact, and expire workflow artifacts (#316) (
25384b3) - Trigger immutable workflow runs with overlap policies (#322) (
ce87e82) - Expose workflow control through MCP (#323) (
24f95ae) - Execute workflow agent nodes (#315) (
01e7ebf) - Execute permission-scoped command nodes (#314) (
9ec9cea) - Run sequential approval workflows (#313) (
e19339b)
Bug fixes
- ci: Set terminal type for tmux tests (
4112214) - ci: Install tmux without sudo (
f79441e) - Recover queues after missed idle events (
6013b84) - Identify MCP caller session (
d99ec12) - Stabilize frontend workflow checks (
8520373) - Stabilize workflow CI checks (
e17646e) - Unify queued shell commands (
9a104e6) - Align pinned session rows (
e1e1410) - Clarify workflow validation errors (
4fdd3dd) - Keep session switches at conversation tail (
06af553) - Remove optimistic thread messages (
bd6174f) - Finalize workflow integration (
47e05f0) - Stabilize flaky workflow concurrency test (#332) (
56d12e0) - Recover loop workflow migration (
fbe488a) - Recover interrupted workflow executors (
ee59bf3) - Preserve workflow prototype navigation (
d31f21a) - Address workflow prototype review feedback (#312) (
6bba43f)
Maintenance
- Extract OpenCode skill installer (
03fa6d2)
Full changelog: https://forgejo.nousefreak.be/dries/ocman/compare/v0.74.3...v0.75.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
ocman-darwin-amd64.tar.gz
0 downloads ·
2026-07-16 01:12:46 +02:00 · 13 MiB -
ocman-darwin-arm64.dmg
0 downloads ·
2026-07-16 01:12:56 +02:00 · 13 MiB -
ocman-darwin-arm64.tar.gz
0 downloads ·
2026-07-16 01:12:48 +02:00 · 13 MiB -
ocman-linux-amd64.tar.gz
0 downloads ·
2026-07-16 01:12:51 +02:00 · 13 MiB -
ocman-linux-arm64.tar.gz
0 downloads ·
2026-07-16 01:12:53 +02:00 · 12 MiB
- Add conversation metadata controls and timing (