agent-ecosystem/test/renderer/store
infiniti 9758fafd10
feat(team): support sent message revisions
* fix(opencode): recover empty bridge output sends

* fix(opencode): handle empty readiness bridge output

* fix(opencode): retry read-only bridge no-output

* fix(opencode): recover empty bridge output sends

---------

Co-authored-by: iliya <iliyazelenkog@gmail.com>

* fix(runtime-provider): clarify opencode model routes ux

* fix(team): show create dialog loading fallback

* feat(team): support revising sent messages

* test(team): cover sent message revision flow

* fix(opencode): harden local runtime bridge support

* fix(member-work-sync): recover stale nudge payload conflicts

* fix(runtime): gate codex install prompt on runtime status

* fix(team): persist incomplete launch state before cleanup

* fix(team): keep launch pending for dead runtime entries

* feat(logs): compact team log source controls

* fix(build): verify radix presence patch before build

* fix(renderer): recover failed dynamic imports

* fix(team): preserve task labels and change presence

* fix(logs): restore member process log source

* fix(team): require revision notice before editing

---------

Co-authored-by: iliya <iliyazelenkog@gmail.com>
Co-authored-by: 777genius <quantjumppro@gmail.com>
2026-05-25 21:11:59 +03:00
..
changeReviewSlice.test.ts feat(team): improve review change evidence flow 2026-05-09 17:44:09 +03:00
cliInstallerSlice.test.ts fix(startup): hydrate deferred provider statuses 2026-05-23 16:31:46 +03:00
configSlice.test.ts feat(frontend): improve runtime connection and team setup ux 2026-04-11 19:55:25 +03:00
editorSlice.test.ts fix: harden Windows frontend stability (#125) 2026-05-16 19:57:11 +03:00
extensionsSlice.test.ts feat(i18n): add localization foundation 2026-05-24 15:37:24 +03:00
notificationSlice.test.ts fix(team): retain launch status and clarify notifications 2026-05-03 13:18:53 +03:00
paneSlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
pathResolution.test.ts fix: preserve absolute mention paths (#123) 2026-05-16 18:19:54 +03:00
sessionSlice.test.ts fix(team): harden restart and session refresh flows 2026-04-19 22:34:43 +03:00
storeTestUtils.ts Merge branch 'feature/extension-store' into dev 2026-03-08 01:08:19 +02:00
tabSlice.test.ts fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
tabUISlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
teamAgentRuntimeSnapshotEquality.test.ts refactor(team): extract runtime snapshot equality 2026-05-22 11:01:56 +03:00
teamChangeThrottle.test.ts perf(startup): defer hidden renderer work 2026-05-23 15:34:30 +03:00
teamDataRefreshTimestamps.test.ts refactor(team): extract refresh timestamps 2026-05-22 10:00:54 +03:00
teamDataRequestKeys.test.ts refactor(team): extract data request keys 2026-05-22 09:42:02 +03:00
teamDataSelectors.test.ts refactor(team): extract team data selectors 2026-05-22 00:06:28 +03:00
teamErrorPolicies.test.ts refactor(team): extract error policies 2026-05-22 11:21:27 +03:00
teamGlobalTaskNotifications.test.ts refactor(team): extract global task notifications 2026-05-22 18:04:42 +03:00
teamGraphLayout.test.ts refactor(team): extract resolved members and graph layout 2026-05-22 15:08:32 +03:00
teamLaunchParams.test.ts refactor(team): extract launch params helpers 2026-05-22 11:28:07 +03:00
teamLocalStateEpoch.test.ts refactor(team): extract local state epoch registry 2026-05-22 09:56:32 +03:00
teamMemberActivityMeta.test.ts refactor(team): extract member activity meta helpers 2026-05-22 11:16:28 +03:00
teamMemberSpawnSnapshotEquality.test.ts refactor(team): extract member spawn snapshot equality 2026-05-22 10:56:12 +03:00
teamMemberSpawnStatusBackoff.test.ts refactor(team): extract spawn status backoff 2026-05-22 10:08:13 +03:00
teamMemberSpawnUiEqualWarningThrottle.test.ts refactor(team): extract spawn status warning throttle 2026-05-22 10:13:17 +03:00
teamMessagesCache.test.ts refactor(team): extract message cache layer 2026-05-22 00:01:53 +03:00
teamMessagesPanelModePersistence.test.ts refactor(team): extract messages panel mode persistence 2026-05-22 11:39:54 +03:00
teamPendingReplyWaits.test.ts refactor(team): extract pending reply waits 2026-05-22 09:50:06 +03:00
teamProcessFanoutDryRun.test.ts fix(team): harden runtime status and opencode bootstrap 2026-05-03 13:09:21 +03:00
teamProvisioningStateRules.test.ts refactor(team): extract provisioning state rules 2026-05-22 11:08:11 +03:00
teamRefreshBurstDiagnosticsStore.test.ts refactor(team): extract refresh burst diagnostics 2026-05-22 10:27:22 +03:00
teamRefreshFanoutDebugBridge.test.ts fix(team): harden runtime status and opencode bootstrap 2026-05-03 13:09:21 +03:00
teamRefreshFanoutDiagnostics.test.ts fix(team): harden runtime status and opencode bootstrap 2026-05-03 13:09:21 +03:00
teamResolvedMembers.test.ts refactor(team): extract resolved members and graph layout 2026-05-22 15:08:32 +03:00
teamScopedStateCleanup.test.ts refactor(team): extract scoped state cleanup 2026-05-22 10:42:12 +03:00
teamSlice.test.ts feat(team): support sent message revisions 2026-05-25 21:11:59 +03:00
teamSnapshotStructuralSharing.test.ts refactor(team): extract snapshot structural sharing 2026-05-22 10:48:08 +03:00
teamToolApprovalSettings.test.ts refactor(team): extract tool approval parser 2026-05-22 11:33:30 +03:00