| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-08-17 | 1.8 kB | |
| ORG2-latest-linux-x64.AppImage | 2026-08-17 | 140.3 MB | |
| ORG2-latest-linux-x64.deb | 2026-08-17 | 67.8 MB | |
| ORG2-latest-windows-x64-setup.exe | 2026-08-17 | 51.9 MB | |
| ORG2-latest-windows-x64.msi | 2026-08-17 | 63.4 MB | |
| ORG2-latest-mac-apple-silicon.dmg | 2026-08-17 | 60.0 MB | |
| ORG2-updater-mac-apple-silicon.app.tar.gz | 2026-08-17 | 61.1 MB | |
| README.md | 2026-08-17 | 12.0 kB | |
| v1.2.6 source code.tar.gz | 2026-08-17 | 39.7 MB | |
| v1.2.6 source code.zip | 2026-08-17 | 45.9 MB | |
| Totals: 10 Items | 530.2 MB | 1 | |
Key changes
- Poker table: floating play-chip Hold'em table (you vs. five bots) with its own rules engine, staged run-outs, hand history, and lazy-loaded chunk (#832).
- Chat: floating side chat on a shared resizable floating window; unified session and creator inputs; consolidated Markdown comment composers; refined shared-conversation and chat header presentation (#823, #766, #805, #793).
- Canvas: creation slash command, snapshot sharing, targeted design revisions, live follow + sandboxed React runner (#767, #768, #709, #814).
- Work management: agent-native PM unified through org2-pm; durable Work Item execution across providers and routines; timezone-aware routine runs with result navigation; Launchpad solve-work-item picker; creator sessions and result cards preserved (#737, #749, #748, #750, #789).
- Cloud: shareable org invites via HTTPS deep-link handoff; ghost-session sweep outside the push-target set; durable import cursors end replay restream churn (#552, #782, #788).
- Chat fixes: keep post-abort messages through stale replays and races; clear floating chrome above the pinned turn header; unclip the member-mention dropdown in the notes dialog (#813, #796, #820).
- Agent harness & memory: progress-aware repeat guard with shell-completion wake; bounded memory background jobs and extraction transcript load with job metrics (#795, #792, #798).
- Performance & stability: startup bundle broken down and frontend leaks bounded; benchmark run/batch registries bounded; native menu deadlock fixed; theme survives OS scheme flips while the display is off (#829, #738, #769, #790).
- UI cleanup: InlineAlert on one neutral surface, dead shared components removed, hooks/workStation dissolved into owning modules (#819, #812, #821).
- CI & tests: macOS runner queue pressure reduced; headless E2E replay seeding and debug-session status; personal SWE-bench path defaults removed; fixture/type fixes (#754, #797, #739, #751, #807).
Contributors
@Harry19081, @Neonforge98, @beruro
Full Changelog: https://github.com/org2AI/ORG2/compare/v1.2.5...v1.2.6
What's Changed
- feat(routines): add timezone-aware runs and result navigation by @Neonforge98 in https://github.com/org2AI/ORG2/pull/748
- feat(pm): unify agent-native work management through org2-pm by @Neonforge98 in https://github.com/org2AI/ORG2/pull/737
- perf(benchmark): bound terminal run/batch registries by @beruro in https://github.com/org2AI/ORG2/pull/738
- feat(launchpad): add solve work item picker by @Harry19081 in https://github.com/org2AI/ORG2/pull/750
- test(images): fix GIF metadata type compatibility by @beruro in https://github.com/org2AI/ORG2/pull/751
- feat(project): make Work Item execution durable across providers and routines by @Neonforge98 in https://github.com/org2AI/ORG2/pull/749
- refactor(composer): unify session and creator inputs by @Harry19081 in https://github.com/org2AI/ORG2/pull/766
- ci: reduce macOS runner queue pressure by @beruro in https://github.com/org2AI/ORG2/pull/754
- feat(cloud): make org invites shareable via HTTPS deep-link handoff by @beruro in https://github.com/org2AI/ORG2/pull/552
- fix(ui): prevent native menu deadlock by @beruro in https://github.com/org2AI/ORG2/pull/769
- fix(cloud): sweep ghost sessions in orgs outside the push-target set by @Neonforge98 in https://github.com/org2AI/ORG2/pull/782
- fix(cloud): durable import cursors stop replay restream churn by @Neonforge98 in https://github.com/org2AI/ORG2/pull/788
- fix(work-items): preserve creator sessions and result cards by @Neonforge98 in https://github.com/org2AI/ORG2/pull/789
- fix(theme): survive OS scheme flips while the display is off by @Harry19081 in https://github.com/org2AI/ORG2/pull/790
- Refine shared conversation and chat header presentation by @Harry19081 in https://github.com/org2AI/ORG2/pull/793
- fix(memory): bound background job lifecycle by @Neonforge98 in https://github.com/org2AI/ORG2/pull/792
- fix(chat): clear floating chrome above pinned turn header by @Neonforge98 in https://github.com/org2AI/ORG2/pull/796
- fix(agent): progress-aware repeat guard + shell completion wake by @Neonforge98 in https://github.com/org2AI/ORG2/pull/795
- fix(e2e): headless shell replay seeding and debug-session status by @Neonforge98 in https://github.com/org2AI/ORG2/pull/797
- fix(memory): bound extraction transcript load and expose job metrics by @Neonforge98 in https://github.com/org2AI/ORG2/pull/798
- test(chat): use a valid session icon fixture by @beruro in https://github.com/org2AI/ORG2/pull/807
- Consolidate Markdown comment composers by @Harry19081 in https://github.com/org2AI/ORG2/pull/805
- feat(canvas): add creation slash command by @beruro in https://github.com/org2AI/ORG2/pull/767
- feat(canvas): add snapshot sharing by @beruro in https://github.com/org2AI/ORG2/pull/768
- feat(canvas): add targeted design revisions by @beruro in https://github.com/org2AI/ORG2/pull/709
- fix(canvas): follow live on design revisions; execute react artifacts in a sandboxed frame by @Neonforge98 in https://github.com/org2AI/ORG2/pull/814
- fix(chat): keep post-abort messages through stale replays and races by @Neonforge98 in https://github.com/org2AI/ORG2/pull/813
- fix(benchmark): remove personal SWE-bench path defaults by @beruro in https://github.com/org2AI/ORG2/pull/739
- refactor(ui): remove dead shared components by @Harry19081 in https://github.com/org2AI/ORG2/pull/812
- refactor(ui): consolidate InlineAlert onto one neutral surface by @Harry19081 in https://github.com/org2AI/ORG2/pull/819
- fix(comments): unclip the member-mention dropdown in the notes dialog by @Harry19081 in https://github.com/org2AI/ORG2/pull/820
- refactor(hooks): dissolve src/hooks/workStation into owning modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/821
- perf(frontend): break down the startup bundle and bound frontend leaks by @Harry19081 in https://github.com/org2AI/ORG2/pull/829
- feat(chat): floating side chat + shared resizable floating window by @Harry19081 in https://github.com/org2AI/ORG2/pull/823
- feat(poker): floating play-chip poker table (human vs bots) by @Harry19081 in https://github.com/org2AI/ORG2/pull/832
Full Changelog: https://github.com/org2AI/ORG2/compare/v1.2.5...v1.2.6
What's Changed
- feat(routines): add timezone-aware runs and result navigation by @Neonforge98 in https://github.com/org2AI/ORG2/pull/748
- feat(pm): unify agent-native work management through org2-pm by @Neonforge98 in https://github.com/org2AI/ORG2/pull/737
- perf(benchmark): bound terminal run/batch registries by @beruro in https://github.com/org2AI/ORG2/pull/738
- feat(launchpad): add solve work item picker by @Harry19081 in https://github.com/org2AI/ORG2/pull/750
- test(images): fix GIF metadata type compatibility by @beruro in https://github.com/org2AI/ORG2/pull/751
- feat(project): make Work Item execution durable across providers and routines by @Neonforge98 in https://github.com/org2AI/ORG2/pull/749
- refactor(composer): unify session and creator inputs by @Harry19081 in https://github.com/org2AI/ORG2/pull/766
- ci: reduce macOS runner queue pressure by @beruro in https://github.com/org2AI/ORG2/pull/754
- feat(cloud): make org invites shareable via HTTPS deep-link handoff by @beruro in https://github.com/org2AI/ORG2/pull/552
- fix(ui): prevent native menu deadlock by @beruro in https://github.com/org2AI/ORG2/pull/769
- fix(cloud): sweep ghost sessions in orgs outside the push-target set by @Neonforge98 in https://github.com/org2AI/ORG2/pull/782
- fix(cloud): durable import cursors stop replay restream churn by @Neonforge98 in https://github.com/org2AI/ORG2/pull/788
- fix(work-items): preserve creator sessions and result cards by @Neonforge98 in https://github.com/org2AI/ORG2/pull/789
- fix(theme): survive OS scheme flips while the display is off by @Harry19081 in https://github.com/org2AI/ORG2/pull/790
- Refine shared conversation and chat header presentation by @Harry19081 in https://github.com/org2AI/ORG2/pull/793
- fix(memory): bound background job lifecycle by @Neonforge98 in https://github.com/org2AI/ORG2/pull/792
- fix(chat): clear floating chrome above pinned turn header by @Neonforge98 in https://github.com/org2AI/ORG2/pull/796
- fix(agent): progress-aware repeat guard + shell completion wake by @Neonforge98 in https://github.com/org2AI/ORG2/pull/795
- fix(e2e): headless shell replay seeding and debug-session status by @Neonforge98 in https://github.com/org2AI/ORG2/pull/797
- fix(memory): bound extraction transcript load and expose job metrics by @Neonforge98 in https://github.com/org2AI/ORG2/pull/798
- test(chat): use a valid session icon fixture by @beruro in https://github.com/org2AI/ORG2/pull/807
- Consolidate Markdown comment composers by @Harry19081 in https://github.com/org2AI/ORG2/pull/805
- feat(canvas): add creation slash command by @beruro in https://github.com/org2AI/ORG2/pull/767
- feat(canvas): add snapshot sharing by @beruro in https://github.com/org2AI/ORG2/pull/768
- feat(canvas): add targeted design revisions by @beruro in https://github.com/org2AI/ORG2/pull/709
- fix(canvas): follow live on design revisions; execute react artifacts in a sandboxed frame by @Neonforge98 in https://github.com/org2AI/ORG2/pull/814
- fix(chat): keep post-abort messages through stale replays and races by @Neonforge98 in https://github.com/org2AI/ORG2/pull/813
- fix(benchmark): remove personal SWE-bench path defaults by @beruro in https://github.com/org2AI/ORG2/pull/739
- refactor(ui): remove dead shared components by @Harry19081 in https://github.com/org2AI/ORG2/pull/812
- refactor(ui): consolidate InlineAlert onto one neutral surface by @Harry19081 in https://github.com/org2AI/ORG2/pull/819
- fix(comments): unclip the member-mention dropdown in the notes dialog by @Harry19081 in https://github.com/org2AI/ORG2/pull/820
- refactor(hooks): dissolve src/hooks/workStation into owning modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/821
- perf(frontend): break down the startup bundle and bound frontend leaks by @Harry19081 in https://github.com/org2AI/ORG2/pull/829
- feat(chat): floating side chat + shared resizable floating window by @Harry19081 in https://github.com/org2AI/ORG2/pull/823
- feat(poker): floating play-chip poker table (human vs bots) by @Harry19081 in https://github.com/org2AI/ORG2/pull/832
Full Changelog: https://github.com/org2AI/ORG2/compare/v1.2.5...v1.2.6