Skip to content

Emdash

v1.1.24 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agenticdevelopment agenticdevelopmentenvironment ai claude-code cli coding-agents
+12 more
codingagents containerization docker gitworktrees jira linear llm openai opensource orchestration parallel-agents parallelexecution

ReleasePort's take

Light signal
editorial:auto 12d

Version v1.1.24 introduces major SSH enhancements (ProxyJump, ProxyCommand, ForwardAgent) and a suite of UI improvements and stability fixes.

Why it matters: Enhanced SSH support improves remote workflow reliability; numerous bug‑fixes raise overall system stability across editor, UI, and renderer components.

Summary

AI summary

Major SSH enhancements, sidebar navigation improvements, task/PR flow upgrades, new integrations (Neon, Antigravity, Asana), and extensive stability fixes across editor, UI, renderer, and onboarding.

Changes in this release

Feature Medium

Adds worktree directory browser feature.

Adds worktree directory browser feature.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds search trigger to open command palette from sidebar.

Adds search trigger to open command palette from sidebar.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds custom notification sound setting in Settings.

Adds custom notification sound setting in Settings.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds Neon catalog entry to MCP.

Adds Neon catalog entry to MCP.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds skill uninstall confirmation dialog.

Adds skill uninstall confirmation dialog.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds Antigravity provider integration.

Adds Antigravity provider integration.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds termy terminal to application.

Adds termy terminal to application.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Adds Kaku terminal open‑in support.

Adds Kaku terminal open‑in support.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Improves SSH support with ProxyJump, ProxyCommand, and ForwardAgent.

Improves SSH support with ProxyJump, ProxyCommand, and ForwardAgent.

Source: llm_adapter@2026-05-22

Confidence: high

Feature Medium

Improves GitHub authentication source handling and connection flow.

Improves GitHub authentication source handling and connection flow.

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

Fixes SSH MaxSessions panel not shown when channels exhausted.

Fixes SSH MaxSessions panel not shown when channels exhausted.

Source: llm_adapter@2026-05-22

Confidence: high

Bugfix Medium

Fixes task branch name creation to improve clarity.

Fixes task branch name creation to improve clarity.

Source: llm_adapter@2026-05-22

Confidence: low

Bugfix Medium

Fixes inconsistent padding in form controls UI.

Fixes inconsistent padding in form controls UI.

Source: llm_adapter@2026-05-22

Confidence: low

Bugfix Medium

Fixes settings scrollbar layout issue.

Fixes settings scrollbar layout issue.

Source: llm_adapter@2026-05-22

Confidence: low

Bugfix Medium

Fixes renderer to preserve dropped file path formatting.

Fixes renderer to preserve dropped file path formatting.

Source: llm_adapter@2026-05-22

Confidence: low

Full changelog

Emdash v1.1.24 is out!

This release brings major improvements to SSH and remote workflows (including ProxyJump, ProxyCommand, ForwardAgent, and better MaxSessions handling), a more polished navigation and sidebar experience, better task and PR flows, expanded terminal/open-in-app support, new integrations and providers (Neon, Antigravity, Asana polish), plus a long list of stability, performance, editor, and UI fixes across the app.

