This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryBroad release touches fix, feat, tasks, and chore.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds support for multiple GitHub accounts. Adds support for multiple GitHub accounts. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds in-app browser tabs. Adds in-app browser tabs. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds Monday.com issue provider integration. Adds Monday.com issue provider integration. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds Plane issue provider integration. Adds Plane issue provider integration. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds Trello issue provider integration. Adds Trello issue provider integration. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds option to hide or move the context bar. Adds option to hide or move the context bar. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Adds automation templates. Adds automation templates. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes stale worktree directory reuse in worktrees. Fixes stale worktree directory reuse in worktrees. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes incorrect app icons in the open‑with dropdown. Fixes incorrect app icons in the open‑with dropdown. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes trailing text trimming from terminal links. Fixes trailing text trimming from terminal links. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Emdash v1.1.32 is out! This release brings automations, multiple GitHub accounts, and in-app browser tabs, plus new Trello, Monday.com, and Plane integrations, broader agent hook support, and a long list of terminal, PR, worktree, SSH, release, and UI polish fixes.
What's Changed
- v1.1.27 by @jschwxrz in https://github.com/generalaction/emdash/pull/2300
- fix(renderer): confirm external links before opening by @janburzinski in https://github.com/generalaction/emdash/pull/2310
- fix(resource-monitor): show real usage of processes by @janburzinski in https://github.com/generalaction/emdash/pull/2309
- fix(charm): preserve charm logo colors in dark mode by @janburzinski in https://github.com/generalaction/emdash/pull/2308
- feat(grok): add CLI hooks by @janburzinski in https://github.com/generalaction/emdash/pull/2305
- feat(shortcuts): add library keybinding by @janburzinski in https://github.com/generalaction/emdash/pull/2301
- docs: add pull request template by @janburzinski in https://github.com/generalaction/emdash/pull/2302
- fix(sidebar): improve voice control task switching by @jschwxrz in https://github.com/generalaction/emdash/pull/2312
- fix(jira): migrate issue search to enhanced jql by @jschwxrz in https://github.com/generalaction/emdash/pull/2313
- fix(tasks): search prs in create task modal by @jschwxrz in https://github.com/generalaction/emdash/pull/2315
- fix(pr): render pull request description in sidebar by @jschwxrz in https://github.com/generalaction/emdash/pull/2314
- fix(terminal): improve file path link activation by @jschwxrz in https://github.com/generalaction/emdash/pull/2316
- fix(pty): use latest PowerShell for local agents by @jschwxrz in https://github.com/generalaction/emdash/pull/2317
- feat: add automations by @janburzinski in https://github.com/generalaction/emdash/pull/2023
- feat: support namespaces in rpc by @Davidknp in https://github.com/generalaction/emdash/pull/2327
- fix(agent-hooks): add devin cli hook by @janburzinski in https://github.com/generalaction/emdash/pull/2324
- feat(monday): add Monday.com issue provider integration by @snirye in https://github.com/generalaction/emdash/pull/2320
- fix(terminal): trim trailing text from links by @janburzinski in https://github.com/generalaction/emdash/pull/2333
- fix(opencode): enable hook support by @janburzinski in https://github.com/generalaction/emdash/pull/2329
- fix: refresh agents on focus by @janburzinski in https://github.com/generalaction/emdash/pull/2326
- fix(db): preserve terminal shell migration order by @janburzinski in https://github.com/generalaction/emdash/pull/2332
- fix: align sidebar PR status metadata by @janburzinski in https://github.com/generalaction/emdash/pull/2192
- feat(agent-hooks): add qwen hook config by @janburzinski in https://github.com/generalaction/emdash/pull/2345
- fix(terminals): preserve scrollback after lifecycle script exit by @jschwxrz in https://github.com/generalaction/emdash/pull/2353
- refactor: improve workspace setup by @Davidknp in https://github.com/generalaction/emdash/pull/2328
- fix: automations kill pty session after agent marks done by @janburzinski in https://github.com/generalaction/emdash/pull/2335
- feat: add option to hide or move context bar by @janburzinski in https://github.com/generalaction/emdash/pull/2331
- fix(worktrees): repair stale worktree directory reuse by @jschwxrz in https://github.com/generalaction/emdash/pull/2354
- fix: incorrect app icons in open with dropdown (cursor,warp,zed) by @janburzinski in https://github.com/generalaction/emdash/pull/2358
- fix(onboarding): animate start shipping shortcut by @arnestrickmann in https://github.com/generalaction/emdash/pull/2356
- feat(tasks): add split conversation shortcut by @janburzinski in https://github.com/generalaction/emdash/pull/2359
- fix: branch search should prioritize exact matches by @janburzinski in https://github.com/generalaction/emdash/pull/2349
- fix(remote): restore open in menu for ssh projects by @janburzinski in https://github.com/generalaction/emdash/pull/2346
- fix(resource-monitor): label terminal sessions by @janburzinski in https://github.com/generalaction/emdash/pull/2303
- fix(byoi): support explicit ssh agent forwarding by @jschwxrz in https://github.com/generalaction/emdash/pull/2362
- fix(conversations): stabilize agent respawn recovery by @jschwxrz in https://github.com/generalaction/emdash/pull/2361
- fix(terminals): reconcile restored terminal tabs by @jschwxrz in https://github.com/generalaction/emdash/pull/2365
- fix: add copilot cli hooks by @janburzinski in https://github.com/generalaction/emdash/pull/2350
- fix(opencode): resume exact provider session by @janburzinski in https://github.com/generalaction/emdash/pull/2367
- feat(titlebar): open selected launcher app immediately by @janburzinski in https://github.com/generalaction/emdash/pull/2366
- fix(app): open file manager via Electron shell by @Drakaniia in https://github.com/generalaction/emdash/pull/2340
- docs(readme): simplify README by @rabanspiegel in https://github.com/generalaction/emdash/pull/2363
- feat(project-settings): add lifecycle script auto-run toggles by @jschwxrz in https://github.com/generalaction/emdash/pull/2369
- chore: bump version 1.1.28 by @Davidknp in https://github.com/generalaction/emdash/pull/2360
- feat(open-in): launch dropdown selections immediately by @Drakaniia in https://github.com/generalaction/emdash/pull/2341
- feat(tasks): allow conversation rename on double click by @janburzinski in https://github.com/generalaction/emdash/pull/2368
- fix: border clipping in task settings by @janburzinski in https://github.com/generalaction/emdash/pull/2376
- fix: skip letta version probe by @janburzinski in https://github.com/generalaction/emdash/pull/2378
- fix(pty): drop convertEol so tmux/claude TUIs render correctly by @astaub in https://github.com/generalaction/emdash/pull/2381
- feat(pr): allow bypassing merge requirements by @janburzinski in https://github.com/generalaction/emdash/pull/2330
- fix(tasks): prevent clipped create task toggle focus rings by @rabanspiegel in https://github.com/generalaction/emdash/pull/2364
- chore(packaging): prune renderer-only runtime dependencies by @rabanspiegel in https://github.com/generalaction/emdash/pull/2382
- fix(sidebar): align conversation icons by @janburzinski in https://github.com/generalaction/emdash/pull/2386
- fix(pr): distinguish running checks from failing checks by @jschwxrz in https://github.com/generalaction/emdash/pull/2394
- fix(providers): refresh stale agent docs URLs by @janburzinski in https://github.com/generalaction/emdash/pull/2391
- fix(providers): update pi install docs reference by @janburzinski in https://github.com/generalaction/emdash/pull/2389
- fix(mistral): update CLI flags by @janburzinski in https://github.com/generalaction/emdash/pull/2393
- feat(tasks): support dragging files into context by @janburzinski in https://github.com/generalaction/emdash/pull/2387
- feat: add trello support by @janburzinski in https://github.com/generalaction/emdash/pull/2388
- fix(providers): update Hermes install command by @janburzinski in https://github.com/generalaction/emdash/pull/2396
- fix(cline): use version flag for CLI detection by @janburzinski in https://github.com/generalaction/emdash/pull/2392
- fix(kilocode): switch primary command to kilo by @janburzinski in https://github.com/generalaction/emdash/pull/2395
- fix: kimi cli hooks and resume behavior by @janburzinski in https://github.com/generalaction/emdash/pull/2348
- feat: improve automations by @Davidknp in https://github.com/generalaction/emdash/pull/2380
- feat: introduce versioned schema util by @Davidknp in https://github.com/generalaction/emdash/pull/2406
- chore: cleanup shared by @Davidknp in https://github.com/generalaction/emdash/pull/2410
- feat: support for multiple GitHub accounts by @jschwxrz in https://github.com/generalaction/emdash/pull/2398
- fix(providers): update continue cli prompt args by @janburzinski in https://github.com/generalaction/emdash/pull/2413
- fix(tasks): wait for teardown before archive cleanup by @kchung in https://github.com/generalaction/emdash/pull/2419
- fix(pty): open xterm only after its container is connected to the DOM by @kchung in https://github.com/generalaction/emdash/pull/2415
- feat(providers): add command code by @janburzinski in https://github.com/generalaction/emdash/pull/2407
- feat: improve workspace settings by @Davidknp in https://github.com/generalaction/emdash/pull/2421
- chore: bump version 1.1.30 by @Davidknp in https://github.com/generalaction/emdash/pull/2423
- fix(pull-requests): keep task prs aligned with workspace branch by @jschwxrz in https://github.com/generalaction/emdash/pull/2422
- fix(tasks): avoid reopening closed session tab by @janburzinski in https://github.com/generalaction/emdash/pull/2403
- feat(terminal): add Option as Meta key setting for macOS by @kchung in https://github.com/generalaction/emdash/pull/2399
- fix(app): isolate user data dirs by variant by @jschwxrz in https://github.com/generalaction/emdash/pull/2425
- feat(browser): add in-app browser tabs by @arnestrickmann in https://github.com/generalaction/emdash/pull/2373
- chore: create monorepo by @Davidknp in https://github.com/generalaction/emdash/pull/2426
- fix(pull-requests): surface pr sync failures by @jschwxrz in https://github.com/generalaction/emdash/pull/2428
- refactor(integrations): reorganize provider settings ui by @jschwxrz in https://github.com/generalaction/emdash/pull/2429
- fix: project workspaces missing by @Davidknp in https://github.com/generalaction/emdash/pull/2443
- fix: align items in new task issue dropdown by @janburzinski in https://github.com/generalaction/emdash/pull/2435
- chore: bump version 1.1.31 by @Davidknp in https://github.com/generalaction/emdash/pull/2444
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2446
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2447
- refactor(agent-hooks): remove output classifiers by @janburzinski in https://github.com/generalaction/emdash/pull/2375
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2448
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2449
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2450
- fix(sidebar): flicker on sidebar reorder letting go by @janburzinski in https://github.com/generalaction/emdash/pull/2432
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2451
- feat(kiro): add hook support by @janburzinski in https://github.com/generalaction/emdash/pull/2437
- fix: ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2452
- fix(sidebar): sort new projects towards the bottom by @janburzinski in https://github.com/generalaction/emdash/pull/2420
- feat(automations): add automation templates by @arnestrickmann in https://github.com/generalaction/emdash/pull/2427
- fix: linux ci release by @Davidknp in https://github.com/generalaction/emdash/pull/2454
- chore: add hooks for gemini cli by @janburzinski in https://github.com/generalaction/emdash/pull/2438
- fix: canary startup failing by @Davidknp in https://github.com/generalaction/emdash/pull/2455
- fix: linux build failing by @Davidknp in https://github.com/generalaction/emdash/pull/2456
- fix: linux build failing by @Davidknp in https://github.com/generalaction/emdash/pull/2457
- feat(updates): make update toast actionable by @janburzinski in https://github.com/generalaction/emdash/pull/2434
- feat(plane): add issue provider integration by @arnestrickmann in https://github.com/generalaction/emdash/pull/2424
- fix: linux build failing & bump version by @Davidknp in https://github.com/generalaction/emdash/pull/2459
- fix: mac build by @Davidknp in https://github.com/generalaction/emdash/pull/2460
- fix(browser): clear stale favicon on navigation by @arnestrickmann in https://github.com/generalaction/emdash/pull/2463
New Contributors
- @snirye made their first contribution in https://github.com/generalaction/emdash/pull/2320
- @astaub made their first contribution in https://github.com/generalaction/emdash/pull/2381
Full Changelog: https://github.com/generalaction/emdash/compare/v1.1.27...v1.1.32
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
About Emdash
Emdash is the Open-Source Agentic Development Environment ( YC W26). Run multiple coding agents in parallel. Use any provider.
Related context
Related tools
Beta — feedback welcome: [email protected]