freshcrate
Home > Frameworks > conductor-oss

conductor-oss

Markdown-native AI agent orchestrator. Write tasks in a kanban board, agents do the work.

Description

Markdown-native AI agent orchestrator. Write tasks in a kanban board, agents do the work.

Release History

VersionChangesUrgencyDate
0.60.8Imported from npm (0.60.8)Low4/21/2026
v0.60.8## What's Changed ### Fixes - Fixed the paired device update flow so bridge-installed laptops update Conductor in the managed /.conductor/npm location instead of failing against the wrong npm global path. ([#477](https://github.com/charannyk06/conductor-oss/pull/477)) - Fixed the paired devices screen so it can scroll reliably when the page is taller than the viewport. ([#477](https://github.com/charannyk06/conductor-oss/pull/477)) **Full Changelog**: [v0.60.7...v0.60.8](https://github.com/chaHigh4/21/2026
v0.60.7## What's Changed ### Fixes - Fixed dispatcher chat runs getting stuck or reporting stale runtime state after headless Codex turns. ([#476](https://github.com/charannyk06/conductor-oss/pull/476)) - Fixed headless dispatcher sessions inheriting stray local environment and terminal state. ([#476](https://github.com/charannyk06/conductor-oss/pull/476)) **Full Changelog**: [v0.60.6...v0.60.7](https://github.com/charannyk06/conductor-oss/compare/v0.60.6...v0.60.7) --- ### Install ```bash npm insHigh4/21/2026
v0.60.6## What's Changed ### Fixes - Fixed bridge-backed dispatcher runs so Claude no longer treats the user prompt as part of the MCP config. ([#469](https://github.com/charannyk06/conductor-oss/pull/469)) - Fixed Claude dispatcher and session launches so they use the local Claude login flow correctly again. ([#469](https://github.com/charannyk06/conductor-oss/pull/469)) - Added error logging when dispatcher runtime events fail to apply, so broken bridge turns stop failing silently. ([#469](https://gHigh4/19/2026
v0.60.5## What's Changed ### Fixes - Fixed dispatcher approval and reject actions so they only run when a plan is actually waiting for review. ([#468](https://github.com/charannyk06/conductor-oss/pull/468)) - Improved dispatcher chat feeds so they stop leaking runtime transport noise and keep approval state stable after reloads. ([#468](https://github.com/charannyk06/conductor-oss/pull/468)) - Fixed headless agent launches so child runtimes no longer share Conductor's process group, preventing agent eHigh4/18/2026
v0.60.4## What's Changed ### Fixes - Fixed dispatcher chat links for bound project threads so feed, send, and task actions resolve the intended dispatcher session. ([#467](https://github.com/charannyk06/conductor-oss/pull/467)) - Fixed dispatcher task mutations to fail cleanly when a scoped dispatcher thread is missing, instead of mutating the board without linking the dispatcher context. ([#467](https://github.com/charannyk06/conductor-oss/pull/467)) - Fixed headless dispatcher turns so completed runHigh4/17/2026
v0.60.3## What's Changed ### New Features - Reworked the Notes workspace on mobile with dedicated file browsing and share sheets so editing no longer feels cramped. ([#466](https://github.com/charannyk06/conductor-oss/pull/466)) - Upgraded the Notes graph into an Obsidian-style experience with search, groups, local graph focus, graph force controls, and mobile zoom actions. ([#466](https://github.com/charannyk06/conductor-oss/pull/466)) - Shrunk the mobile Conductor update notice so it interferes lessHigh4/17/2026
v0.60.2## What's Changed ### Fixes - Fixed the Notes tab on mobile so the notes tree and editor stack can scroll instead of getting stuck. ([#465](https://github.com/charannyk06/conductor-oss/pull/465)) - Restored Notes graph and backlink data when Conductor falls back to project files instead of a dedicated notes root. ([#465](https://github.com/charannyk06/conductor-oss/pull/465)) **Full Changelog**: [v0.60.1...v0.60.2](https://github.com/charannyk06/conductor-oss/compare/v0.60.1...v0.60.2) --- #High4/17/2026
v0.60.1## What's Changed ### Fixes - Fixed the hosted Notes workspace so graph, backlinks, and daily note actions no longer hit missing API routes. ([#464](https://github.com/charannyk06/conductor-oss/pull/464)) **Full Changelog**: [v0.60.0...v0.60.1](https://github.com/charannyk06/conductor-oss/compare/v0.60.0...v0.60.1) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** High4/17/2026
v0.60.0## What's Changed ### New Features - Notes workspace now supports Obsidian-like [[wikilinks]] for connecting notes ([#463](https://github.com/charannyk06/conductor-oss/pull/463)) - New backlinks panel shows all notes that reference the current note ([#463](https://github.com/charannyk06/conductor-oss/pull/463)) - Tag system: use #tag in notes, browse and filter by tags in the sidebar ([#463](https://github.com/charannyk06/conductor-oss/pull/463)) - Daily notes: one-click create/open today's notHigh4/16/2026
v0.59.0## What's Changed ### New Features - Added a Notes workspace where you can browse, edit, save, and send project markdown notes to the dispatcher or a selected session. ([#462](https://github.com/charannyk06/conductor-oss/pull/462)) - Hosted preview and filesystem routing now reject unsafe targets more consistently and preserve bridge-backed preview behavior more reliably. ([#462](https://github.com/charannyk06/conductor-oss/pull/462)) - Hosted relay device state now persists safely across restaMedium4/14/2026
v0.58.44## What's Changed ### Fixes - Fixed hosted Preview connects that could fail with Preview session limit exceeded for this API key. followed by net::ERRNAMENOTRESOLVED on a fresh trycloudflare.com tunnel. ([#461](https://github.com/charannyk06/conductor-oss/pull/461)) - Fixed Preview retries so stale quick-tunnel sessions do not get reused after retryable tunnel failures. ([#461](https://github.com/charannyk06/conductor-oss/pull/461)) **Full Changelog**: [v0.58.43...v0.58.44](https://github.com/Medium4/14/2026
v0.58.43## What's Changed ### Fixes - Fixed a bridge preview bug where Connect requests could fail because the server tried to reread an already-consumed request body. ([#460](https://github.com/charannyk06/conductor-oss/pull/460)) - Fixed a preview worker issue where stale legacy sessions could block new preview connections with a session limit error. ([#460](https://github.com/charannyk06/conductor-oss/pull/460)) **Full Changelog**: [v0.58.42...v0.58.43](https://github.com/charannyk06/conductor-oss/Medium4/14/2026
v0.58.42## What's Changed ### Fixes - Preview now reuses the existing hosted preview-worker session for the same Conductor session, which avoids false "Preview session limit exceeded for this API key" failures after reconnects or server restarts. ([#459](https://github.com/charannyk06/conductor-oss/pull/459)) **Full Changelog**: [v0.58.41...v0.58.42](https://github.com/charannyk06/conductor-oss/compare/v0.58.41...v0.58.42) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **PublishMedium4/14/2026
v0.58.41## What's Changed ### Fixes - Hosted preview no longer grabs a fresh Cloudflare tunnel URL before DNS is ready. This avoids broken trycloudflare.com preview opens that immediately fail with ERRNAMENOTRESOLVED. ([#458](https://github.com/charannyk06/conductor-oss/pull/458)) - When the preview worker does fail, the Preview tab now shows the actual worker error instead of the generic Preview service is unavailable message. ([#458](https://github.com/charannyk06/conductor-oss/pull/458)) **Full ChaMedium4/14/2026
v0.58.40## What's Changed ### Fixes - Bridge previews now honor the manual local preview URL you enter in the Preview tab, even when the session did not report it in metadata. ([#457](https://github.com/charannyk06/conductor-oss/pull/457)) - Hosted preview can now fall back to the project's configured dev server URL when session metadata is missing the local preview address. ([#457](https://github.com/charannyk06/conductor-oss/pull/457)) **Full Changelog**: [v0.58.39...v0.58.40](https://github.com/chaMedium4/13/2026
v0.58.39## What's Changed ### Fixes - Overview, Review, and Preview tabs scroll correctly again on mobile session pages. ([#456](https://github.com/charannyk06/conductor-oss/pull/456)) - The Terminal reload button now forces a real terminal frame refresh instead of appearing to do nothing. ([#456](https://github.com/charannyk06/conductor-oss/pull/456)) - Bridge-backed Preview now uses the hosted preview browser end to end, so paired-device local dev servers can render through the web app instead of falMedium4/13/2026
v0.58.38## What's Changed ### Fixes - Overview, Review, and Preview tabs scroll correctly again on mobile session pages. ([#455](https://github.com/charannyk06/conductor-oss/pull/455)) - The Terminal reload button now forces a real terminal frame refresh instead of appearing to do nothing. ([#455](https://github.com/charannyk06/conductor-oss/pull/455)) **Full Changelog**: [v0.58.37...v0.58.38](https://github.com/charannyk06/conductor-oss/compare/v0.58.37...v0.58.38) --- ### Install ```bash npm instMedium4/13/2026
v0.58.37## What's Changed ### Fixes - Fixed bridged terminal sessions on app.conductross.com so the ttyd iframe renders again instead of failing or prompting Safari to download ttyd. ([#454](https://github.com/charannyk06/conductor-oss/pull/454)) - Improved the terminal proxy so larger ttyd frontend pages and bridge-wrapped HTML responses still load correctly. ([#454](https://github.com/charannyk06/conductor-oss/pull/454)) **Full Changelog**: [v0.58.36...v0.58.37](https://github.com/charannyk06/conducMedium4/13/2026
v0.58.36## What's Changed ### Fixes - Restored the real ttyd iframe terminal shell for session terminals. ([#453](https://github.com/charannyk06/conductor-oss/pull/453)) - Fixed the broken terminal flow that was showing download-style ttyd behavior instead of the embedded terminal. ([#453](https://github.com/charannyk06/conductor-oss/pull/453)) **Full Changelog**: [v0.58.35...v0.58.36](https://github.com/charannyk06/conductor-oss/compare/v0.58.35...v0.58.36) --- ### Install ```bash npm install -g cMedium4/13/2026
v0.58.35## What's Changed ### Fixes - Fixed the mobile Safari terminal so the ttyd web client is shipped with the app instead of falling back to a download prompt. ([#452](https://github.com/charannyk06/conductor-oss/pull/452)) **Full Changelog**: [v0.58.34...v0.58.35](https://github.com/charannyk06/conductor-oss/compare/v0.58.34...v0.58.35) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/13/2026
v0.58.34## What's Changed ### Fixes - Fixed a production bug where opening the Terminal tab could trigger a ttyd download prompt instead of rendering the terminal. ([#446](https://github.com/charannyk06/conductor-oss/pull/446)) - Bundled the ttyd frontend asset with the web deployment so the terminal iframe can render on hosted builds. ([#446](https://github.com/charannyk06/conductor-oss/pull/446)) **Full Changelog**: [v0.58.33...v0.58.34](https://github.com/charannyk06/conductor-oss/compare/v0.58.33.Medium4/13/2026
v0.58.33## What's Changed ### Fixes - Fixed a regression where opening the Terminal tab could trigger a ttyd file download instead of rendering the terminal. ([#445](https://github.com/charannyk06/conductor-oss/pull/445)) - Kept the embedded terminal on the hardened dashboard proxy path so the old ttyd iframe flow stays intact. ([#445](https://github.com/charannyk06/conductor-oss/pull/445)) **Full Changelog**: [v0.58.32...v0.58.33](https://github.com/charannyk06/conductor-oss/compare/v0.58.32...v0.58.Medium4/13/2026
v0.58.32## What's Changed ### Fixes - Fixed blank terminal panels by serving the ttyd iframe frontend even when upstream ttyd HTML is unavailable. ([#444](https://github.com/charannyk06/conductor-oss/pull/444)) - Restored the ttyd frontend-only fallback behind the session terminal route. ([#444](https://github.com/charannyk06/conductor-oss/pull/444)) **Full Changelog**: [v0.58.31...v0.58.32](https://github.com/charannyk06/conductor-oss/compare/v0.58.31...v0.58.32) --- ### Install ```bash npm instalMedium4/13/2026
v0.58.31## What's Changed ### Fixes - Restored the real ttyd iframe terminal experience in the session panel. ([#443](https://github.com/charannyk06/conductor-oss/pull/443)) - Fixed the terminal so the iframe stays on the proper ttyd-backed path instead of the wrong simplified terminal flow. ([#443](https://github.com/charannyk06/conductor-oss/pull/443)) **Full Changelog**: [v0.58.30...v0.58.31](https://github.com/charannyk06/conductor-oss/compare/v0.58.30...v0.58.31) --- ### Install ```bash npm inMedium4/13/2026
v0.58.30## What's Changed ### Fixes - Fixed the restored pre-390 terminal so the ttyd iframe loads again in production. ([#442](https://github.com/charannyk06/conductor-oss/pull/442)) - Prevented blank terminal panels when ttyd HTML is served with incorrect download-style headers. ([#442](https://github.com/charannyk06/conductor-oss/pull/442)) **Full Changelog**: [v0.58.29...v0.58.30](https://github.com/charannyk06/conductor-oss/compare/v0.58.29...v0.58.30) --- ### Install ```bash npm install -g coMedium4/13/2026
v0.58.29## What's Changed ### Fixes - Restored the earlier ttyd-backed terminal experience in the session panel. ([#441](https://github.com/charannyk06/conductor-oss/pull/441)) - Fixed the terminal iframe so it uses the older pre-#390 terminal surface instead of the wrong later embed flow. ([#441](https://github.com/charannyk06/conductor-oss/pull/441)) **Full Changelog**: [v0.58.28...v0.58.29](https://github.com/charannyk06/conductor-oss/compare/v0.58.28...v0.58.29) --- ### Install ```bash npm instMedium4/13/2026
v0.58.28## What's Changed ### Fixes - Restored the earlier full agent terminal iframe experience in the dashboard, including the embedded terminal flow with attachment, clipboard, stop, and reload controls. ([#440](https://github.com/charannyk06/conductor-oss/pull/440)) - Fixed cases where terminal sessions were being routed into the wrong iframe experience instead of the embedded full-agent terminal. ([#440](https://github.com/charannyk06/conductor-oss/pull/440)) **Full Changelog**: [v0.58.27...v0.58Medium4/12/2026
v0.58.27## What's Changed ### Fixes - Fixed terminal sessions that were failing to load and incorrectly prompting users to download ttyd. ([#439](https://github.com/charannyk06/conductor-oss/pull/439)) - Restored the older embedded terminal fallback for legacy sessions while keeping real ttyd iframe sessions on the proper route. ([#439](https://github.com/charannyk06/conductor-oss/pull/439)) **Full Changelog**: [v0.58.26...v0.58.27](https://github.com/charannyk06/conductor-oss/compare/v0.58.26...v0.58Medium4/12/2026
v0.58.26## What's Changed ### Fixes - Restored the earlier ttyd iframe framing so legacy websocket-backed sessions render through the real ttyd iframe route again, while keeping the attachment, clipboard, stop, and reload controls. ([#438](https://github.com/charannyk06/conductor-oss/pull/438)) **Full Changelog**: [v0.58.25...v0.58.26](https://github.com/charannyk06/conductor-oss/compare/v0.58.25...v0.58.26) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/12/2026
v0.58.25## What's Changed ### Fixes - Restored the earlier ttyd iframe framing so legacy websocket-backed sessions render through the real ttyd iframe route again, while keeping the attachment, clipboard, stop, and reload controls. ([#437](https://github.com/charannyk06/conductor-oss/pull/437)) **Full Changelog**: [v0.58.24...v0.58.25](https://github.com/charannyk06/conductor-oss/compare/v0.58.24...v0.58.25) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/12/2026
v0.58.24## What's Changed ### Fixes - Fixed the embedded terminal iframe so the fallback /embed/terminal/ page can render inside the dashboard again instead of being blocked and showing a blank white panel. ([#436](https://github.com/charannyk06/conductor-oss/pull/436)) **Full Changelog**: [v0.58.23...v0.58.24](https://github.com/charannyk06/conductor-oss/compare/v0.58.23...v0.58.24) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/12/2026
v0.58.23## What's Changed ### Fixes - Fixed the session terminal iframe so ttyd-backed terminals no longer render a blank white screen when loading the proxied ttyd frontend. ([#435](https://github.com/charannyk06/conductor-oss/pull/435)) **Full Changelog**: [v0.58.22...v0.58.23](https://github.com/charannyk06/conductor-oss/compare/v0.58.22...v0.58.23) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/12/2026
v0.58.22## What's Changed ### Fixes - Restored the real ttyd iframe terminal flow for web sessions. ([#434](https://github.com/charannyk06/conductor-oss/pull/434)) - Fixed the terminal regression where the web app could fall into broken partial ttyd behavior instead of the original ttyd-backed iframe terminal. ([#434](https://github.com/charannyk06/conductor-oss/pull/434)) **Full Changelog**: [v0.58.21...v0.58.22](https://github.com/charannyk06/conductor-oss/compare/v0.58.21...v0.58.22) --- ### InstMedium4/12/2026
v0.58.21## What's Changed ### Fixes - Restored the proper ttyd iframe terminal frontend for web sessions. ([#433](https://github.com/charannyk06/conductor-oss/pull/433)) - Fixed the regression where the terminal route could fall away from the ttyd iframe experience instead of serving the web terminal shell. ([#433](https://github.com/charannyk06/conductor-oss/pull/433)) **Full Changelog**: [v0.58.20...v0.58.21](https://github.com/charannyk06/conductor-oss/compare/v0.58.20...v0.58.21) --- ### InstallMedium4/12/2026
v0.58.20## What's Changed ### Fixes - Restored the earlier working iframe terminal flow for sessions that only expose legacy websocket terminal metadata. ([#432](https://github.com/charannyk06/conductor-oss/pull/432)) - Fixed the terminal regression where the app could route users into the wrong ttyd iframe path instead of the proper embedded iframe terminal. ([#432](https://github.com/charannyk06/conductor-oss/pull/432)) **Full Changelog**: [v0.58.19...v0.58.20](https://github.com/charannyk06/conductMedium4/12/2026
v0.58.19## What's Changed ### Fixes - Fixed the terminal so sessions without a real ttyd HTML frontend no longer trigger broken ttyd downloads. ([#431](https://github.com/charannyk06/conductor-oss/pull/431)) - Restored the proper iframe fallback path for legacy terminal metadata in production. ([#431](https://github.com/charannyk06/conductor-oss/pull/431)) **Full Changelog**: [v0.58.18...v0.58.19](https://github.com/charannyk06/conductor-oss/compare/v0.58.18...v0.58.19) --- ### Install ```bash npm Medium4/12/2026
v0.58.18## What's Changed ### Fixes - The terminal iframe now falls back to the bundled ttyd frontend when an upstream session returns JSON or another non-HTML response, so the old embedded terminal loads again for both local and paired-device sessions. ([#429](https://github.com/charannyk06/conductor-oss/pull/429)) - Fixed the terminal so sessions without a real ttyd HTML frontend no longer trigger broken ttyd downloads. ([#430](https://github.com/charannyk06/conductor-oss/pull/430)) - Restored the prMedium4/12/2026
v0.58.17## What's Changed ### Fixes - Restored the real ttyd terminal iframe in production even when the host machine does not have ttyd installed. ([#428](https://github.com/charannyk06/conductor-oss/pull/428)) - Prevented terminal pages from falling into a raw JSON or blank-shell error state when the ttyd frontend source is unavailable. ([#428](https://github.com/charannyk06/conductor-oss/pull/428)) **Full Changelog**: [v0.58.16...v0.58.17](https://github.com/charannyk06/conductor-oss/compare/v0.58.Medium4/12/2026
v0.58.16## What's Changed ### Fixes - Restored the real ttyd iframe path instead of silently dropping back to the stripped-down embedded terminal shell. ([#427](https://github.com/charannyk06/conductor-oss/pull/427)) - Preserved the separate bridge attach fix from the prior production hotfix. ([#427](https://github.com/charannyk06/conductor-oss/pull/427)) **Full Changelog**: [v0.58.15...v0.58.16](https://github.com/charannyk06/conductor-oss/compare/v0.58.15...v0.58.16) --- ### Install ```bash npm iMedium4/12/2026
v0.58.15## What's Changed ### Fixes - Restored the original ttyd iframe terminal display instead of the stripped-down basic fallback terminal. ([#426](https://github.com/charannyk06/conductor-oss/pull/426)) - Fixed production bridge sessions that could sit on "Waiting for the live terminal to attach" even while the session was already working. ([#426](https://github.com/charannyk06/conductor-oss/pull/426)) - Kept the session scrolling fixes that shipped with the earlier terminal work. ([#426](https://gMedium4/12/2026
v0.58.14## What's Changed ### Fixes - Kept the ttyd iframe terminal experience for dashboard embeds without restoring the old detached ttyd runtime stack. ([#425](https://github.com/charannyk06/conductor-oss/pull/425)) - Sessions now stay on the existing native terminal host while the dashboard serves a ttyd-compatible iframe frontend and websocket facade. ([#425](https://github.com/charannyk06/conductor-oss/pull/425)) - When ttyd HTML is unavailable, the dashboard falls back to the embedded terminal pMedium4/12/2026
v0.58.13## What's Changed ### Fixes - Restored the real ttyd-based terminal iframe stack so the terminal behaves like the older smooth embedded terminal again. ([#424](https://github.com/charannyk06/conductor-oss/pull/424)) - Brought back the old ttyd proxy routes, resize coordination, and ttyd runtime handling used by live terminal sessions. ([#424](https://github.com/charannyk06/conductor-oss/pull/424)) - Kept the terminal toolbar focused on attach files, clipboard, stop, and reload instead of bringiMedium4/12/2026
v0.58.12## What's Changed ### Fixes - Restored the attach files button in the terminal toolbar instead of the external-link icon. ([#423](https://github.com/charannyk06/conductor-oss/pull/423)) - Fixed the embedded terminal getting stuck in a loading state when the iframe content had loaded but the ready handshake arrived late. ([#423](https://github.com/charannyk06/conductor-oss/pull/423)) **Full Changelog**: [v0.58.11...v0.58.12](https://github.com/charannyk06/conductor-oss/compare/v0.58.11...v0.58.Medium4/11/2026
v0.58.11## What's Changed ### Fixes - Restored the old ttyd-style iframe sizing behavior so the embedded terminal is no longer squeezed. ([#422](https://github.com/charannyk06/conductor-oss/pull/422)) - Improved terminal layout stability on desktop and mobile by coordinating iframe readiness and resize events again. ([#422](https://github.com/charannyk06/conductor-oss/pull/422)) **Full Changelog**: [v0.58.10...v0.58.11](https://github.com/charannyk06/conductor-oss/compare/v0.58.10...v0.58.11) --- ##Medium4/11/2026
v0.58.10## What's Changed ### Fixes - Restored the old embedded terminal iframe display so terminal sessions look and feel like the previous ttyd-based view again. ([#421](https://github.com/charannyk06/conductor-oss/pull/421)) - Improved scrolling and viewport behavior inside the iframe on desktop and mobile. ([#421](https://github.com/charannyk06/conductor-oss/pull/421)) **Full Changelog**: [v0.58.9...v0.58.10](https://github.com/charannyk06/conductor-oss/compare/v0.58.9...v0.58.10) --- ### InstalMedium4/11/2026
v0.58.9## What's Changed ### Fixes - Dashboard and skills surfaces keep scrolling enabled on desktop and mobile instead of freezing behind hidden overflow shells. ([#420](https://github.com/charannyk06/conductor-oss/pull/420)) **Full Changelog**: [v0.58.8...v0.58.9](https://github.com/charannyk06/conductor-oss/compare/v0.58.8...v0.58.9) --- ### Install ```bash npm install -g conductor-oss@latest ``` ✅ **Published to npm** Medium4/11/2026
v0.58.8## What's Changed ### Fixes - Device-first laptop pairing no longer shows a fake "Claim token is invalid or expired" error after the machine has already paired. ([#419](https://github.com/charannyk06/conductor-oss/pull/419)) - The browser can reopen the pairing page and still finish cleanly while the local command completes its handshake. ([#419](https://github.com/charannyk06/conductor-oss/pull/419)) **Full Changelog**: [v0.58.7...v0.58.8](https://github.com/charannyk06/conductor-oss/compare/Medium4/11/2026
v0.58.7## What's Changed ### Fixes - Paired-device terminals now stay compatible with older laptop bridge installs instead of failing to attach after a dashboard update. ([#418](https://github.com/charannyk06/conductor-oss/pull/418)) - Mobile iframe terminals can reconnect into the full terminal experience without exposing low-level relay protocol breakage. ([#418](https://github.com/charannyk06/conductor-oss/pull/418)) **Full Changelog**: [v0.58.6...v0.58.7](https://github.com/charannyk06/conductor-Medium4/11/2026
v0.58.6## What's Changed ### Fixes - Paired-device iframe terminals now reconnect more reliably when the bridge drops and comes back. ([#417](https://github.com/charannyk06/conductor-oss/pull/417)) - Mobile reconnects keep the embedded terminal stable instead of duplicating old output after reattach. ([#417](https://github.com/charannyk06/conductor-oss/pull/417)) **Full Changelog**: [v0.58.5...v0.58.6](https://github.com/charannyk06/conductor-oss/compare/v0.58.5...v0.58.6) --- ### Install ```bash Medium4/11/2026
v0.58.5## What's Changed ### Fixes - Paired-device terminals now attach immediately instead of waiting for the laptop-side relay bridge to become fully ready before the browser can connect. ([#416](https://github.com/charannyk06/conductor-oss/pull/416)) - If a paired terminal startup stalls and the bridge is still missing, the dashboard now reissues the terminal start request instead of leaving the session stuck in a dead state. ([#416](https://github.com/charannyk06/conductor-oss/pull/416)) **Full CMedium4/11/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

taktTAKT: TAKT Agent Koordination Topology - AI Agent Workflow Orchestration0.37.0
automagik-genieSelf-evolving AI agent orchestration framework with Model Context Protocol support2.5.27
@neyugn/agent-kitsUniversal AI Agent Toolkit - Skills, Agents, and Workflows for any AI coding assistant0.5.8
diragentAI Agent Orchestration Platform - Enterprise-grade orchestration for AI coding agents0.3.2
@dcyfr/aiPortable AI agent harness with plugin architecture3.0.2