| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-08-26 | 1.8 kB | |
| ORG2-latest-linux-x64.AppImage | 2026-08-26 | 139.2 MB | |
| ORG2-latest-linux-x64.deb | 2026-08-26 | 66.6 MB | |
| ORG2-latest-windows-x64-setup.exe | 2026-08-26 | 51.1 MB | |
| ORG2-latest-windows-x64.msi | 2026-08-26 | 62.4 MB | |
| ORG2-latest-mac-apple-silicon.dmg | 2026-08-26 | 59.1 MB | |
| ORG2-updater-mac-apple-silicon.app.tar.gz | 2026-08-26 | 60.1 MB | |
| README.md | 2026-08-26 | 25.3 kB | |
| v1.3.0 source code.tar.gz | 2026-08-26 | 40.0 MB | |
| v1.3.0 source code.zip | 2026-08-26 | 46.5 MB | |
| Totals: 10 Items | 525.1 MB | 8 | |
Key changes
- Sessions: parallel run sends one prompt to several harnesses at once; per-turn raw-prompt inspection; imported sessions are badged with the client that produced them (#865, #856, #984).
- Session creator: streamlined worktree source selection and modal, repo chrome position menu, pinned-action toggles from the chrome menu, CLI update alert controls, and a consolidated session-setup step indicator (#958, #851, #877, #887, #866, #863, #906, #904).
- Chat: floating side-chat launcher on chat-less surfaces, turn boundary dividers, eligible tabs moved to My Station, failed terminals collapsed, chat maximizes when the last Launchpad tab closes (#875, #962, #968, #967, #964).
- Chat fixes: precise, copyable text selection; complete assistant-turn copy; no viewport drag-back while streaming; turn identity preserved across render modes; composer kept full size with creator and session chrome aligned; references render only sessions as cards; selected-text add-to-chat unified across the WorkStation (#842, #950, #843, #972, #936, #846, #960, #937).
- Browser & Markdown: refined new-tab experience with blank-tab quick actions; GitHub pull-request links open in PR tabs inside the workstation Browser; refined link affordances, relative repo file links, and file links that open at their source location (#969, #974, #971, #859, #966, #855, #847).
- Collaboration & cloud: shared sessions open as one team conversation; discussion routing with typed mentions, reply fallbacks and coalesced wakes; duplicate replay uploads accepted without a read-back; stale collab tombstones ignored on reborn work items; shared attachment ownership preserved (#854, #815, #833, #816, #975).
- Work management & WorkStation: dormant Gantt/Calendar tabs, trigger preview and webhook panel activated; LSP/lint made agent-only with panels archived; submissions PR status refreshed instead of guessed; Claude placeholders carry a reply preview and end time; the Work Item To-Do section, the automated review loop and dead orchestrator commands removed (#802, #955, #895, #849, #860, #818, #817).
- Diagnostics: bounded runtime capture CLI; app-memory schema v2 splits resident and swapped (#800, #864).
- Performance: one Prism highlighter with real lazy boundaries for xterm, docx/pptx and sql-formatter; explicit grammar registration without barrels; editor/terminal stacks kept out of unrelated surfaces; idle content hosts released when the tab pool empties; listeners and registries released with their owners; stable keyed Jotai atom identity under cache pressure; pooled SQLite connections and directory listing without turn-index rebuilds; deferred chat diagnostics and event export (#897, #871, #830, #831, #873, #848, #857, #878, #929).
- React correctness: render-phase hazards removed, effect dependency lifecycles corrected, effect-driven state synchronization fixed, low-risk lint suppressions dropped (#883, #884, #885, #882, #688).
- Architecture: the cloud sync and collab data plane, WorkStation/MainApp, chat and component files, api/store/engine, work and work-run services, the turn executor, agent-core subprocess runtime and agent-tool orchestration, plus the Codex/Claude/OrgTrack/Cursor/Key Vault/GitHub command adapters and large inline Rust test modules all split into owned modules (#898, #900, #899, #901, #915, #913, #933, #934, #932, #925, #928, #930, #914, #926, #931, #927, #935, #916).
- Design system: slider, number-input, checkbox, switch and tooltip props normalized; split button extracted from the base button; one-off wrappers, dead duplicates, unreachable artifacts, the segmented icon button and the redundant WorkStation IconButton relay removed; language metadata, FileTab prop ownership and Browser property editors consolidated onto shared primitives; a severity icon naming collision resolved (#908, #909, #919, #921, #917, #910, #892, #922, #891, #905, #902, #912, #924, #907, #903, #923).
- UI polish: tooltip overflow contained, dropdown and breadcrumb spacing aligned, thread card rows and worktree source tabs aligned, GitHub detail headers polished, status-bar file types hidden, bottom-panel translation resolved, one Chromium glyph for the in-app Browser (#938, #952, #861, #970, #953, #963, #858).
- Fixes: version-aware Windows chrome removes the startup border artifact; macOS embedded login popups stabilized; transient git error detection unified; notifications alert only for background completions; pasted local paths accepted; paginated Codex rollout turns parsed; new sessions appear in the sidebar immediately; replay file-sidebar memo keys encode the path; continuation placeholder clarified; folded-only poker side-pot chips preserved (#783, #852, #853, #726, #880, #838, #808, #893, #973, #918).
- CI, build & tests: the PR contract is enforced in CI; dependency monitoring added and three Rust advisories fixed; Rust checks skipped for frontend-only diffs; Rust and frontend caches warmed on develop pushes; dev builds bound their caches, dedupe chunks, gate WebKitGTK workarounds to Linux and gzip the webpack cache; cargo build settings read regardless of cargo's cwd; dead test wiring repaired with new coverage for composer realtime and the team inbox; the archived table dependency dropped and CLI update-alert audit docs refreshed (#961, #896, #911, #976, #977, #986, #868, #870, #872, #985, #879, #862, #920, #894, #876).
Contributors
@Harry19081, @Neonforge98, @beruro, @Raymond8196, @chsimonpan, @lifelmy
Full Changelog: https://github.com/org2AI/ORG2/compare/v1.2.6...v1.3.0
What's Changed
- Activate dormant surfaces: Gantt/Calendar tabs, trigger preview, webhook panel by @Neonforge98 in https://github.com/org2AI/ORG2/pull/802
- Discussion routing: typed mentions, reply fallbacks, coalesced wakes by @Neonforge98 in https://github.com/org2AI/ORG2/pull/815
- Remove dead orchestrator commands by @Neonforge98 in https://github.com/org2AI/ORG2/pull/817
- Retire the automated review loop by @Neonforge98 in https://github.com/org2AI/ORG2/pull/818
- Ignore stale collab tombstones on reborn work items by @Neonforge98 in https://github.com/org2AI/ORG2/pull/816
- Accept duplicate replay uploads without a read-back by @Neonforge98 in https://github.com/org2AI/ORG2/pull/833
- fix(chat): make text selection precise and copyable by @Harry19081 in https://github.com/org2AI/ORG2/pull/842
- fix(codex): parse paginated rollout user turns by @Raymond8196 in https://github.com/org2AI/ORG2/pull/838
- fix(git): unify transient error detection by @Neonforge98 in https://github.com/org2AI/ORG2/pull/853
- fix(oauth): stabilize macOS embedded login popups by @Neonforge98 in https://github.com/org2AI/ORG2/pull/852
- Keep chat composer full size by @Harry19081 in https://github.com/org2AI/ORG2/pull/846
- fix(markdown): open file links at source locations by @Harry19081 in https://github.com/org2AI/ORG2/pull/847
- perf(workstation): release idle content hosts when the tab pool empties by @Harry19081 in https://github.com/org2AI/ORG2/pull/848
- fix(orgtrack): add reply preview + end time to Claude placeholders by @Harry19081 in https://github.com/org2AI/ORG2/pull/849
- fix(markdown): open relative repo file links by @Harry19081 in https://github.com/org2AI/ORG2/pull/855
- fix(session-creator): refine worktree source modal by @Harry19081 in https://github.com/org2AI/ORG2/pull/851
- refactor(project-manager): remove the Work Item To-Do section by @Harry19081 in https://github.com/org2AI/ORG2/pull/860
- refactor(ui): use one Chromium glyph for the in-app Browser by @Harry19081 in https://github.com/org2AI/ORG2/pull/858
- fix(windows): version-aware chrome + defer show to remove startup border artifact by @Raymond8196 in https://github.com/org2AI/ORG2/pull/783
- fix(session-creator): simplify CLI upgrade notice by @Harry19081 in https://github.com/org2AI/ORG2/pull/863
- fix(ui): align thread card rows and worktree source tabs by @Harry19081 in https://github.com/org2AI/ORG2/pull/861
- feat(chat): view the raw prompt sent to the model per turn by @Harry19081 in https://github.com/org2AI/ORG2/pull/856
- test(frontend): cover composer realtime and team inbox by @Harry19081 in https://github.com/org2AI/ORG2/pull/862
- feat(chat): open GitHub pull-request links in the workstation Browser by @Harry19081 in https://github.com/org2AI/ORG2/pull/859
- feat(session-creator): add CLI update alert controls by @Harry19081 in https://github.com/org2AI/ORG2/pull/866
- feat(sessions): parallel run — one prompt, several harnesses by @Harry19081 in https://github.com/org2AI/ORG2/pull/865
- feat(perf): app-memory schema v2 with resident/swapped split by @Harry19081 in https://github.com/org2AI/ORG2/pull/864
- fix(notifications): only alert for background session completions by @beruro in https://github.com/org2AI/ORG2/pull/726
- fix(agent-config): make effect dependencies explicit by @beruro in https://github.com/org2AI/ORG2/pull/688
- perf(dev): dedupe dev chunks and gate WebKitGTK workarounds to Linux by @Harry19081 in https://github.com/org2AI/ORG2/pull/868
- perf(dev): gzip the dev webpack cache, use eval when source maps are off by @Harry19081 in https://github.com/org2AI/ORG2/pull/870
- perf(dev): gzip the dev webpack cache, use eval when source maps are off by @Harry19081 in https://github.com/org2AI/ORG2/pull/872
- perf(highlight): explicit Prism/hljs grammar registration, no barrels by @Harry19081 in https://github.com/org2AI/ORG2/pull/871
- perf(frontend): re-land [#830] and [#831] onto develop by @Harry19081 in https://github.com/org2AI/ORG2/pull/873
- fix(sidebar): show newly created sessions immediately by @Raymond8196 in https://github.com/org2AI/ORG2/pull/808
- feat(chat): floating side-chat launcher on chat-less surfaces by @Harry19081 in https://github.com/org2AI/ORG2/pull/875
- docs(cli-update-alerts): refresh audit tables and stale line refs by @Harry19081 in https://github.com/org2AI/ORG2/pull/876
- feat(session-creator): add repo chrome position menu by @Harry19081 in https://github.com/org2AI/ORG2/pull/877
- perf(sessions): pool SQLite connections and list the directory without rebuilding turn indexes by @Neonforge98 in https://github.com/org2AI/ORG2/pull/878
- fix(chat): stop dragging the viewport back to bottom while streaming (#811) by @lifelmy in https://github.com/org2AI/ORG2/pull/843
- feat(collab): shared sessions open as one team conversation by @Neonforge98 in https://github.com/org2AI/ORG2/pull/854
- perf(state): keep keyed Jotai atom identity stable under cache pressure by @Harry19081 in https://github.com/org2AI/ORG2/pull/857
- test: repair dead test wiring, normalize placement, cover high-risk modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/879
- refactor(react): remove low-risk lint suppressions by @Harry19081 in https://github.com/org2AI/ORG2/pull/882
- fix: remove render-phase React hazards by @Harry19081 in https://github.com/org2AI/ORG2/pull/883
- fix(react): correct effect dependency lifecycles by @Harry19081 in https://github.com/org2AI/ORG2/pull/884
- Fix React effect-driven state synchronization by @Harry19081 in https://github.com/org2AI/ORG2/pull/885
- feat(diagnostics): add bounded runtime capture CLI by @beruro in https://github.com/org2AI/ORG2/pull/800
- feat(session-creator): toggle pinned actions from chrome menu by @Harry19081 in https://github.com/org2AI/ORG2/pull/887
- refactor: remove one-off button wrappers by @Harry19081 in https://github.com/org2AI/ORG2/pull/892
- chore(deps): remove archived table dependency by @Harry19081 in https://github.com/org2AI/ORG2/pull/894
- chore(components): remove unreachable component artifacts by @Harry19081 in https://github.com/org2AI/ORG2/pull/891
- fix(workstation): refresh submissions PR status, drop open guess by @Harry19081 in https://github.com/org2AI/ORG2/pull/895
- refactor(ui): modularize six oversized chat and component files by @Harry19081 in https://github.com/org2AI/ORG2/pull/899
- fix(workspace): accept pasted local paths by @chsimonpan in https://github.com/org2AI/ORG2/pull/880
- refactor(modules): modularize seven oversized WorkStation and MainApp files by @Harry19081 in https://github.com/org2AI/ORG2/pull/900
- ci(security): add dependency monitoring and fix 3 Rust advisories by @Harry19081 in https://github.com/org2AI/ORG2/pull/896
- Remove unused TabPill prop modes by @Harry19081 in https://github.com/org2AI/ORG2/pull/905
- refactor(session-setup): consolidate step indicator by @Harry19081 in https://github.com/org2AI/ORG2/pull/904
- ci: skip Rust checks for frontend-only diffs by @Harry19081 in https://github.com/org2AI/ORG2/pull/911
- refactor(session-creator): replace inline dropdown by @Harry19081 in https://github.com/org2AI/ORG2/pull/906
- refactor(ui): extract split button from base button by @Harry19081 in https://github.com/org2AI/ORG2/pull/910
- refactor(ui): normalize number input value callbacks by @Harry19081 in https://github.com/org2AI/ORG2/pull/909
- Consolidate FileTab prop type ownership by @Harry19081 in https://github.com/org2AI/ORG2/pull/907
- refactor(org2cloud): modularize the cloud sync and collab data plane by @Harry19081 in https://github.com/org2AI/ORG2/pull/898
- refactor(store): modularize five oversized api, store and engine files by @Harry19081 in https://github.com/org2AI/ORG2/pull/901
- refactor(browser): reuse shared property editor primitives by @Harry19081 in https://github.com/org2AI/ORG2/pull/903
- refactor(workstation): remove segmented icon button wrapper by @Harry19081 in https://github.com/org2AI/ORG2/pull/902
- fix(session-replay): encode filePath in file sidebar memo keys by @Harry19081 in https://github.com/org2AI/ORG2/pull/893
- refactor(ui): normalize slider value callbacks by @Harry19081 in https://github.com/org2AI/ORG2/pull/908
- refactor(tooltip): normalize open state props by @Harry19081 in https://github.com/org2AI/ORG2/pull/917
- Resolve severity icon naming collision by @Harry19081 in https://github.com/org2AI/ORG2/pull/923
- fix(poker): preserve folded-only side-pot chips by @Harry19081 in https://github.com/org2AI/ORG2/pull/918
- test(rust): serialize ORGII_HOME persistence fixtures by @Harry19081 in https://github.com/org2AI/ORG2/pull/920
- refactor(rust): extract large inline test modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/916
- Remove dead frontend component duplicates by @Harry19081 in https://github.com/org2AI/ORG2/pull/922
- Consolidate frontend language metadata by @Harry19081 in https://github.com/org2AI/ORG2/pull/924
- Remove redundant WorkStation IconButton relay by @Harry19081 in https://github.com/org2AI/ORG2/pull/912
- refactor(project-management): modularize work run service by @Harry19081 in https://github.com/org2AI/ORG2/pull/913
- refactor(orgtrack-pm-cli): split command modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/914
- refactor(turn-executor): modularize turn loop by @Harry19081 in https://github.com/org2AI/ORG2/pull/933
- refactor(project-management): split work service modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/915
- refactor(ui): normalize Checkbox checked callback by @Harry19081 in https://github.com/org2AI/ORG2/pull/919
- refactor(claude-history): split history adapter modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/928
- refactor(codex-transcript): split transcript reader modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/925
- refactor(app-memory): split platform sampling modules by @Harry19081 in https://github.com/org2AI/ORG2/pull/935
- refactor(key-vault-crud): modularize key commands by @Harry19081 in https://github.com/org2AI/ORG2/pull/931
- refactor(orgtrack): modularize history commands by @Harry19081 in https://github.com/org2AI/ORG2/pull/930
- refactor(cursor-usage): modularize billing export by @Harry19081 in https://github.com/org2AI/ORG2/pull/926
- refactor(agent-tool): split orchestration lifecycle by @Harry19081 in https://github.com/org2AI/ORG2/pull/932
- refactor(agent-core): modularize subprocess runtime by @Harry19081 in https://github.com/org2AI/ORG2/pull/934
- perf(chat): defer diagnostics and event export work by @Harry19081 in https://github.com/org2AI/ORG2/pull/929
- refactor(github-pulls): modularize pull commands by @Harry19081 in https://github.com/org2AI/ORG2/pull/927
- perf(bundle): single Prism highlighter + real lazy boundaries for xterm, docx/pptx, sql-formatter by @Harry19081 in https://github.com/org2AI/ORG2/pull/897
- refactor(ui): normalize switch checked callbacks by @Harry19081 in https://github.com/org2AI/ORG2/pull/921
- fix(chat): align creator and session composer chrome by @Harry19081 in https://github.com/org2AI/ORG2/pull/936
- fix(dropdowns): align breadcrumb and menu spacing by @Harry19081 in https://github.com/org2AI/ORG2/pull/952
- fix(workstation): unify selected text add to chat by @beruro in https://github.com/org2AI/ORG2/pull/937
- fix(workstation): hide file types in status bar by @Harry19081 in https://github.com/org2AI/ORG2/pull/953
- feat(session-creator): streamline worktree source selection by @Harry19081 in https://github.com/org2AI/ORG2/pull/958
- refactor(workstation): make LSP/lint agent-only, archive panels by @Harry19081 in https://github.com/org2AI/ORG2/pull/955
- fix(chat-references): render only sessions as cards by @Harry19081 in https://github.com/org2AI/ORG2/pull/960
- fix(workstation): resolve bottom panel translation by @Harry19081 in https://github.com/org2AI/ORG2/pull/963
- ci(pr-policy): enforce pull request contract by @Harry19081 in https://github.com/org2AI/ORG2/pull/961
- feat(chat-turns): add turn boundary divider by @Harry19081 in https://github.com/org2AI/ORG2/pull/962
- Maximize chat when closing the last Launchpad tab by @Harry19081 in https://github.com/org2AI/ORG2/pull/964
- feat(markdown): refine link affordances by @Harry19081 in https://github.com/org2AI/ORG2/pull/966
- fix(chat): collapse failed terminals by @Harry19081 in https://github.com/org2AI/ORG2/pull/967
- feat(chat-panel): move eligible tabs to My Station by @Harry19081 in https://github.com/org2AI/ORG2/pull/968
- feat(browser): refine new tab experience by @Harry19081 in https://github.com/org2AI/ORG2/pull/969
- fix(chat): copy complete assistant turns by @beruro in https://github.com/org2AI/ORG2/pull/950
- fix(tooltip): contain long structured content by @beruro in https://github.com/org2AI/ORG2/pull/938
- fix(workstation): polish GitHub detail headers by @Harry19081 in https://github.com/org2AI/ORG2/pull/970
- feat(markdown-links): open GitHub pull requests in PR tabs by @Harry19081 in https://github.com/org2AI/ORG2/pull/971
- fix(session-replay): clarify continuation placeholder by @Harry19081 in https://github.com/org2AI/ORG2/pull/973
- fix(chat-history): preserve turn identity across render modes by @Harry19081 in https://github.com/org2AI/ORG2/pull/972
- fix(browser): show blank-tab quick actions by @Harry19081 in https://github.com/org2AI/ORG2/pull/974
- fix(session-images): preserve shared attachment ownership by @Harry19081 in https://github.com/org2AI/ORG2/pull/975
- ci(frontend-cache): warm dependency caches on develop pushes by @Harry19081 in https://github.com/org2AI/ORG2/pull/977
- ci(rust-cache): warm shared cache on develop pushes by @Harry19081 in https://github.com/org2AI/ORG2/pull/976
- feat(imported-history): badge which client produced an imported session by @Harry19081 in https://github.com/org2AI/ORG2/pull/984
- fix(cargo-config): read build settings regardless of cargo's cwd by @Harry19081 in https://github.com/org2AI/ORG2/pull/985
- feat(dev-cache): bound build caches and run cleanup at dev start by @Harry19081 in https://github.com/org2AI/ORG2/pull/986
New Contributors
- @lifelmy made their first contribution in https://github.com/org2AI/ORG2/pull/843
Full Changelog: https://github.com/org2AI/ORG2/compare/v1.2.6...v1.3.0