What's Changed

  • feat: improve GitHub auth source handling and connection flow by @jschwxrz in https://github.com/generalaction/emdash/pull/2071
  • UI: Normalize home action label casing by @arnestrickmann in https://github.com/generalaction/emdash/pull/2079
  • fix(ssh): show actionable MaxSessions panel when channels are exhausted by @jschwxrz in https://github.com/generalaction/emdash/pull/2080
  • feat: add worktree directory browser by @janburzinski in https://github.com/generalaction/emdash/pull/2083
  • fix: workspace bugs by @Davidknp in https://github.com/generalaction/emdash/pull/2086
  • feat: fix themes by @Davidknp in https://github.com/generalaction/emdash/pull/2089
  • fix: prioritize path truncation in changes sidebar by @jschwxrz in https://github.com/generalaction/emdash/pull/2090
  • v1.1.19 by @jschwxrz in https://github.com/generalaction/emdash/pull/2093
  • fix: create task from PR failing when branch already checked out in external worktree by @jschwxrz in https://github.com/generalaction/emdash/pull/2094
  • feat(sidebar): add search trigger that opens the command palette by @mezotv in https://github.com/generalaction/emdash/pull/2072
  • fix: show draft PR status icon by @janburzinski in https://github.com/generalaction/emdash/pull/2096
  • feat: reorganize left sidebar by @jschwxrz in https://github.com/generalaction/emdash/pull/2100
  • fix(tasks): pass task identity to create PR modal by @jschwxrz in https://github.com/generalaction/emdash/pull/2103
  • v1.1.20 by @jschwxrz in https://github.com/generalaction/emdash/pull/2105
  • fix: render deleted file diffs by @janburzinski in https://github.com/generalaction/emdash/pull/2095
  • fix: shortcuts by @jschwxrz in https://github.com/generalaction/emdash/pull/2104
  • fix(tasks): conversation rename by @jschwxrz in https://github.com/generalaction/emdash/pull/2107
  • Fix Asana integration icon by @rabanspiegel in https://github.com/generalaction/emdash/pull/2106
  • feat(editor): support dragging file into folders & copy path by @janburzinski in https://github.com/generalaction/emdash/pull/2059
  • fix: notification sound settings sync by @janburzinski in https://github.com/generalaction/emdash/pull/2092
  • fix: track agent turns from real user messages by @jschwxrz in https://github.com/generalaction/emdash/pull/2109
  • fix: conversation not showing (empty state) by @Davidknp in https://github.com/generalaction/emdash/pull/2111
  • fix: remove react activity and add convo guard by @Davidknp in https://github.com/generalaction/emdash/pull/2114
  • feat(settings): add custom notification sound by @mezotv in https://github.com/generalaction/emdash/pull/2085
  • feat: improve agent context interaction by @Davidknp in https://github.com/generalaction/emdash/pull/2115
  • feat: Improve task list empty screen by @Davidknp in https://github.com/generalaction/emdash/pull/2119
  • fix: grok icon by @janburzinski in https://github.com/generalaction/emdash/pull/2120
  • chore: optimize welcome img by @janburzinski in https://github.com/generalaction/emdash/pull/2117
  • feat: add termy terminal by @janburzinski in https://github.com/generalaction/emdash/pull/2116
  • Add Droid stop hook support by @janburzinski in https://github.com/generalaction/emdash/pull/2121
  • fix(onboarding): remove GitHub CLI skip copy by @jschwxrz in https://github.com/generalaction/emdash/pull/2128
  • fix: clarify optional branch prefix by @arnestrickmann in https://github.com/generalaction/emdash/pull/2129
  • fix: update BYOI toggle wording by @arnestrickmann in https://github.com/generalaction/emdash/pull/2127
  • feat: migrate from eslint to oxlint by @jschwxrz in https://github.com/generalaction/emdash/pull/2130
  • feat: migrate from prettier to oxfmt by @jschwxrz in https://github.com/generalaction/emdash/pull/2132
  • v1.1.22 by @jschwxrz in https://github.com/generalaction/emdash/pull/2133
  • ENG-1352: Add open in Alacritty support by @arnestrickmann in https://github.com/generalaction/emdash/pull/2131
  • feat: split pasted env assignments by @mezotv in https://github.com/generalaction/emdash/pull/2075
  • fix(renderer): harden restored navigation state by @jschwxrz in https://github.com/generalaction/emdash/pull/2134
  • fix: pass provider launch env vars to agents by @jschwxrz in https://github.com/generalaction/emdash/pull/2135
  • fix: ctx popover focus guard by @Davidknp in https://github.com/generalaction/emdash/pull/2141
  • chore: create release 1.1.23 by @Davidknp in https://github.com/generalaction/emdash/pull/2143
  • feat(renderer): add more file icons by @janburzinski in https://github.com/generalaction/emdash/pull/2145
  • feat: titlebar improvements by @Davidknp in https://github.com/generalaction/emdash/pull/2147
  • feat: show current author first in PR filter by @mezotv in https://github.com/generalaction/emdash/pull/2139
  • feat: add antigravity provider by @janburzinski in https://github.com/generalaction/emdash/pull/2144
  • fix(renderer): preserve dropped file path formatting by @janburzinski in https://github.com/generalaction/emdash/pull/2146
  • fix: enable opencode auto approve by @janburzinski in https://github.com/generalaction/emdash/pull/2149
  • fix: add terminal font fallbacks by @janburzinski in https://github.com/generalaction/emdash/pull/2150
  • fix(opencode): submit initial prompt reliably by @janburzinski in https://github.com/generalaction/emdash/pull/1948
  • fix(open-in-apps): Improve Windows compatibility and command handling by @anglox in https://github.com/generalaction/emdash/pull/2081
  • feat: improve create task branch names by @Davidknp in https://github.com/generalaction/emdash/pull/2156
  • Improve integration icon legibility by @janburzinski in https://github.com/generalaction/emdash/pull/2161
  • refactor: improve task creation by @Davidknp in https://github.com/generalaction/emdash/pull/2169
  • fix: inconsistent padding in form controls by @janburzinski in https://github.com/generalaction/emdash/pull/2164
  • Add Kaku terminal open-in support by @janburzinski in https://github.com/generalaction/emdash/pull/2172
  • feat(ssh): support proxyjump, proxy command, forwardagent by @jschwxrz in https://github.com/generalaction/emdash/pull/2151
  • feat(settings): issue context default toggle by @janburzinski in https://github.com/generalaction/emdash/pull/2125
  • fix(ui): avoid stuck isAnimating state in AnimatedHeight by @tobi110289 in https://github.com/generalaction/emdash/pull/2168
  • fix(plain): restore thread context injection, show all threads, and prefix task names with ref by @tobi110289 in https://github.com/generalaction/emdash/pull/2170
  • fix(plain): preserve real ForbiddenError message from Plain API by @tobi110289 in https://github.com/generalaction/emdash/pull/2167
  • fix(editor): render file tree from normalized children by @Drakaniia in https://github.com/generalaction/emdash/pull/2113
  • fix: improve PR status modal spacing by @janburzinski in https://github.com/generalaction/emdash/pull/2176
  • feat: add skill uninstall confirmation by @janburzinski in https://github.com/generalaction/emdash/pull/2177
  • fix: settings scrollbar layout by @janburzinski in https://github.com/generalaction/emdash/pull/2159
  • feat(mcp): add Neon catalog entry by @mezotv in https://github.com/generalaction/emdash/pull/2178

New Contributors

  • @anglox made their first contribution in https://github.com/generalaction/emdash/pull/2081
  • @Drakaniia made their first contribution in https://github.com/generalaction/emdash/pull/2113

Full Changelog: https://github.com/generalaction/emdash/compare/v1.1.19...v1.1.24

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Emdash

Get notified when new releases ship.

Sign up free

About Emdash

Emdash is the Open-Source Agentic Development Environment ( YC W26). Run multiple coding agents in parallel. Use any provider.

All releases →

Beta — feedback welcome: [email protected]