freshcrate
Home > AI Agents > codehydra

codehydra

Multi-workspace IDE for parallel AI agent development

Description

Multi-workspace IDE for parallel AI agent development

Release History

VersionChangesUrgencyDate
2026.4.18Imported from npm (2026.4.18)Low4/21/2026
v2026.4.18<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: bug report includes config by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/450 * feat: shows notification for new updates on app resume by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/451 ### Bug Fixes * fix(code-server): recover from unhealthy state after system resume on Windows by @stefanhoelzl in https://github.com/stefanhoelzl/codeHigh4/18/2026
code-server-windows-v4.116.0## code-server 4.116.0 for Windows Windows build of [code-server 4.116.0](https://github.com/coder/code-server/releases/tag/v4.116.0). ### Contents This is a standalone package that includes: - code-server 4.116.0 - Node.js v22.22.2 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaHigh4/17/2026
v2026.4.12<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: Initialize git repository when opening non-git project by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/447 * feat: Add 'Create on GitHub' option to clone dialog by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/448 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.4.5...v2026.4.12Medium4/12/2026
code-server-windows-v4.115.0## code-server 4.115.0 for Windows Windows build of [code-server 4.115.0](https://github.com/coder/code-server/releases/tag/v4.115.0). ### Contents This is a standalone package that includes: - code-server 4.115.0 - Node.js v22.22.2 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaMedium4/9/2026
code-server-windows-v4.114.1## code-server 4.114.1 for Windows Windows build of [code-server 4.114.1](https://github.com/coder/code-server/releases/tag/v4.114.1). ### Contents This is a standalone package that includes: - code-server 4.114.1 - Node.js v22.22.2 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaMedium4/7/2026
code-server-windows-v4.114.0## code-server 4.114.0 for Windows Windows build of [code-server 4.114.0](https://github.com/coder/code-server/releases/tag/v4.114.0). ### Contents This is a standalone package that includes: - code-server 4.114.0 - Node.js v22.22.2 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaMedium4/5/2026
v2026.4.5<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: close auto-workspaces could be re-opened after app-restart by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/444 * fix: failed workspace creations via mcp do not show notifications by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/445 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.4.1...v2026.4.5Medium4/5/2026
code-server-windows-v4.113.1## code-server 4.113.1 for Windows Windows build of [code-server 4.113.1](https://github.com/coder/code-server/releases/tag/v4.113.1). ### Contents This is a standalone package that includes: - code-server 4.113.1 - Node.js v22.22.2 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaMedium4/4/2026
code-server-windows-v4.113.0## code-server 4.113.0 for Windows Windows build of [code-server 4.113.0](https://github.com/coder/code-server/releases/tag/v4.113.0). ### Contents This is a standalone package that includes: - code-server 4.113.0 - Node.js v22.22.1 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaMedium4/3/2026
v2026.4.1<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: agent tab can be closed via vscode command by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/439 * feat: shows errors when creating a workspace failed by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/440 * feat: folders and files can be opened on host system by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/442 **Full ChMedium4/1/2026
v2026.3.29<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: workspaces in background are starting faster on windows by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/438 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.28...v2026.3.29Medium3/29/2026
v2026.3.28<!-- Release notes generated using configuration in .github/release.yml at main --> **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.26...v2026.3.28Medium3/28/2026
v2026.3.26<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: Modernize UI design by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/436 ### Bug Fixes * fix: Loading workspace prohibited shortcuts by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/428 * fix: Prevent wrong project selection on workspace creation by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/429 * fix: Clear stale subMedium3/26/2026
v2026.3.25<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: auto-created workspace can configure base and tracking branch separately by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/425 * feat: bug report dialog by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/427 ### Bug Fixes * fix: auto-created workspaces based on stale branch informations by @stefanhoelzl in https://github.com/stefanhoelzl/codMedium3/25/2026
v2026.3.22<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: left/right shortcuts switch between busy workspaces when nothing is idle by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/416 ### Bug Fixes * fix: deleted auto-workspaces were re-created on network failures by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/417 * fix: dialog lost focus when workspace got ready in background by @stefanhoelzlLow3/22/2026
code-server-windows-v4.112.0## code-server 4.112.0 for Windows Windows build of [code-server 4.112.0](https://github.com/coder/code-server/releases/tag/v4.112.0). ### Contents This is a standalone package that includes: - code-server 4.112.0 - Node.js v22.22.0 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaLow3/20/2026
v2026.3.20<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: sidebar contents are now non-selectable by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/415 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.19...v2026.3.20Low3/20/2026
v2026.3.19<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: consistent UI for progress dialogs by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/414 ### Bug Fixes * fix: Support Claude Code StopFailure hook by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/412 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.18...v2026.3.19Low3/19/2026
v2026.3.18<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: sidekick re-connects messed up the workspace layout by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/409 * fix: initial agent selection was broken by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/411 * fix: workspaces did not load on network failures by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/410 **Full ChangelogLow3/18/2026
v2026.3.17<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: github auto workspace query can be customized by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/404 ### Bug Fixes * fix: Disable workspace remove button while checks are running by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/402 * fix: screen flickering on startup when multiple projects are open by @stefanhoelzl in https://github.com/steLow3/17/2026
v2026.3.16<!-- Release notes generated using configuration in .github/release.yml at main --> **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.15...v2026.3.16Low3/16/2026
v2026.3.15<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: agent status switches to idle only if all sub agents have finished by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/369 * fix: workspaces have been created for stale worktrees by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/383 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.14...v2026.3.15Low3/15/2026
v2026.3.14<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: auto deletions of workspaces does not fail when changes are not yet fetched by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/363 * fix: workspace starting screen could re-appear on startup by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/365 * fix: sidebar shortcut could lead to permanent sidebar flashing by @stefanhoelzl in https://githuLow3/14/2026
v2026.3.13<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: stale sidebar entry when deletion failed by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/358 * fix: workspaces with initial prompt went briefly idle before starting with initial prompt by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/360 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.12...v2026.3.13Low3/13/2026
code-server-windows-v4.111.0## code-server 4.111.0 for Windows Windows build of [code-server 4.111.0](https://github.com/coder/code-server/releases/tag/v4.111.0). ### Contents This is a standalone package that includes: - code-server 4.111.0 - Node.js v22.22.0 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaLow3/12/2026
v2026.3.12<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: make entire workspace row clickable by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/357 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.3.11...v2026.3.12Low3/12/2026
code-server-windows-v4.110.1## code-server 4.110.1 for Windows Windows build of [code-server 4.110.1](https://github.com/coder/code-server/releases/tag/v4.110.1). ### Contents This is a standalone package that includes: - code-server 4.110.1 - Node.js v22.22.0 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaLow3/11/2026
v2026.3.11<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: closing of auto-created workspaces did not work by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/351 * fix: downgraded code-server to avoid editor issues by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/352 * fix: workspace deletion on windows could be stuck by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/353 * fix: mulLow3/11/2026
code-server-windows-v4.110.0## code-server 4.110.0 for Windows Windows build of [code-server 4.110.0](https://github.com/coder/code-server/releases/tag/v4.110.0). ### Contents This is a standalone package that includes: - code-server 4.110.0 - Node.js v22.22.0 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaLow3/10/2026
v2026.3.10<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: metadata can be set/get/deleted via vscode command by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/349 * feat: code-server port can be configured by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/350 ### Bug Fixes * fix: no interaction needed for auto-update installer by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/345 Low3/10/2026
v2026.3.8<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: long startup times when no update available by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/331 * fix: keepfiles are only copied on workspace creation by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/333 * fix: AppImage did not work on latest Fedora by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/342 * fix: editor inpuLow3/8/2026
v2026.3.7<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: kill&retry was stuck on windows by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/323 * fix: small vscode sidebar by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/329 * fix: create dialog auto-open while last workspace is being deleted by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/330 **Full Changelog**: https://githLow3/7/2026
v2026.3.6<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: workspace tags can be set via mcp by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/314 * feat: warn about unmerged commits when deleting workspace by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/315 * feat: auto create workspaces based on youtrack query by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/317 * feat: MCP caLow3/6/2026
v2026.3.5<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: workspaces can be created across projects by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/311 * feat: multiple projects can be cloned in parallel by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/312 ### Bug Fixes * fix: code-server was not shutdown correctly after timeout by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pullLow3/5/2026
v2026.3.4<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: pr workspaces can be configured via template by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/302 * feat: pr template can set workspace metadata by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/305 * feat: cloning can be continued in background by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/306 * feat: workspace tags bLow3/4/2026
code-server-windows-v4.109.5## code-server 4.109.5 for Windows Windows build of [code-server 4.109.5](https://github.com/coder/code-server/releases/tag/v4.109.5). ### Contents This is a standalone package that includes: - code-server 4.109.5 - Node.js v22.22.0 (bundled) Package layout matches official Linux/macOS releases. ### Usage Extract the archive and run: ```powershell bin\code-server.cmd --help ``` Or directly with the bundled node: ```powershell lib\node.exe out\node\entry.js --help ``` ### Official ReleaLow3/3/2026
v2026.3.3<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: mcp worked only on first workspace by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/296 * fix: workspace deletion failed the first time on windows by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/298 * fix: closing agent terminal did not put agent status to offline by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/299 *Low3/3/2026
v2026.3.2<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Features * feat: added json as logging format by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/292 * feat: better error messages on invalid configurations by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/294 ### Bug Fixes * fix: Improved claude session continuation by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/277 * fix: VSCode editorLow3/2/2026
v2026.3.1<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix: No workspace selected when active workspace was finally deleted by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/269 * fix: Recover from stuck busy status after failed compaction by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/270 * fix: workspace deletion failing for stale worktrees by @stefanhoelzl in https://github.com/stefanhoelzl/coLow3/1/2026
v2026.2.28## What's Changed * test: remove duplicate ARIA and unsubscribe assertions by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/246 * chore(test): consolidate extension-utils tests into boundary file by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/245 * chore(test): consolidate BadgeManager tests into single file by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/249 * refactor(test): parameterize repetitive tests with it.each by @stefanhoelzl in Low2/28/2026
v2026.2.27## What's Changed * feat(dispatcher): centralize logging in intent dispatcher by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/229 * refactor(ipc): remove debug logging from DefaultIpcLayer and ApiRegistry by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/230 * feat(dispatcher): add registration logging for operations and modules by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/231 * fix(ship): replace updateLocalMain with git fetch origin by Low2/27/2026
v2026.2.26## What's Changed * fix(ui): synchronize pulse animations across agent status indicators by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/222 * ci: cache apt packages for Wine installation by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/223 * feat(site): embed screencast video in site and README by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/224 * fix(ci): cache only .deb files to avoid permission denied on apt archives by @stefanhoelzl inLow2/26/2026
v2026.2.24## What's Changed * fix(projects): restore remoteUrl for remote projects on startup by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/219 * chore(operations): pass projectPath from renderer, eliminate reverse-direction resolve hooks by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/220 * feat(ui): invert CloseProjectDialog defaults for remote projects by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/221 **Full Changelog**: https://github.com/Low2/24/2026
v2026.2.21## What's Changed * refactor(bootstrap): hoist service construction to module level by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/196 * refactor(project): inline ProjectStore into LocalProjectModule by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/197 * refactor(api): migrate workspace operations to workspacePath payloads by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/198 * refactor(bootstrap): consolidate project index into LocalProjectLow2/21/2026
v2026.2.20## What's Changed * fix(delete): keep spinner visible during delete hook after release by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/187 * fix(security): bind all servers to 127.0.0.1 instead of 0.0.0.0 by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/186 * fix(startup): show error dialog and quit on startup failure by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/191 * refactor(plugin-server): replace ConfigDataProvider closure with per-wLow2/20/2026
v2026.2.19## What's Changed * feat(modules): extract CodeServerModule from inline bootstrap modules by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/160 * feat(mcp): extract McpModule and add workspace:mcp-attached domain event by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/161 * fix(opencode): pass MCP config inline via OPENCODE_CONFIG_CONTENT by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/162 * feat(mcp): add server instructions and enrich workspLow2/19/2026
v2026.2.18## What's Changed * refactor(ui): make deletion progress server name dynamic via hook result by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/144 * fix(updater): fix AppImage auto-update crash on download 404 by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/145 * fix(startup): keep loading screen until projects are loaded by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/146 * fix(editor): disable EditContext at Blink level for reliable code-sLow2/18/2026
v2026.2.17## What's Changed * refactor(intents): hook-based resolve pipeline for all operations by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/140 * fix(editor): disable editContext for code-server compatibility by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/141 * fix(bootstrap): register SetModeOperation early to prevent Alt+X crash during loading by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/142 * fix(ui): update empty state help text to show Low2/17/2026
v2026.2.14## What's Changed * chore: update code-server to 4.109.2 by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/135 * chore(intents): migrate all operations to collect(), remove run() by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/136 * fix(claude): unset CLAUDECODE env var to allow nested sessions by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/137 **Full Changelog**: https://github.com/stefanhoelzl/codehydra/compare/v2026.2.12...v2026.2.14Low2/14/2026
v2026.2.12## What's Changed * feat(intents): migrate main process to intent-based dispatcher architecture by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/129 * feat(intents): add collect() for isolated hook contexts, migrate get-workspace-status by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/130 * feat(intents): migrate app:start check hooks to isolated collect() contexts by @stefanhoelzl in https://github.com/stefanhoelzl/codehydra/pull/131 * feat(intents): migrate Low2/12/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

githumanReview AI agent code changes before commit0.9.0
gitclawA universal git-native multimodal always learning AI Agent (TinyHuman)1.4.1
studiographTeam-based AI agent platform with Git-backed knowledge graphs1.3.47
agentvizSession replay visualizer for AI agent workflows (Claude Code, VS Code, Copilot CLI)0.7.0
agent-regression-testingA standalone library for AI agent regression testing using LLM-as-judge evaluation0.1.14