From 0e5e68dfff52424f67196feae9e8f16cd30d9888 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Mar 2026 08:45:52 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://gitlab.com/carealytix/tools/codewalkers/compare/v1.0.0...v1.1.0) (2026-03-07) ### Bug Fixes * add missing HQWaitingForInputSection component to fix broken test import ([89f74ef](https://gitlab.com/carealytix/tools/codewalkers/commit/89f74efdb5f8d0aef0d141e408ede36dc050e84d)) * allow re-detailing phases after all tasks are deleted ([bc61e65](https://gitlab.com/carealytix/tools/codewalkers/commit/bc61e658dc7666a2103af85fc5ab4946709ee2c6)) * errand baseBranch defaults to project.defaultBranch instead of 'main' ([a613768](https://gitlab.com/carealytix/tools/codewalkers/commit/a61376812a0fd00980b36363d4f75480b0ce7471)) * errand output race condition + require commit before signal ([3ceb991](https://gitlab.com/carealytix/tools/codewalkers/commit/3ceb9912009a9b4a41beb7d248e0d9b1f4683d48)) * prevent phase stuck in_progress when merge fails ([c3fb000](https://gitlab.com/carealytix/tools/codewalkers/commit/c3fb000f929f5a2be20a7f3963290bf00151a12b)) * resolve all failing frontend tests ([40ec85d](https://gitlab.com/carealytix/tools/codewalkers/commit/40ec85deb86d2be7a74d0eeca76baa249867ef23)) * resolve errand worktree path for sendMessage instead of using agent-workdirs ([b17c0a2](https://gitlab.com/carealytix/tools/codewalkers/commit/b17c0a2b4ff1c04d883965f9ae5bc4e49ce8860f)) * resolve integration issues after phase branch merges ([753b2e9](https://gitlab.com/carealytix/tools/codewalkers/commit/753b2e9fb8aa94ccfc27e3571c539005b3ec4a35)) * self-healing stale worktree recovery in SimpleGitWorktreeManager ([40900a5](https://gitlab.com/carealytix/tools/codewalkers/commit/40900a5641d1dc74611071aad17c8f6f564c9f13)) * skip standalone worktree when errand provides cwd ([e7c95af](https://gitlab.com/carealytix/tools/codewalkers/commit/e7c95af1ca29c4c2c4e6c631f6844dc7d9f0f831)) * stabilize useQuery mock reference to prevent infinite re-render loop in AgentOutputViewer test ([4a657d6](https://gitlab.com/carealytix/tools/codewalkers/commit/4a657d6b96ffe58b81ef0581979cb855ea2375bb)) * strengthen signal.json prompt to prevent premature writes ([3885a96](https://gitlab.com/carealytix/tools/codewalkers/commit/3885a96c9dffa20d91734c6f95f6611bd83a6fa9)) ### Features * `cw task add` CLI command + `{AGENT_ID}` prompt placeholder ([e199188](https://gitlab.com/carealytix/tools/codewalkers/commit/e1991886704167378f01b51e4feb3d02a6783235)) * add context panel, logs section, and task name fix to InboxDetailPanel ([b708977](https://gitlab.com/carealytix/tools/codewalkers/commit/b708977ef13b3224dd0d9734aedd4f42c5ac32cc)) * add listInitiatives sort-order tests and qualityReview persistence ([1dc908a](https://gitlab.com/carealytix/tools/codewalkers/commit/1dc908a8abc216621006a78b6fcbfda1b6cd0875)) * add quality_review task status and qualityReview initiative flag ([5137a60](https://gitlab.com/carealytix/tools/codewalkers/commit/5137a60e70237b59983057f916bea25e55675090)) * add quality-review dispatch hook to intercept agent:stopped events ([c3cace7](https://gitlab.com/carealytix/tools/codewalkers/commit/c3cace7604a2452dbe6bae0bc70a2688dffd136d)) * add quality-review service with qualifying file detection and agent spawning ([9200891](https://gitlab.com/carealytix/tools/codewalkers/commit/9200891a5d612ef684b6ab152e84b79e20b3fbf4)) * default statusFilter to active with sessionStorage persistence ([7c35f26](https://gitlab.com/carealytix/tools/codewalkers/commit/7c35f262cfec0196b9cb68841756ca0e496c3730)) * enrich listWaitingAgents with task/phase/initiative context via DB joins ([7e6921f](https://gitlab.com/carealytix/tools/codewalkers/commit/7e6921f01e9bb1f69e1e93690c75f0c93ec2bfa2)) * errand review & request changes ([6482960](https://gitlab.com/carealytix/tools/codewalkers/commit/6482960c6f420fcc1ee6540a49b094035d2b4469)) * expose qualityReview via updateInitiativeConfig tRPC mutation ([bb77040](https://gitlab.com/carealytix/tools/codewalkers/commit/bb770407db993ec6bf81002630caa371bb517269)) * rewrite InitiativeCard to single-row compact layout with tests ([61aa0f9](https://gitlab.com/carealytix/tools/codewalkers/commit/61aa0f9dd43e26b51638dcbcf90011512d73a00a)) * wire quality review into orchestrator handleAgentStopped ([4bc65bf](https://gitlab.com/carealytix/tools/codewalkers/commit/4bc65bfe3d93c654a9285bb32aee06d35052160d)) ### Performance Improvements * speed up slow git tests from ~18s to ~5.5s ([5778457](https://gitlab.com/carealytix/tools/codewalkers/commit/57784576e410c85989f31451d94e0368d4ee53cd)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77442d4..22ff5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@carealytix/codewalkers", - "version": "1.0.0", + "version": "1.1.0", "description": "Multi-agent workspace for orchestrating multiple AI coding agents", "type": "module", "repository": {