Skip to content

Review upstream sync: release v0.0.28#39

Open
dbalders wants to merge 52 commits into
tritongptfrom
sync/upstream-v0.0.28-fda6486233e0
Open

Review upstream sync: release v0.0.28#39
dbalders wants to merge 52 commits into
tritongptfrom
sync/upstream-v0.0.28-fda6486233e0

Conversation

@dbalders

Copy link
Copy Markdown
Owner

Summary

  • Status: needs-human-review
  • Reason: partial-sync-conflicts
  • Action: Partial sync is pushed; resolve the listed conflict files before merging.
  • Upstream: release v0.0.28 @ fda6486233e0
  • Target: tritongpt @ 07f54f1b6237
  • Sync commit: fae094d81f3f
  • Partial sync: yes (639 conflicted file(s) left at downstream versions)
  • Checks: failed
  • Labels: automation:upstream-sync, needs-human-review, upstream-conflict, checks-failed

Partial Sync

The PR branch contains the non-conflicting upstream changes. Files listed below were restored to the downstream version and still need a human conflict resolution.

AI Review

No reviewer summary was produced.

Conflict files

  • .env.example
  • .github/workflows/ci.yml
  • .github/workflows/deploy-relay.yml
  • .github/workflows/mobile-eas-preview.yml
  • .github/workflows/release.yml
  • AGENTS.md
  • apps/desktop/package.json
  • apps/desktop/scripts/build-preview-annotation-css.mjs
  • apps/desktop/scripts/dev-electron.mjs
  • apps/desktop/scripts/electron-launcher.mjs
  • apps/desktop/scripts/ensure-electron-runtime.mjs
  • apps/desktop/scripts/smoke-test.mjs
  • apps/desktop/scripts/start-electron.mjs
  • apps/desktop/src/app/DesktopApp.ts
  • apps/desktop/src/app/DesktopAppIdentity.test.ts
  • apps/desktop/src/app/DesktopAppIdentity.ts
  • apps/desktop/src/app/DesktopAssets.ts
  • apps/desktop/src/app/DesktopEnvironment.ts
  • apps/desktop/src/app/DesktopLifecycle.ts
  • apps/desktop/src/app/DesktopObservability.ts
  • apps/desktop/src/app/DesktopState.ts
  • apps/desktop/src/backend/DesktopBackendConfiguration.ts
  • apps/desktop/src/backend/DesktopBackendManager.ts
  • apps/desktop/src/backend/DesktopServerExposure.test.ts
  • apps/desktop/src/backend/DesktopServerExposure.ts
  • apps/desktop/src/electron/ElectronApp.ts
  • apps/desktop/src/electron/ElectronDialog.ts
  • apps/desktop/src/electron/ElectronMenu.ts
  • apps/desktop/src/electron/ElectronProtocol.test.ts
  • apps/desktop/src/electron/ElectronProtocol.ts
  • apps/desktop/src/electron/ElectronSafeStorage.ts
  • apps/desktop/src/electron/ElectronShell.ts
  • apps/desktop/src/electron/ElectronTheme.ts
  • apps/desktop/src/electron/ElectronUpdater.ts
  • apps/desktop/src/electron/ElectronWindow.ts
  • apps/desktop/src/ipc/DesktopIpc.ts
  • apps/desktop/src/ipc/DesktopIpcHandlers.ts
  • apps/desktop/src/ipc/methods/preview.ts
  • apps/desktop/src/ipc/methods/sshEnvironment.ts
  • apps/desktop/src/main.ts
  • apps/desktop/src/preload.ts
  • apps/desktop/src/preview/BrowserSession.test.ts
  • apps/desktop/src/preview/BrowserSession.ts
  • apps/desktop/src/preview/Manager.test.ts
  • apps/desktop/src/preview/Manager.ts
  • apps/desktop/src/preview/PlaywrightInjectedRuntime.test.ts
  • apps/desktop/src/preview/PlaywrightInjectedRuntime.ts
  • apps/desktop/src/settings/DesktopAppSettings.ts
  • apps/desktop/src/settings/DesktopClientSettings.test.ts
  • apps/desktop/src/settings/DesktopClientSettings.ts
  • apps/desktop/src/settings/DesktopSavedEnvironments.ts
  • apps/desktop/src/shell/DesktopShellEnvironment.ts
  • apps/desktop/src/ssh/DesktopSshEnvironment.ts
  • apps/desktop/src/ssh/DesktopSshPasswordPrompts.ts
  • apps/desktop/src/updates/DesktopUpdates.ts
  • apps/desktop/src/window/DesktopApplicationMenu.ts
  • apps/desktop/src/window/DesktopWindow.test.ts
  • apps/desktop/src/window/DesktopWindow.ts
  • apps/desktop/vite.config.ts
  • apps/marketing/src/layouts/Layout.astro
  • apps/marketing/src/lib/site.ts
  • apps/marketing/src/pages/index.astro
  • apps/mobile/.swiftlint.yml
  • apps/mobile/app.config.ts
  • apps/mobile/eas.json
  • apps/mobile/global.css
  • apps/mobile/modules/t3-composer-editor/ios/T3ComposerEditorModule.swift
  • apps/mobile/modules/t3-composer-editor/ios/T3ComposerEditorView.swift
  • apps/mobile/modules/t3-markdown-text/ios/T3MarkdownText.mm
  • apps/mobile/modules/t3-markdown-text/ios/T3MarkdownTextShadowNode.h
  • apps/mobile/modules/t3-markdown-text/ios/T3MarkdownTextShadowNode.mm
  • apps/mobile/modules/t3-markdown-text/scripts/sync-pierre-file-icons.mjs
  • apps/mobile/modules/t3-markdown-text/src/NativeMarkdownBlock.ios.tsx
  • apps/mobile/modules/t3-markdown-text/src/NativeMarkdownSelectableText.ios.tsx
  • apps/mobile/modules/t3-markdown-text/src/SelectableMarkdownText.ios.tsx
  • apps/mobile/modules/t3-markdown-text/src/SelectableMarkdownText.types.ts
  • apps/mobile/modules/t3-markdown-text/src/markdownLinks.ts
  • apps/mobile/modules/t3-markdown-text/src/nativeMarkdownText.ts
  • apps/mobile/modules/t3-review-diff/ios/T3ReviewDiffModule.swift
  • apps/mobile/modules/t3-review-diff/ios/T3ReviewDiffView.swift
  • apps/mobile/package.json
  • apps/mobile/src/app/+not-found.tsx
  • apps/mobile/src/app/_layout.tsx
  • apps/mobile/src/app/connections/index.tsx
  • apps/mobile/src/app/connections/new.tsx
  • apps/mobile/src/app/index.tsx
  • apps/mobile/src/app/new/add-project/repository.tsx
  • apps/mobile/src/app/new/index.tsx
  • apps/mobile/src/app/settings/_layout.tsx
  • apps/mobile/src/app/settings/environments.tsx
  • apps/mobile/src/app/settings/index.tsx
  • apps/mobile/src/app/settings/waitlist.tsx
  • apps/mobile/src/app/threads/[environmentId]/[threadId]/_layout.tsx
  • apps/mobile/src/components/AppText.tsx
  • apps/mobile/src/components/BrandMark.tsx
  • apps/mobile/src/components/ComposerToolbarTrigger.tsx
  • apps/mobile/src/components/ControlPill.tsx
  • apps/mobile/src/components/EmptyState.tsx
  • apps/mobile/src/components/ErrorBanner.tsx
  • apps/mobile/src/components/ProjectFavicon.tsx
  • apps/mobile/src/components/StatusPill.tsx
  • apps/mobile/src/features/agent-awareness/liveActivityPreferences.test.ts
  • apps/mobile/src/features/agent-awareness/liveActivityPreferences.ts
  • apps/mobile/src/features/agent-awareness/notificationNavigation.test.ts
  • apps/mobile/src/features/agent-awareness/notificationNavigation.ts
  • apps/mobile/src/features/agent-awareness/notificationPermissions.ts
  • apps/mobile/src/features/agent-awareness/registrationPayload.ts
  • apps/mobile/src/features/agent-awareness/remoteRegistration.test.ts
  • apps/mobile/src/features/agent-awareness/remoteRegistration.ts
  • apps/mobile/src/features/cloud/CloudAuthProvider.tsx
  • apps/mobile/src/features/cloud/CloudWaitlistEnrollment.tsx
  • apps/mobile/src/features/cloud/dpop.test.ts
  • apps/mobile/src/features/cloud/dpop.ts
  • apps/mobile/src/features/cloud/linkEnvironment.test.ts
  • apps/mobile/src/features/cloud/linkEnvironment.ts
  • apps/mobile/src/features/cloud/managedRelayLayer.ts
  • apps/mobile/src/features/cloud/managedRelayState.ts
  • apps/mobile/src/features/cloud/publicConfig.test.ts
  • apps/mobile/src/features/cloud/publicConfig.ts
  • apps/mobile/src/features/connection/ConnectionEnvironmentRow.tsx
  • apps/mobile/src/features/connection/ConnectionSheetButton.tsx
  • apps/mobile/src/features/connection/ConnectionStatusDot.tsx
  • apps/mobile/src/features/connection/connectionTone.ts
  • apps/mobile/src/features/connection/pairing.test.ts
  • apps/mobile/src/features/connection/pairing.ts
  • apps/mobile/src/features/diffs/nativeReviewDiffHighlighter.ts
  • apps/mobile/src/features/diffs/nativeReviewDiffSurface.test.ts
  • apps/mobile/src/features/diffs/nativeReviewDiffSurface.ts
  • apps/mobile/src/features/home/HomeScreen.tsx
  • apps/mobile/src/features/projects/AddProjectScreen.tsx
  • apps/mobile/src/features/review/ReviewCommentComposerSheet.tsx
  • apps/mobile/src/features/review/ReviewSheet.tsx
  • apps/mobile/src/features/review/nativeReviewDiffAdapter.ts
  • apps/mobile/src/features/review/reviewDiffRendering.tsx
  • apps/mobile/src/features/review/reviewHighlighterState.test.ts
  • apps/mobile/src/features/review/reviewHighlighterState.ts
  • apps/mobile/src/features/review/shikiReviewHighlighter.ts
  • apps/mobile/src/features/review/useNativeReviewDiffHighlighting.ts
  • apps/mobile/src/features/review/useReviewSections.ts
  • apps/mobile/src/features/terminal/NativeTerminalSurface.tsx
  • apps/mobile/src/features/terminal/ThreadTerminalPanel.tsx
  • apps/mobile/src/features/terminal/ThreadTerminalRouteScreen.tsx
  • apps/mobile/src/features/terminal/nativeTerminalModule.test.ts
  • apps/mobile/src/features/terminal/nativeTerminalModule.ts
  • apps/mobile/src/features/terminal/terminalMenu.test.ts
  • apps/mobile/src/features/terminal/terminalMenu.ts
  • apps/mobile/src/features/threads/ComposerCommandPopover.tsx
  • apps/mobile/src/features/threads/GitActionProgressOverlay.tsx
  • apps/mobile/src/features/threads/NewTaskDraftScreen.tsx
  • apps/mobile/src/features/threads/PendingApprovalCard.tsx
  • apps/mobile/src/features/threads/PendingUserInputCard.tsx
  • apps/mobile/src/features/threads/ThreadComposer.tsx
  • apps/mobile/src/features/threads/ThreadDetailScreen.tsx
  • apps/mobile/src/features/threads/ThreadFeed.tsx
  • apps/mobile/src/features/threads/ThreadGitControls.tsx
  • apps/mobile/src/features/threads/ThreadNavigationDrawer.tsx
  • apps/mobile/src/features/threads/ThreadRouteScreen.tsx
  • apps/mobile/src/features/threads/git/GitBranchesSheet.tsx
  • apps/mobile/src/features/threads/git/GitCommitSheet.tsx
  • apps/mobile/src/features/threads/git/GitConfirmSheet.tsx
  • apps/mobile/src/features/threads/git/GitOverviewSheet.tsx
  • apps/mobile/src/features/threads/git/gitSheetComponents.tsx
  • apps/mobile/src/features/threads/new-task-flow-provider.tsx
  • apps/mobile/src/features/threads/threadPresentation.ts
  • apps/mobile/src/features/threads/use-project-actions.ts
  • apps/mobile/src/lib/authClientMetadata.ts
  • apps/mobile/src/lib/connection.test.ts
  • apps/mobile/src/lib/connection.ts
  • apps/mobile/src/lib/copyTextWithHaptic.test.ts
  • apps/mobile/src/lib/copyTextWithHaptic.ts
  • apps/mobile/src/lib/markdownLinks.test.ts
  • apps/mobile/src/lib/modelOptions.ts
  • apps/mobile/src/lib/nativeMarkdownText.test.ts
  • apps/mobile/src/lib/repositoryGroups.test.ts
  • apps/mobile/src/lib/repositoryGroups.ts
  • apps/mobile/src/lib/routes.ts
  • apps/mobile/src/lib/runtime.ts
  • apps/mobile/src/lib/storage.test.ts
  • apps/mobile/src/lib/storage.ts
  • apps/mobile/src/lib/threadActivity.test.ts
  • apps/mobile/src/lib/threadActivity.ts
  • apps/mobile/src/native/T3ComposerEditor.ios.tsx
  • apps/mobile/src/native/T3ComposerEditor.tsx
  • apps/mobile/src/state/remote-runtime-types.ts
  • apps/mobile/src/state/use-composer-drafts.ts
  • apps/mobile/src/state/use-composer-path-search.ts
  • apps/mobile/src/state/use-remote-environment-registry.ts
  • apps/mobile/src/state/use-selected-thread-git-actions.ts
  • apps/mobile/src/state/use-selected-thread-git-state.ts
  • apps/mobile/src/state/use-selected-thread-requests.ts
  • apps/mobile/src/state/use-terminal-session.ts
  • apps/mobile/src/state/use-thread-composer-state.ts
  • apps/mobile/src/state/use-thread-detail.ts
  • apps/mobile/src/state/use-thread-selection.ts
  • apps/mobile/src/state/use-vcs-action-state.ts
  • apps/server/integration/OrchestrationEngineHarness.integration.ts
  • apps/server/package.json
  • apps/server/scripts/acp-mock-agent.ts
  • apps/server/scripts/cli.ts
  • apps/server/scripts/cursor-acp-model-mismatch-probe.ts
  • apps/server/src/assets/AssetAccess.test.ts
  • apps/server/src/assets/AssetAccess.ts
  • apps/server/src/attachmentPaths.ts
  • apps/server/src/auth/EnvironmentAuth.test.ts
  • apps/server/src/auth/EnvironmentAuth.ts
  • apps/server/src/auth/EnvironmentAuthAdmin.test.ts
  • apps/server/src/auth/EnvironmentAuthPolicy.test.ts
  • apps/server/src/auth/EnvironmentAuthPolicy.ts
  • apps/server/src/auth/PairingGrantStore.test.ts
  • apps/server/src/auth/PairingGrantStore.ts
  • apps/server/src/auth/ServerSecretStore.test.ts
  • apps/server/src/auth/ServerSecretStore.ts
  • apps/server/src/auth/SessionStore.test.ts
  • apps/server/src/auth/SessionStore.ts
  • apps/server/src/auth/dpop.test.ts
  • apps/server/src/auth/dpop.ts
  • apps/server/src/auth/http.ts
  • apps/server/src/auth/utils.ts
  • apps/server/src/bin.test.ts
  • apps/server/src/bin.ts
  • apps/server/src/bootstrap.test.ts
  • apps/server/src/bootstrap.ts
  • apps/server/src/checkpointing/Errors.ts
  • apps/server/src/checkpointing/Layers/CheckpointDiffQuery.test.ts
  • apps/server/src/checkpointing/Layers/CheckpointStore.ts
  • apps/server/src/cli/auth.ts
  • apps/server/src/cli/connect.test.ts
  • apps/server/src/cli/connect.ts
  • apps/server/src/cli/project.ts
  • apps/server/src/cloud/CliState.test.ts
  • apps/server/src/cloud/CliState.ts
  • apps/server/src/cloud/CliTokenManager.ts
  • apps/server/src/cloud/ManagedEndpointRuntime.test.ts
  • apps/server/src/cloud/ManagedEndpointRuntime.ts
  • apps/server/src/cloud/environmentKeys.test.ts
  • apps/server/src/cloud/environmentKeys.ts
  • apps/server/src/cloud/http.test.ts
  • apps/server/src/cloud/http.ts
  • apps/server/src/cloud/publicConfig.test.ts
  • apps/server/src/cloud/publicConfig.ts
  • apps/server/src/diagnostics/ProcessDiagnostics.ts
  • apps/server/src/diagnostics/ProcessResourceMonitor.ts
  • apps/server/src/environment/Layers/ServerEnvironment.ts
  • apps/server/src/environment/Layers/ServerEnvironmentLabel.test.ts
  • apps/server/src/environment/Layers/ServerEnvironmentLabel.ts
  • apps/server/src/git/GitManager.ts
  • apps/server/src/http.ts
  • apps/server/src/keybindings.test.ts
  • apps/server/src/mcp/McpHttpServer.test.ts
  • apps/server/src/mcp/McpHttpServer.ts
  • apps/server/src/mcp/McpInvocationContext.ts
  • apps/server/src/mcp/McpSessionRegistry.test.ts
  • apps/server/src/mcp/McpSessionRegistry.ts
  • apps/server/src/mcp/PreviewAutomationBroker.test.ts
  • apps/server/src/mcp/PreviewAutomationBroker.ts
  • apps/server/src/mcp/toolkits/preview/handlers.ts
  • apps/server/src/mcp/toolkits/preview/tools.test.ts
  • apps/server/src/mcp/toolkits/preview/tools.ts
  • apps/server/src/orchestration/Layers/CheckpointReactor.test.ts
  • apps/server/src/pathExpansion.test.ts
  • apps/server/src/persistence/AuthSessions.ts
  • apps/server/src/persistence/Errors.ts
  • apps/server/src/persistence/Layers/AuthPairingLinks.ts
  • apps/server/src/persistence/Migrations.ts
  • apps/server/src/persistence/Services/AuthPairingLinks.ts
  • apps/server/src/persistence/Services/AuthSessions.ts
  • apps/server/src/preview/Manager.test.ts
  • apps/server/src/preview/Manager.ts
  • apps/server/src/preview/PortScanner.test.ts
  • apps/server/src/preview/PortScanner.ts
  • apps/server/src/process/externalLauncher.test.ts
  • apps/server/src/process/externalLauncher.ts
  • apps/server/src/processRunner.test.ts
  • apps/server/src/processRunner.ts
  • apps/server/src/project/Layers/ProjectFaviconResolver.test.ts
  • apps/server/src/project/Layers/ProjectFaviconResolver.ts
  • apps/server/src/project/Layers/ProjectSetupScriptRunner.test.ts
  • apps/server/src/project/RepositoryIdentityResolver.ts
  • apps/server/src/project/Services/ProjectSetupScriptRunner.ts
  • apps/server/src/provider/CodexDeveloperInstructions.ts
  • apps/server/src/provider/Drivers/CursorDriver.ts
  • apps/server/src/provider/Drivers/GrokDriver.ts
  • apps/server/src/provider/Drivers/OpenCodeDriver.ts
  • apps/server/src/provider/Layers/CodexProvider.ts
  • apps/server/src/provider/Layers/CodexSessionRuntime.test.ts
  • apps/server/src/provider/Layers/CursorAdapter.test.ts
  • apps/server/src/provider/Layers/CursorProvider.test.ts
  • apps/server/src/provider/Layers/CursorProvider.ts
  • apps/server/src/provider/Layers/EventNdjsonLogger.ts
  • apps/server/src/provider/Layers/GrokAdapter.test.ts
  • apps/server/src/provider/Layers/GrokAdapter.ts
  • apps/server/src/provider/Layers/GrokProvider.test.ts
  • apps/server/src/provider/Layers/GrokProvider.ts
  • apps/server/src/provider/Layers/OpenCodeAdapter.ts
  • apps/server/src/provider/Layers/OpenCodeProvider.test.ts
  • apps/server/src/provider/Layers/OpenCodeProvider.ts
  • apps/server/src/provider/Layers/ProviderRegistry.test.ts
  • apps/server/src/provider/Layers/ProviderService.test.ts
  • apps/server/src/provider/Layers/ProviderService.ts
  • apps/server/src/provider/acp/AcpJsonRpcConnection.test.ts
  • apps/server/src/provider/acp/AcpSessionRuntime.ts
  • apps/server/src/provider/acp/GrokAcpSupport.ts
  • apps/server/src/provider/acp/XAiAcpExtension.test.ts
  • apps/server/src/provider/acp/XAiAcpExtension.ts
  • apps/server/src/provider/builtInDrivers.ts
  • apps/server/src/provider/opencodeRuntime.ts
  • apps/server/src/provider/providerMaintenance.test.ts
  • apps/server/src/provider/providerMaintenanceRunner.test.ts
  • apps/server/src/provider/providerSnapshot.test.ts
  • apps/server/src/provider/providerSnapshot.ts
  • apps/server/src/provider/testUtils/providerRegistryMock.ts
  • apps/server/src/relay/AgentAwarenessRelay.test.ts
  • apps/server/src/relay/AgentAwarenessRelay.ts
  • apps/server/src/review/ReviewService.test.ts
  • apps/server/src/review/ReviewService.ts
  • apps/server/src/server.test.ts
  • apps/server/src/server.ts
  • apps/server/src/serverRuntimeStartup.test.ts
  • apps/server/src/serverRuntimeStartup.ts
  • apps/server/src/serverSettings.test.ts
  • apps/server/src/serverSettings.ts
  • apps/server/src/sourceControl/AzureDevOpsCli.ts
  • apps/server/src/sourceControl/BitbucketApi.ts
  • apps/server/src/sourceControl/GitHubCli.ts
  • apps/server/src/sourceControl/GitHubSourceControlProvider.ts
  • apps/server/src/sourceControl/GitLabCli.ts
  • apps/server/src/sourceControl/GitLabSourceControlProvider.ts
  • apps/server/src/sourceControl/SourceControlDiscovery.ts
  • apps/server/src/sourceControl/SourceControlProvider.ts
  • apps/server/src/sourceControl/SourceControlProviderDiscovery.ts
  • apps/server/src/sourceControl/SourceControlProviderRegistry.test.ts
  • apps/server/src/sourceControl/SourceControlProviderRegistry.ts
  • apps/server/src/sourceControl/SourceControlRepositoryService.ts
  • apps/server/src/telemetry/AnalyticsService.ts
  • apps/server/src/telemetry/Identify.ts
  • apps/server/src/terminal/BunPtyAdapter.ts
  • apps/server/src/terminal/Layers/Manager.ts
  • apps/server/src/terminal/Layers/NodePTY.test.ts
  • apps/server/src/terminal/Layers/NodePTY.ts
  • apps/server/src/terminal/Manager.test.ts
  • apps/server/src/terminal/PtyAdapter.ts
  • apps/server/src/terminal/Services/Manager.ts
  • apps/server/src/textGeneration/CodexTextGeneration.ts
  • apps/server/src/textGeneration/GrokTextGeneration.test.ts
  • apps/server/src/textGeneration/GrokTextGeneration.ts
  • apps/server/src/textGeneration/OpenCodeTextGeneration.test.ts
  • apps/server/src/textGeneration/OpenCodeTextGeneration.ts
  • apps/server/src/textGeneration/TextGeneration.ts
  • apps/server/src/vcs/GitVcsDriver.ts
  • apps/server/src/vcs/GitVcsDriverCore.test.ts
  • apps/server/src/vcs/GitVcsDriverCore.ts
  • apps/server/src/vcs/VcsDriver.ts
  • apps/server/src/vcs/VcsStatusBroadcaster.test.ts
  • apps/server/src/vcs/VcsStatusBroadcaster.ts
  • apps/server/src/workspace/Layers/WorkspaceFileSystem.test.ts
  • apps/server/src/workspace/Layers/WorkspaceFileSystem.ts
  • apps/server/src/workspace/Layers/WorkspacePaths.ts
  • apps/server/src/workspace/Services/WorkspaceFileSystem.ts
  • apps/server/src/workspace/WorkspaceEntries.test.ts
  • apps/server/src/workspace/WorkspaceEntries.ts
  • apps/server/src/workspace/WorkspaceSearchIndex.ts
  • apps/server/src/ws.ts
  • apps/web/index.html
  • apps/web/package.json
  • apps/web/src/assets/assetUrls.ts
  • apps/web/src/authBootstrap.test.ts
  • apps/web/src/branding.test.ts
  • apps/web/src/branding.ts
  • apps/web/src/browser/BrowserSurfaceSlot.tsx
  • apps/web/src/browser/ElectronBrowserHost.tsx
  • apps/web/src/browser/HostedBrowserWebview.tsx
  • apps/web/src/browser/browserRecording.ts
  • apps/web/src/browser/browserSurfaceStore.ts
  • apps/web/src/browser/browserTargetResolver.test.ts
  • apps/web/src/browser/browserTargetResolver.ts
  • apps/web/src/browser/desktopTabLifetime.ts
  • apps/web/src/browser/openFileInPreview.ts
  • apps/web/src/browser/previewWebviewConfigState.ts
  • apps/web/src/clientPersistenceStorage.test.ts
  • apps/web/src/clientPersistenceStorage.ts
  • apps/web/src/cloud/dpop.test.ts
  • apps/web/src/cloud/dpop.ts
  • apps/web/src/cloud/linkEnvironment.test.ts
  • apps/web/src/cloud/linkEnvironment.ts
  • apps/web/src/cloud/managedAuth.tsx
  • apps/web/src/cloud/managedRelayLayer.ts
  • apps/web/src/cloud/managedRelayState.ts
  • apps/web/src/cloud/primaryCloudLinkState.ts
  • apps/web/src/cloud/publicConfig.test.ts
  • apps/web/src/cloud/publicConfig.ts
  • apps/web/src/cloud/relayClientInstallDialog.test.ts
  • apps/web/src/cloud/relayClientInstallDialog.ts
  • apps/web/src/components/BranchToolbarBranchSelector.tsx
  • apps/web/src/components/ChatMarkdown.browser.tsx
  • apps/web/src/components/ChatMarkdown.tsx
  • apps/web/src/components/ChatView.browser.tsx
  • apps/web/src/components/ChatView.logic.test.ts
  • apps/web/src/components/ChatView.tsx
  • apps/web/src/components/CommandPalette.tsx
  • apps/web/src/components/DiffPanel.tsx
  • apps/web/src/components/GitActionsControl.browser.tsx
  • apps/web/src/components/GitActionsControl.tsx
  • apps/web/src/components/KeybindingsToast.browser.tsx
  • apps/web/src/components/NoActiveThreadState.tsx
  • apps/web/src/components/PlanSidebar.tsx
  • apps/web/src/components/ProjectFavicon.tsx
  • apps/web/src/components/ProjectScriptsControl.tsx
  • apps/web/src/components/ProviderUpdateLaunchNotification.logic.test.ts
  • apps/web/src/components/PullRequestThreadDialog.tsx
  • apps/web/src/components/RightPanelTabs.tsx
  • apps/web/src/components/Sidebar.logic.test.ts
  • apps/web/src/components/Sidebar.tsx
  • apps/web/src/components/ThreadStatusIndicators.tsx
  • apps/web/src/components/ThreadTerminalDrawer.browser.tsx
  • apps/web/src/components/ThreadTerminalDrawer.tsx
  • apps/web/src/components/WebSocketConnectionSurface.logic.test.ts
  • apps/web/src/components/chat/ChatComposer.tsx
  • apps/web/src/components/chat/ChatHeader.tsx
  • apps/web/src/components/chat/CompactComposerControlsMenu.browser.tsx
  • apps/web/src/components/chat/ComposerPendingUserInputPanel.tsx
  • apps/web/src/components/chat/MessagesTimeline.browser.tsx
  • apps/web/src/components/chat/MessagesTimeline.logic.test.ts
  • apps/web/src/components/chat/MessagesTimeline.logic.ts
  • apps/web/src/components/chat/MessagesTimeline.test.tsx
  • apps/web/src/components/chat/MessagesTimeline.tsx
  • apps/web/src/components/chat/ModelListRow.tsx
  • apps/web/src/components/chat/ModelPickerContent.tsx
  • apps/web/src/components/chat/ModelPickerSidebar.tsx
  • apps/web/src/components/chat/OpenInPicker.tsx
  • apps/web/src/components/chat/ProposedPlanCard.tsx
  • apps/web/src/components/chat/ProviderModelPicker.browser.tsx
  • apps/web/src/components/chat/ProviderModelPicker.tsx
  • apps/web/src/components/clerk/T3ConnectSidebarSignIn.tsx
  • apps/web/src/components/clerk/useT3ConnectAuthPrompt.tsx
  • apps/web/src/components/cloud/RelayClientInstallDialog.tsx
  • apps/web/src/components/desktop/SshPasswordPromptDialog.tsx
  • apps/web/src/components/files/FilePreviewPanel.tsx
  • apps/web/src/components/files/fileSaveCoordinator.test.ts
  • apps/web/src/components/files/fileSaveCoordinator.ts
  • apps/web/src/components/files/projectFilesQueryState.test.ts
  • apps/web/src/components/files/projectFilesQueryState.ts
  • apps/web/src/components/preview/AgentBrowserCursor.tsx
  • apps/web/src/components/preview/PreviewChromeRow.tsx
  • apps/web/src/components/preview/PreviewMoreMenu.tsx
  • apps/web/src/components/preview/PreviewPanel.tsx
  • apps/web/src/components/preview/PreviewView.tsx
  • apps/web/src/components/preview/openDiscoveredPort.ts
  • apps/web/src/components/preview/openPreviewSession.test.ts
  • apps/web/src/components/preview/openPreviewSession.ts
  • apps/web/src/components/preview/openTerminalLinkInPreview.ts
  • apps/web/src/components/preview/usePreviewBridge.ts
  • apps/web/src/components/preview/usePreviewSession.ts
  • apps/web/src/components/settings/AddProviderInstanceDialog.tsx
  • apps/web/src/components/settings/ConnectionsSettings.tsx
  • apps/web/src/components/settings/ProviderInstanceCard.tsx
  • apps/web/src/components/settings/SettingsPanels.browser.tsx
  • apps/web/src/components/settings/SettingsPanels.tsx
  • apps/web/src/components/settings/providerDriverMeta.ts
  • apps/web/src/components/ui/toast.tsx
  • apps/web/src/diffFileActions.test.ts
  • apps/web/src/diffRouteSearch.test.ts
  • apps/web/src/environmentApi.ts
  • apps/web/src/environmentGrouping.test.ts
  • apps/web/src/environments/primary/auth.ts
  • apps/web/src/environments/primary/bootstrap.test.ts
  • apps/web/src/environments/primary/context.ts
  • apps/web/src/environments/primary/httpClient.ts
  • apps/web/src/environments/primary/index.ts
  • apps/web/src/environments/runtime/catalog.test.ts
  • apps/web/src/environments/runtime/catalog.ts
  • apps/web/src/environments/runtime/connection.test.ts
  • apps/web/src/environments/runtime/connection.ts
  • apps/web/src/environments/runtime/index.ts
  • apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts
  • apps/web/src/environments/runtime/service.savedEnvironments.test.ts
  • apps/web/src/environments/runtime/service.threadSubscriptions.test.ts
  • apps/web/src/environments/runtime/service.ts
  • apps/web/src/hooks/useHandleNewThread.ts
  • apps/web/src/hooks/useResizableWidth.ts
  • apps/web/src/hooks/useTheme.ts
  • apps/web/src/hooks/useThreadActions.ts
  • apps/web/src/index.css
  • apps/web/src/lib/archivedThreadsState.ts
  • apps/web/src/lib/checkpointDiffState.ts
  • apps/web/src/lib/composerPathSearchState.ts
  • apps/web/src/lib/desktopUpdateReactQuery.test.ts
  • apps/web/src/lib/diffRendering.test.ts
  • apps/web/src/lib/diffRendering.ts
  • apps/web/src/lib/projectPaths.ts
  • apps/web/src/lib/runtime.ts
  • apps/web/src/lib/sourceControlActions.ts
  • apps/web/src/lib/sourceControlDiscoveryState.ts
  • apps/web/src/lib/threadSort.ts
  • apps/web/src/localApi.test.ts
  • apps/web/src/localApi.ts
  • apps/web/src/main.tsx
  • apps/web/src/portDiscoveryState.ts
  • apps/web/src/previewStateStore.test.ts
  • apps/web/src/previewStateStore.ts
  • apps/web/src/rightPanelStore.test.ts
  • apps/web/src/rightPanelStore.ts
  • apps/web/src/routes/__root.tsx
  • apps/web/src/routes/_chat.$environmentId.$threadId.tsx
  • apps/web/src/routes/_chat.index.tsx
  • apps/web/src/routes/_chat.tsx
  • apps/web/src/rpc/serverState.test.ts
  • apps/web/src/rpc/serverState.ts
  • apps/web/src/rpc/transportError.ts
  • apps/web/src/rpc/wsConnectionState.test.ts
  • apps/web/src/rpc/wsConnectionState.ts
  • apps/web/src/rpc/wsTransport.test.ts
  • apps/web/src/rpc/wsTransport.ts
  • apps/web/src/store.test.ts
  • apps/web/src/store.ts
  • apps/web/src/terminalUiStateStore.test.ts
  • apps/web/src/terminalUiStateStore.ts
  • apps/web/src/threadRoutes.test.ts
  • apps/web/src/uiStateStore.test.ts
  • apps/web/src/uiStateStore.ts
  • apps/web/test/authHttpHandlers.ts
  • apps/web/test/wsRpcHarness.ts
  • apps/web/vite.config.ts
  • docs/cloud/t3-connect-clerk.md
  • docs/operations/ci.md
  • infra/relay/README.md
  • infra/relay/alchemy.run.ts
  • infra/relay/package.json
  • infra/relay/scripts/deploy.test.ts
  • infra/relay/scripts/deploy.ts
  • infra/relay/src/Config.ts
  • infra/relay/src/agentActivity/AgentActivityPublisher.test.ts
  • infra/relay/src/agentActivity/AgentActivityPublisher.ts
  • infra/relay/src/agentActivity/AgentActivityRows.ts
  • infra/relay/src/agentActivity/ApnsClient.test.ts
  • infra/relay/src/agentActivity/ApnsClient.ts
  • infra/relay/src/agentActivity/ApnsDeliveries.test.ts
  • infra/relay/src/agentActivity/ApnsDeliveries.ts
  • infra/relay/src/agentActivity/ApnsDeliveryQueue.ts
  • infra/relay/src/agentActivity/DeliveryAttempts.test.ts
  • infra/relay/src/agentActivity/DeliveryAttempts.ts
  • infra/relay/src/agentActivity/Devices.test.ts
  • infra/relay/src/agentActivity/Devices.ts
  • infra/relay/src/agentActivity/LiveActivities.test.ts
  • infra/relay/src/agentActivity/LiveActivities.ts
  • infra/relay/src/agentActivity/MobileRegistrations.test.ts
  • infra/relay/src/agentActivity/MobileRegistrations.ts
  • infra/relay/src/agentActivity/apnsDeliveryJobs.test.ts
  • infra/relay/src/agentActivity/apnsDeliveryJobs.ts
  • infra/relay/src/auth/DpopProofs.test.ts
  • infra/relay/src/auth/DpopProofs.ts
  • infra/relay/src/auth/DpopProofs.verifyAndConsume.test.ts
  • infra/relay/src/auth/RelayTokens.test.ts
  • infra/relay/src/auth/RelayTokens.ts
  • infra/relay/src/db.ts
  • infra/relay/src/deploymentConfig.test.ts
  • infra/relay/src/deploymentConfig.ts
  • infra/relay/src/environments/EnvironmentConnector.test.ts
  • infra/relay/src/environments/EnvironmentConnector.ts
  • infra/relay/src/environments/EnvironmentCredentials.test.ts
  • infra/relay/src/environments/EnvironmentCredentials.ts
  • infra/relay/src/environments/EnvironmentLinker.test.ts
  • infra/relay/src/environments/EnvironmentLinker.ts
  • infra/relay/src/environments/EnvironmentLinks.test.ts
  • infra/relay/src/environments/EnvironmentLinks.ts
  • infra/relay/src/environments/EnvironmentPublishSignatures.test.ts
  • infra/relay/src/environments/EnvironmentPublishSignatures.ts
  • infra/relay/src/environments/ManagedEndpointAllocations.ts
  • infra/relay/src/environments/ManagedEndpointProvider.test.ts
  • infra/relay/src/environments/ManagedEndpointProvider.ts
  • infra/relay/src/http/Api.test.ts
  • infra/relay/src/http/Api.ts
  • infra/relay/src/observability.test.ts
  • infra/relay/src/worker.ts
  • oxlint-plugin-t3code/index.ts
  • oxlint-plugin-t3code/rules/no-manual-effect-runtime-in-tests.ts
  • package.json
  • packages/client-runtime/package.json
  • packages/client-runtime/src/index.ts
  • packages/client-runtime/src/sourceControlDiscoveryState.test.ts
  • packages/client-runtime/src/sourceControlDiscoveryState.ts
  • packages/client-runtime/src/wsRpcClient.ts
  • packages/client-runtime/src/wsRpcProtocol.ts
  • packages/contracts/package.json
  • packages/contracts/src/assets.ts
  • packages/contracts/src/editor.ts
  • packages/contracts/src/ipc.ts
  • packages/contracts/src/keybindings.test.ts
  • packages/contracts/src/model.ts
  • packages/contracts/src/preview.test.ts
  • packages/contracts/src/preview.ts
  • packages/contracts/src/previewAutomation.ts
  • packages/contracts/src/project.ts
  • packages/contracts/src/relay.ts
  • packages/contracts/src/review.ts
  • packages/contracts/src/rpc.ts
  • packages/contracts/src/settings.test.ts
  • packages/contracts/src/settings.ts
  • packages/contracts/src/terminal.ts
  • packages/contracts/src/vcs.ts
  • packages/effect-acp/src/agent.ts
  • packages/effect-acp/src/client.test.ts
  • packages/effect-acp/src/client.ts
  • packages/effect-acp/src/errors.ts
  • packages/effect-codex-app-server/src/client.ts
  • packages/effect-codex-app-server/src/errors.ts
  • packages/shared/package.json
  • packages/shared/src/dpop.test.ts
  • packages/shared/src/dpop.ts
  • packages/shared/src/oauthScope.test.ts
  • packages/shared/src/oauthScope.ts
  • packages/shared/src/observability.test.ts
  • packages/shared/src/observability.ts
  • packages/shared/src/preview.test.ts
  • packages/shared/src/preview.ts
  • packages/shared/src/relayAuth.test.ts
  • packages/shared/src/relayAuth.ts
  • packages/shared/src/relayJwt.ts
  • packages/shared/src/relayTracing.test.ts
  • packages/shared/src/relayTracing.ts
  • packages/shared/src/remote.test.ts
  • packages/shared/src/remote.ts
  • packages/shared/src/schemaJson.test.ts
  • packages/shared/src/schemaJson.ts
  • packages/shared/src/schemaYaml.test.ts
  • packages/shared/src/schemaYaml.ts
  • packages/shared/src/shell.ts
  • packages/tailscale/src/tailscale.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • scripts/build-desktop-artifact.test.ts
  • scripts/build-desktop-artifact.ts
  • scripts/dev-runner.ts
  • scripts/lib/public-config.test.ts
  • scripts/mobile-native-static-check.ts
  • scripts/notify-discord-release.test.ts
  • scripts/release-smoke.ts
  • scripts/sync-reference-repos.test.ts
  • scripts/sync-reference-repos.ts
  • vite.config.ts

Upstream Commits

fda648623 (tag: v0.0.28-nightly.20260629.685, tag: v0.0.28) Restore chat scroll affordances and add timeline minimap (#3587)
a9b1190a1 (tag: v0.0.28-nightly.20260627.667) Desktop: parallel WSL + Windows backends with mode picker (#2751)
44fb34ad5 (tag: v0.0.28-nightly.20260627.666) Stabilize preview browser surfaces, automation, and recording (#3565)
6245c547c (tag: v0.0.28-nightly.20260627.661) Fix native composer lag with revision-gated updates (#3574)
24abab789 Stabilize chat scroll anchoring after send (#3564)
52b04b947 (tag: v0.0.28-nightly.20260626.655) fix(grok): Harden ACP resume with replay-idle load readiness (#3156)
e9ed70c5b (tag: v0.0.28-nightly.20260626.654) [codex] Fix preview automation edge cases (#3561)
ffae5410e Route preview automation through live owner streams (#3548)
31dfe3596 (tag: v0.0.28-nightly.20260625.652) Fix Electron dev and packaged renderer startup (#3557)
c2776c233 (tag: v0.0.28-nightly.20260625.651) Restore right panel inset when maximized (#3555)
22f021ed6 (tag: v0.0.28-nightly.20260625.645) [codex] Upgrade Legend List chat scrolling (#3545)
a4964b3b3 (tag: v0.0.28-nightly.20260623.636) [codex] fix: show standalone element-pick context (#3527)
... truncated 68 lines ...

Diff Stat

.../check-run-agents/effect-service-conventions.md |   83 +
 apps/desktop/scripts/electron-launcher.test.mjs    |   28 +
 apps/desktop/scripts/wait-for-resources.mjs        |   16 +-
 apps/desktop/src/app/DesktopAppErrors.test.ts      |   30 +
 apps/desktop/src/app/DesktopAssets.test.ts         |   57 +
 apps/desktop/src/app/DesktopClerk.test.ts          |  149 ++
 apps/desktop/src/app/DesktopClerk.ts               |  135 +
 .../src/app/DesktopConnectionCatalogStore.test.ts  |  415 ++++
 .../src/app/DesktopConnectionCatalogStore.ts       |  516 ++++
 .../src/app/DesktopDetachedActionErrors.test.ts    |   37 +
 apps/desktop/src/app/DesktopObservability.test.ts  |    5 +-
 apps/desktop/src/app/DesktopShutdown.ts            |   35 +
 .../backend/DesktopBackendConfiguration.test.ts    |  630 ++++-
 .../src/backend/DesktopBackendManager.test.ts      |  772 ++++--
 .../desktop/src/backend/DesktopBackendPool.test.ts |  137 +
 apps/desktop/src/backend/DesktopBackendPool.ts     |  470 ++++
 .../backend/DesktopLocalEnvironmentAuth.test.ts    |   81 +
 .../src/backend/DesktopLocalEnvironmentAuth.ts     |   95 +
 .../src/backend/DesktopNetworkInterfaces.test.ts   |   65 +
 .../src/backend/DesktopNetworkInterfaces.ts        |   52 +
 .../src/backend/tailscaleEndpointProvider.ts       |   10 +-
 apps/desktop/src/electron/ElectronApp.test.ts      |   38 +
 apps/desktop/src/electron/ElectronDialog.test.ts   |  113 +
 apps/desktop/src/electron/ElectronMenu.test.ts     |   98 +-
 apps/desktop/src/electron/ElectronTheme.test.ts    |   22 +
 apps/desktop/src/electron/ElectronUpdater.test.ts  |   65 +-
 apps/desktop/src/electron/ElectronWindow.test.ts   |  204 +-
 apps/desktop/src/ipc/DesktopIpc.test.ts            |   79 +
 apps/desktop/src/ipc/channels.ts                   |   16 +-
 apps/desktop/src/ipc/methods/clientSettings.ts     |    6 +-
 apps/desktop/src/ipc/methods/connectionCatalog.ts  |   37 +
 apps/desktop/src/ipc/methods/savedEnvironments.ts  |   76 -
 apps/desktop/src/ipc/methods/serverExposure.ts     |   10 +-
 apps/desktop/src/ipc/methods/updates.ts            |   12 +-
 apps/desktop/src/ipc/methods/window.test.ts        |  128 +
 apps/desktop/src/ipc/methods/window.ts             |  169 +-
 apps/desktop/src/ipc/methods/wsl.test.ts           |  274 ++
 apps/desktop/src/ipc/methods/wsl.ts                |  122 +
 apps/desktop/src/preview/PreviewKeyboard.test.ts   |   97 +
 apps/desktop/src/preview/PreviewKeyboard.ts        |  203 ++
... truncated 655 lines ...

Files

A	.macroscope/check-run-agents/effect-service-conventions.md
A	apps/desktop/scripts/electron-launcher.test.mjs
M	apps/desktop/scripts/wait-for-resources.mjs
A	apps/desktop/src/app/DesktopAppErrors.test.ts
A	apps/desktop/src/app/DesktopAssets.test.ts
A	apps/desktop/src/app/DesktopClerk.test.ts
A	apps/desktop/src/app/DesktopClerk.ts
A	apps/desktop/src/app/DesktopConnectionCatalogStore.test.ts
A	apps/desktop/src/app/DesktopConnectionCatalogStore.ts
A	apps/desktop/src/app/DesktopDetachedActionErrors.test.ts
M	apps/desktop/src/app/DesktopObservability.test.ts
A	apps/desktop/src/app/DesktopShutdown.ts
M	apps/desktop/src/backend/DesktopBackendConfiguration.test.ts
M	apps/desktop/src/backend/DesktopBackendManager.test.ts
A	apps/desktop/src/backend/DesktopBackendPool.test.ts
A	apps/desktop/src/backend/DesktopBackendPool.ts
A	apps/desktop/src/backend/DesktopLocalEnvironmentAuth.test.ts
A	apps/desktop/src/backend/DesktopLocalEnvironmentAuth.ts
A	apps/desktop/src/backend/DesktopNetworkInterfaces.test.ts
A	apps/desktop/src/backend/DesktopNetworkInterfaces.ts
M	apps/desktop/src/backend/tailscaleEndpointProvider.ts
M	apps/desktop/src/electron/ElectronApp.test.ts
M	apps/desktop/src/electron/ElectronDialog.test.ts
M	apps/desktop/src/electron/ElectronMenu.test.ts
M	apps/desktop/src/electron/ElectronTheme.test.ts
M	apps/desktop/src/electron/ElectronUpdater.test.ts
M	apps/desktop/src/electron/ElectronWindow.test.ts
A	apps/desktop/src/ipc/DesktopIpc.test.ts
M	apps/desktop/src/ipc/channels.ts
M	apps/desktop/src/ipc/methods/clientSettings.ts
A	apps/desktop/src/ipc/methods/connectionCatalog.ts
D	apps/desktop/src/ipc/methods/savedEnvironments.ts
M	apps/desktop/src/ipc/methods/serverExposure.ts
M	apps/desktop/src/ipc/methods/updates.ts
A	apps/desktop/src/ipc/methods/window.test.ts
M	apps/desktop/src/ipc/methods/window.ts
A	apps/desktop/src/ipc/methods/wsl.test.ts
A	apps/desktop/src/ipc/methods/wsl.ts
A	apps/desktop/src/preview/PreviewKeyboard.test.ts
A	apps/desktop/src/preview/PreviewKeyboard.ts
... truncated 654 lines ...

Check Output


dyld[86251]: Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib
  Referenced from: <108DFC18-F4CF-3346-A60C-8033BB742572> /opt/homebrew/Cellar/node/25.8.0/bin/node
  Reason: tried: '/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file)
/bin/sh: line 1: 86251 Abort trap: 6           vp check

dbalders and others added 21 commits June 18, 2026 23:54
Add plugin and skill settings with skill management
Import external OpenCode sessions for T3 projects
* Fix community skill catalog installs

* Record installed skills in provider registry

* Tighten UCSD skill config fallback

* Address review and browser test failures

* Use immutable skill tooltip test fixture

* Use target provider env for skill installs

* Harden provider skill install cache handling
* Rename surface branding to TritonAI Harness

* Format TritonAI Harness copy

* Finish visible TritonAI Harness naming
* Improve automation editing controls

* Fix automation edit race conditions
* Migrate TypeScript checks to Effect TSGo (pingdotgg#2851)

* Extract collection performance refactors from mobile stack (pingdotgg#2854)

Co-authored-by: codex <codex@users.noreply.github.com>

* Extract independent web cleanup from mobile stack (pingdotgg#2855)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>

* Ensure Electron runtime is installed in release workflow (pingdotgg#2861)

* T3 Code Mobile [WIP] (pingdotgg#2013)

Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Yash Singh <saiansh2525@gmail.com>

* chore: add vendored reference repo subtree sync tooling (pingdotgg#2902)

Co-authored-by: codex <codex@users.noreply.github.com>

* Use HttpApi for Environment APIs & standardize authn/authz (pingdotgg#2858)

Co-authored-by: codex <codex@users.noreply.github.com>

* chore: add Alchemy reference repo subtree (pingdotgg#2918)

Co-authored-by: codex <codex@users.noreply.github.com>

* fix(desktop): Include standard Linux AppImage icons for Niri/Noctalia (pingdotgg#2915)

* Probe Cursor models via list_available_models (pingdotgg#2428)

Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Julius Marminge <julius@mac.lan>

* Migrate workspace to Vite+ and pnpm (pingdotgg#2899)

Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>

* test(web): CI stability - prebundle react-dom client for browser tests (pingdotgg#2928)

* fix(ssh): Surface redacted stdout for failed commands (pingdotgg#2920)

* fix(desktop): Preserve SSH HTTP auth status (pingdotgg#2923)

Co-authored-by: Julius Marminge <jmarminge@gmail.com>

* fix: build web before desktop release packaging (pingdotgg#2934)

Co-authored-by: Julius Marminge <julius@mac.lan>

* ci: let setup-vp install dependencies (pingdotgg#2936)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(release): surface desktop packaging subprocess output (pingdotgg#2937)

Co-authored-by: Julius Marminge <julius@mac.lan>

* chore: setup eas ci (pingdotgg#2911)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(release): use workspace electron-builder for desktop packaging (pingdotgg#2938)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] remove duplicated pnpm root config (pingdotgg#2939)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(release): install dependency closures in partial jobs (pingdotgg#2941)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] split ci workflow jobs (pingdotgg#2940)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] fix mobile native static analysis source discovery (pingdotgg#2942)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(release): preserve desktop artifact arch (pingdotgg#2943)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] Fix desktop packaging patched dependencies (pingdotgg#2944)

Co-authored-by: codex <codex@users.noreply.github.com>

* [codex] Filter staged desktop patched dependencies (pingdotgg#2945)

Co-authored-by: codex <codex@users.noreply.github.com>

* fix(release): install hosted web workspace closure (pingdotgg#2949)

* fix(cli): bundle patched diff parser dependency (pingdotgg#2957)

Co-authored-by: Julius Marminge <julius@mac.lan>

* Prevent settings layout shifts with scrollbar gutters (pingdotgg#2960)

* [codex] fix release finalize install (pingdotgg#2961)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(source-control): handle self-hosted GitLab, multi-account GitHub auth & azure devops web url (pingdotgg#2480)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] Avoid shell for Node executable spawns (pingdotgg#2952)

Co-authored-by: Julius Marminge <julius@mac.lan>

* [codex] Avoid shell for Windows environment probe (pingdotgg#2951)

Co-authored-by: Julius Marminge <julius@mac.lan>

* fix(composer): support spaces in file mentions (pingdotgg#2625)

* [codex] Avoid shell for system executables (pingdotgg#2950)

Co-authored-by: Julius Marminge <julius@mac.lan>

* feat(relay): Add managed relay tunnels and APN service (pingdotgg#2837)

Co-authored-by: codex <codex@users.noreply.github.com>

* Restructure documentation into topical folders (pingdotgg#2963)

* move

* dont fail if env-file is unspecified

* fallback to None when RELAY_DOMAIN is unset

* implicit install from vp

* forward args directly

* bump alchemy to fix absolute drizzle schema out

* bump alchemy to fix drizzle schema out attempt 2

* Migrate tests to vite-plus test APIs (pingdotgg#2964)

* remove `vp staged`

* publish deploy status on relay deploy workflow

* Use pnpm for server publish workflow (pingdotgg#2966)

* Rename function for publishing arguments to vp pm (pingdotgg#2967)

* Remove duplicate 'publish' argument in CLI script

* Refactor recoverable Effect fallbacks to orElseSucceed (pingdotgg#2968)

* document vp instead of mise

* link

* cleanup

* tip

* we support cursor, duhhh

* include @latest

* fix(cloud): use Electron fetch for proxying Clerk IPC requests (pingdotgg#2973)

* fix: handle Claude Agent SDK 0.3.x system messages to stop runtime-warning flood (pingdotgg#2872)

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* "claude system message" instead of "runtime warning" when using 4.8 from claude code (pingdotgg#2972)

* fix(desktop): stop looping macOS TCC permission prompts (pingdotgg#2745)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>

* Annotate relay error spans with schema fields (pingdotgg#2976)

* [codex] Enrich relay authorization diagnostics (pingdotgg#2977)

Co-authored-by: codex <codex@users.noreply.github.com>

* [codex] Extract infrastructure, telemetry, and test tooling (pingdotgg#2994)

Co-authored-by: codex <codex@users.noreply.github.com>

* feat(grok): add Grok CLI provider via ACP (pingdotgg#2809)

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* [codex] Fix main CI Effect test runtimes (pingdotgg#3008)

Co-authored-by: codex <codex@users.noreply.github.com>

* Add Claude Fable 5 model (pingdotgg#3009)

Co-authored-by: codex <codex@users.noreply.github.com>

* chore(release): prepare v0.0.26

* [codex] Rebrand T3 Cloud as T3 Connect (pingdotgg#3011)

Co-authored-by: codex <codex@users.noreply.github.com>

* Fix Clerk browser test mock (pingdotgg#3013)

Co-authored-by: codex <codex@users.noreply.github.com>

---------

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Theo Browne <me@t3.gg>
Co-authored-by: Julius Marminge <julius@macmini.local>
Co-authored-by: Yash Singh <saiansh2525@gmail.com>
Co-authored-by: Mike Olson <mwolson@member.fsf.org>
Co-authored-by: Julius Marminge <julius@mac.lan>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Julius Marminge <jmarminge@gmail.com>
Co-authored-by: Guilherme Vieira <46866023+GuilhermeVieiraDev@users.noreply.github.com>
Co-authored-by: Abdul Azeez <abdulazeez44@gmail.com>
Co-authored-by: Peter Hozák <peter.hozak@gmail.com>
Co-authored-by: Ishan <ishansachu1@gmail.com>
Co-authored-by: Milosz Jankiewicz <25470423+Jaaneek@users.noreply.github.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Non-conflicting upstream changes were applied automatically.
639 conflicted file(s) remain at downstream versions for human review.
@dbalders dbalders added automation:upstream-sync Generated TritonAI Harness upstream sync work. needs-human-review Automation could not complete this safely without maintainer review. upstream-conflict Automated upstream sync encountered merge conflicts. checks-failed Local validation failed during automated sync. labels Jun 30, 2026
@dbalders

Copy link
Copy Markdown
Owner Author

Upstream Sync Status

This comment is managed by the TritonGPT upstream-sync automation and will be updated by future sync runs.

Attempted to sync release v0.0.28 @ fda6486233e0 into tritongpt.

  • Result: needs-human-review / partial-sync-conflicts
  • PR branch: sync/upstream-v0.0.28-fda6486233e0
  • Sync commit: fae094d81f3f
  • Partial sync: yes
  • Remaining conflicts: 639 file(s) still need human conflict resolution
  • Agent attempted: no
  • Local checks: failed
  • Labels: automation:upstream-sync, needs-human-review, upstream-conflict, checks-failed
  • Note: conflicted files were left at downstream versions; only non-conflicting upstream changes were pushed.

Changes Pushed

A	.macroscope/check-run-agents/effect-service-conventions.md
A	apps/desktop/scripts/electron-launcher.test.mjs
M	apps/desktop/scripts/wait-for-resources.mjs
A	apps/desktop/src/app/DesktopAppErrors.test.ts
A	apps/desktop/src/app/DesktopAssets.test.ts
A	apps/desktop/src/app/DesktopClerk.test.ts
A	apps/desktop/src/app/DesktopClerk.ts
A	apps/desktop/src/app/DesktopConnectionCatalogStore.test.ts
A	apps/desktop/src/app/DesktopConnectionCatalogStore.ts
A	apps/desktop/src/app/DesktopDetachedActionErrors.test.ts
M	apps/desktop/src/app/DesktopObservability.test.ts
A	apps/desktop/src/app/DesktopShutdown.ts
... truncated 682 lines ...

Remaining Conflict Files

  • .env.example
  • .github/workflows/ci.yml
  • .github/workflows/deploy-relay.yml
  • .github/workflows/mobile-eas-preview.yml
  • .github/workflows/release.yml
  • AGENTS.md
  • apps/desktop/package.json
  • apps/desktop/scripts/build-preview-annotation-css.mjs
  • apps/desktop/scripts/dev-electron.mjs
  • apps/desktop/scripts/electron-launcher.mjs
  • apps/desktop/scripts/ensure-electron-runtime.mjs
  • apps/desktop/scripts/smoke-test.mjs
  • apps/desktop/scripts/start-electron.mjs
  • apps/desktop/src/app/DesktopApp.ts
  • apps/desktop/src/app/DesktopAppIdentity.test.ts
  • apps/desktop/src/app/DesktopAppIdentity.ts
  • apps/desktop/src/app/DesktopAssets.ts
  • apps/desktop/src/app/DesktopEnvironment.ts
  • apps/desktop/src/app/DesktopLifecycle.ts
  • apps/desktop/src/app/DesktopObservability.ts
  • apps/desktop/src/app/DesktopState.ts
  • apps/desktop/src/backend/DesktopBackendConfiguration.ts
  • apps/desktop/src/backend/DesktopBackendManager.ts
  • apps/desktop/src/backend/DesktopServerExposure.test.ts
  • apps/desktop/src/backend/DesktopServerExposure.ts

...and 614 more listed in the PR body.

Local Check Output


dyld[86251]: Library not loaded: /opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib
  Referenced from: <108DFC18-F4CF-3346-A60C-8033BB742572> /opt/homebrew/Cellar/node/25.8.0/bin/node
  Reason: tried: '/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/opt/simdjson/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file), '/opt/homebrew/Cellar/simdjson/4.6.4/lib/libsimdjson.30.dylib' (no such file)
/bin/sh: line 1: 86251 Abort trap: 6           vp check

Next Step

Resolve the remaining conflict files on sync/upstream-v0.0.28-fda6486233e0, then rerun the release-sync workflow or bun run tritongpt:release-sync:pr. The rerun records the release state file, refreshes labels, and updates this comment before the PR is merged.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 694 files, which is 544 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 287406da-bb94-4470-8035-d11b6d12904e

📥 Commits

Reviewing files that changed from the base of the PR and between 986c976 and fae094d.

📒 Files selected for processing (694)
  • .macroscope/check-run-agents/effect-service-conventions.md
  • apps/desktop/scripts/electron-launcher.test.mjs
  • apps/desktop/scripts/wait-for-resources.mjs
  • apps/desktop/src/app/DesktopAppErrors.test.ts
  • apps/desktop/src/app/DesktopAssets.test.ts
  • apps/desktop/src/app/DesktopClerk.test.ts
  • apps/desktop/src/app/DesktopClerk.ts
  • apps/desktop/src/app/DesktopConnectionCatalogStore.test.ts
  • apps/desktop/src/app/DesktopConnectionCatalogStore.ts
  • apps/desktop/src/app/DesktopDetachedActionErrors.test.ts
  • apps/desktop/src/app/DesktopObservability.test.ts
  • apps/desktop/src/app/DesktopShutdown.ts
  • apps/desktop/src/backend/DesktopBackendConfiguration.test.ts
  • apps/desktop/src/backend/DesktopBackendManager.test.ts
  • apps/desktop/src/backend/DesktopBackendPool.test.ts
  • apps/desktop/src/backend/DesktopBackendPool.ts
  • apps/desktop/src/backend/DesktopLocalEnvironmentAuth.test.ts
  • apps/desktop/src/backend/DesktopLocalEnvironmentAuth.ts
  • apps/desktop/src/backend/DesktopNetworkInterfaces.test.ts
  • apps/desktop/src/backend/DesktopNetworkInterfaces.ts
  • apps/desktop/src/backend/tailscaleEndpointProvider.ts
  • apps/desktop/src/electron/ElectronApp.test.ts
  • apps/desktop/src/electron/ElectronDialog.test.ts
  • apps/desktop/src/electron/ElectronMenu.test.ts
  • apps/desktop/src/electron/ElectronTheme.test.ts
  • apps/desktop/src/electron/ElectronUpdater.test.ts
  • apps/desktop/src/electron/ElectronWindow.test.ts
  • apps/desktop/src/ipc/DesktopIpc.test.ts
  • apps/desktop/src/ipc/channels.ts
  • apps/desktop/src/ipc/methods/clientSettings.ts
  • apps/desktop/src/ipc/methods/connectionCatalog.ts
  • apps/desktop/src/ipc/methods/savedEnvironments.ts
  • apps/desktop/src/ipc/methods/serverExposure.ts
  • apps/desktop/src/ipc/methods/updates.ts
  • apps/desktop/src/ipc/methods/window.test.ts
  • apps/desktop/src/ipc/methods/window.ts
  • apps/desktop/src/ipc/methods/wsl.test.ts
  • apps/desktop/src/ipc/methods/wsl.ts
  • apps/desktop/src/preview/PreviewKeyboard.test.ts
  • apps/desktop/src/preview/PreviewKeyboard.ts
  • apps/desktop/src/settings/DesktopAppSettings.test.ts
  • apps/desktop/src/settings/DesktopClientSettings.diagnostics.test.ts
  • apps/desktop/src/settings/DesktopSavedEnvironments.test.ts
  • apps/desktop/src/shell/DesktopShellEnvironment.test.ts
  • apps/desktop/src/ssh/DesktopSshEnvironment.test.ts
  • apps/desktop/src/ssh/DesktopSshPasswordPrompts.test.ts
  • apps/desktop/src/updates/DesktopUpdates.test.ts
  • apps/desktop/src/window/DesktopApplicationMenu.test.ts
  • apps/desktop/src/wsl/DesktopWslBackend.test.ts
  • apps/desktop/src/wsl/DesktopWslBackend.ts
  • apps/desktop/src/wsl/DesktopWslEnvironment.test.ts
  • apps/desktop/src/wsl/DesktopWslEnvironment.ts
  • apps/desktop/src/wsl/wslPathParsing.test.ts
  • apps/desktop/src/wsl/wslPathParsing.ts
  • apps/marketing/package.json
  • apps/mobile/src/app/settings/archive.tsx
  • apps/mobile/src/app/threads/[environmentId]/[threadId]/files/[...path].tsx
  • apps/mobile/src/app/threads/[environmentId]/[threadId]/files/index.tsx
  • apps/mobile/src/components/LoadingStrip.tsx
  • apps/mobile/src/connection/catalog-store.ts
  • apps/mobile/src/connection/catalog.ts
  • apps/mobile/src/connection/migration.test.ts
  • apps/mobile/src/connection/migration.ts
  • apps/mobile/src/connection/onboarding.ts
  • apps/mobile/src/connection/platform.ts
  • apps/mobile/src/connection/runtime.ts
  • apps/mobile/src/connection/storage.test.ts
  • apps/mobile/src/connection/storage.ts
  • apps/mobile/src/features/agent-awareness/notificationResponseConsumer.ts
  • apps/mobile/src/features/archive/ArchivedThreadsRouteScreen.tsx
  • apps/mobile/src/features/archive/ArchivedThreadsScreen.tsx
  • apps/mobile/src/features/archive/archivedThreadList.test.ts
  • apps/mobile/src/features/archive/archivedThreadList.ts
  • apps/mobile/src/features/archive/useArchivedThreadSnapshots.ts
  • apps/mobile/src/features/cloud/CloudAuthProvider.test.ts
  • apps/mobile/src/features/cloud/cloudDebugLog.ts
  • apps/mobile/src/features/cloud/cloudEnvironmentPresentation.test.ts
  • apps/mobile/src/features/cloud/cloudEnvironmentPresentation.ts
  • apps/mobile/src/features/cloud/cloudWaitlistJoin.test.ts
  • apps/mobile/src/features/cloud/cloudWaitlistJoin.ts
  • apps/mobile/src/features/cloud/managedRelayTokenStore.test.ts
  • apps/mobile/src/features/cloud/managedRelayTokenStore.ts
  • apps/mobile/src/features/connection/EnvironmentConnectionNotice.tsx
  • apps/mobile/src/features/connection/environmentSections.test.ts
  • apps/mobile/src/features/connection/environmentSections.ts
  • apps/mobile/src/features/connection/useConnectionController.ts
  • apps/mobile/src/features/files/FileMarkdownPreview.tsx
  • apps/mobile/src/features/files/FileTreeBrowser.tsx
  • apps/mobile/src/features/files/SourceFileSurface.tsx
  • apps/mobile/src/features/files/ThreadFilesRouteScreen.tsx
  • apps/mobile/src/features/files/WorkspaceFileImagePreview.tsx
  • apps/mobile/src/features/files/WorkspaceFileWebPreview.tsx
  • apps/mobile/src/features/files/filePath.test.ts
  • apps/mobile/src/features/files/filePath.ts
  • apps/mobile/src/features/files/fileTree.test.ts
  • apps/mobile/src/features/files/fileTree.ts
  • apps/mobile/src/features/files/nativeSourceFileAdapter.test.ts
  • apps/mobile/src/features/files/nativeSourceFileAdapter.ts
  • apps/mobile/src/features/files/sourceHighlightingState.test.ts
  • apps/mobile/src/features/files/sourceHighlightingState.ts
  • apps/mobile/src/features/files/workspace-file-image-cache.test.ts
  • apps/mobile/src/features/files/workspace-file-image-cache.ts
  • apps/mobile/src/features/files/workspaceFileAssetUrl.ts
  • apps/mobile/src/features/home/HomeHeader.tsx
  • apps/mobile/src/features/home/homeThreadList.test.ts
  • apps/mobile/src/features/home/homeThreadList.ts
  • apps/mobile/src/features/home/thread-swipe-actions.tsx
  • apps/mobile/src/features/home/useThreadListActions.ts
  • apps/mobile/src/features/observability/tracing.test.ts
  • apps/mobile/src/features/observability/tracing.ts
  • apps/mobile/src/features/review/reviewAvailability.test.ts
  • apps/mobile/src/features/review/reviewAvailability.ts
  • apps/mobile/src/features/terminal/threadTerminalPanelModel.test.ts
  • apps/mobile/src/features/terminal/threadTerminalPanelModel.ts
  • apps/mobile/src/features/threads/projectThreadCreationValidation.ts
  • apps/mobile/src/features/threads/thread-work-log.tsx
  • apps/mobile/src/features/threads/threadContentPresentation.test.ts
  • apps/mobile/src/features/threads/threadContentPresentation.ts
  • apps/mobile/src/lib/composer-image-schema.ts
  • apps/mobile/src/lib/layout.ts
  • apps/mobile/src/lib/modelOptions.test.ts
  • apps/mobile/src/lib/openExternalUrl.test.ts
  • apps/mobile/src/lib/openExternalUrl.ts
  • apps/mobile/src/lib/providerOptions.test.ts
  • apps/mobile/src/lib/providerOptions.ts
  • apps/mobile/src/lib/routes.test.ts
  • apps/mobile/src/lib/typography.test.ts
  • apps/mobile/src/lib/typography.ts
  • apps/mobile/src/native/composerEditorRevision.test.ts
  • apps/mobile/src/native/composerEditorRevision.ts
  • apps/mobile/src/native/nativeViewResolutionError.ts
  • apps/mobile/src/state/assets.ts
  • apps/mobile/src/state/auth.ts
  • apps/mobile/src/state/entities.ts
  • apps/mobile/src/state/environments.ts
  • apps/mobile/src/state/filesystem.ts
  • apps/mobile/src/state/git.ts
  • apps/mobile/src/state/orchestration.ts
  • apps/mobile/src/state/presentation.ts
  • apps/mobile/src/state/projects.ts
  • apps/mobile/src/state/queries.test.ts
  • apps/mobile/src/state/queries.ts
  • apps/mobile/src/state/query.ts
  • apps/mobile/src/state/queryTargets.ts
  • apps/mobile/src/state/relay.ts
  • apps/mobile/src/state/review.ts
  • apps/mobile/src/state/server.ts
  • apps/mobile/src/state/session.ts
  • apps/mobile/src/state/shell.ts
  • apps/mobile/src/state/sourceControl.ts
  • apps/mobile/src/state/terminal.ts
  • apps/mobile/src/state/thread-outbox-manager.ts
  • apps/mobile/src/state/thread-outbox-model.ts
  • apps/mobile/src/state/thread-outbox-storage.ts
  • apps/mobile/src/state/thread-outbox.test.ts
  • apps/mobile/src/state/thread-outbox.ts
  • apps/mobile/src/state/threads.ts
  • apps/mobile/src/state/use-atom-command.ts
  • apps/mobile/src/state/use-atom-query-runner.ts
  • apps/mobile/src/state/use-composer-drafts.test.ts
  • apps/mobile/src/state/use-thread-outbox-drain.ts
  • apps/mobile/src/state/use-thread-outbox.ts
  • apps/mobile/src/state/vcs.ts
  • apps/mobile/src/state/workspace.ts
  • apps/mobile/src/state/workspaceModel.test.ts
  • apps/mobile/src/state/workspaceModel.ts
  • apps/server/integration/orchestrationEngine.integration.test.ts
  • apps/server/integration/providerService.integration.test.ts
  • apps/server/scripts/cliErrors.test.ts
  • apps/server/scripts/cliErrors.ts
  • apps/server/src/attachmentStore.test.ts
  • apps/server/src/attachmentStore.ts
  • apps/server/src/checkpointing/CheckpointDiffQuery.test.ts
  • apps/server/src/checkpointing/CheckpointDiffQuery.ts
  • apps/server/src/checkpointing/CheckpointStore.test.ts
  • apps/server/src/checkpointing/CheckpointStore.ts
  • apps/server/src/checkpointing/Errors.test.ts
  • apps/server/src/checkpointing/Services/CheckpointDiffQuery.ts
  • apps/server/src/checkpointing/Services/CheckpointStore.ts
  • apps/server/src/cli/config.ts
  • apps/server/src/cli/project.test.ts
  • apps/server/src/cloud/traceRelayRequest.ts
  • apps/server/src/config.ts
  • apps/server/src/diagnostics/ProcessDiagnostics.test.ts
  • apps/server/src/diagnostics/ProcessResourceMonitor.test.ts
  • apps/server/src/diagnostics/TraceDiagnostics.test.ts
  • apps/server/src/diagnostics/TraceDiagnostics.ts
  • apps/server/src/environment/Layers/ServerEnvironment.test.ts
  • apps/server/src/environment/ServerEnvironment.test.ts
  • apps/server/src/environment/ServerEnvironment.ts
  • apps/server/src/environment/ServerEnvironmentLabel.test.ts
  • apps/server/src/environment/ServerEnvironmentLabel.ts
  • apps/server/src/environment/Services/ServerEnvironment.ts
  • apps/server/src/git/GitManager.test.ts
  • apps/server/src/git/GitWorkflowService.test.ts
  • apps/server/src/git/GitWorkflowService.ts
  • apps/server/src/git/Utils.ts
  • apps/server/src/keybindings.ts
  • apps/server/src/mcp/McpInvocationContext.test.ts
  • apps/server/src/observability/BrowserTraceCollector.ts
  • apps/server/src/observability/Layers/Observability.ts
  • apps/server/src/observability/Services/BrowserTraceCollector.ts
  • apps/server/src/orchestration/Layers/CheckpointReactor.ts
  • apps/server/src/orchestration/Layers/OrchestrationEngine.test.ts
  • apps/server/src/orchestration/Layers/ProjectionPipeline.test.ts
  • apps/server/src/orchestration/Layers/ProjectionSnapshotQuery.test.ts
  • apps/server/src/orchestration/Layers/ProjectionSnapshotQuery.ts
  • apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts
  • apps/server/src/orchestration/Layers/ProviderRuntimeIngestion.test.ts
  • apps/server/src/orchestration/Layers/ThreadDeletionReactor.ts
  • apps/server/src/orchestration/Normalizer.ts
  • apps/server/src/pathExpansion.ts
  • apps/server/src/persistence/AuthPairingLinks.ts
  • apps/server/src/persistence/Errors.test.ts
  • apps/server/src/persistence/Layers/AuthSessions.ts
  • apps/server/src/persistence/Layers/ProviderSessionRuntime.ts
  • apps/server/src/persistence/Layers/Sqlite.ts
  • apps/server/src/persistence/NodeSqliteClient.test.ts
  • apps/server/src/persistence/NodeSqliteClient.ts
  • apps/server/src/persistence/ProviderSessionRuntime.ts
  • apps/server/src/persistence/RepositoryErrorCorrelation.test.ts
  • apps/server/src/persistence/Services/ProviderSessionRuntime.ts
  • apps/server/src/project/Layers/ProjectSetupScriptRunner.ts
  • apps/server/src/project/Layers/RepositoryIdentityResolver.ts
  • apps/server/src/project/ProjectFaviconResolver.test.ts
  • apps/server/src/project/ProjectFaviconResolver.ts
  • apps/server/src/project/ProjectSetupScriptRunner.test.ts
  • apps/server/src/project/ProjectSetupScriptRunner.ts
  • apps/server/src/project/RepositoryIdentityResolver.test.ts
  • apps/server/src/project/Services/ProjectFaviconResolver.ts
  • apps/server/src/project/Services/RepositoryIdentityResolver.ts
  • apps/server/src/provider/Drivers/ClaudeDriver.ts
  • apps/server/src/provider/Drivers/CodexDriver.ts
  • apps/server/src/provider/Drivers/CodexHomeLayout.test.ts
  • apps/server/src/provider/Drivers/CodexHomeLayout.ts
  • apps/server/src/provider/Layers/ClaudeAdapter.test.ts
  • apps/server/src/provider/Layers/ClaudeAdapter.ts
  • apps/server/src/provider/Layers/ClaudeProvider.ts
  • apps/server/src/provider/Layers/CodexAdapter.test.ts
  • apps/server/src/provider/Layers/CodexSessionRuntime.ts
  • apps/server/src/provider/Layers/CursorAdapter.ts
  • apps/server/src/provider/Layers/EventNdjsonLogger.test.ts
  • apps/server/src/provider/Layers/OpenCodeAdapter.test.ts
  • apps/server/src/provider/Layers/ProviderAdapterRegistry.test.ts
  • apps/server/src/provider/Layers/ProviderInstanceRegistryHydration.ts
  • apps/server/src/provider/Layers/ProviderInstanceRegistryLive.test.ts
  • apps/server/src/provider/Layers/ProviderSessionDirectory.test.ts
  • apps/server/src/provider/Layers/ProviderSessionDirectory.ts
  • apps/server/src/provider/Layers/ProviderSessionReaper.test.ts
  • apps/server/src/provider/ProviderDriver.ts
  • apps/server/src/provider/acp/AcpNativeLogging.test.ts
  • apps/server/src/provider/acp/AcpNativeLogging.ts
  • apps/server/src/provider/acp/AcpRuntimeModel.test.ts
  • apps/server/src/provider/acp/AcpRuntimeModel.ts
  • apps/server/src/provider/acp/CursorAcpCliProbe.test.ts
  • apps/server/src/provider/acp/CursorAcpSupport.ts
  • apps/server/src/provider/makeManagedServerProvider.ts
  • apps/server/src/provider/providerMaintenance.ts
  • apps/server/src/provider/providerMaintenanceRunner.ts
  • apps/server/src/provider/providerStatusCache.test.ts
  • apps/server/src/provider/providerStatusCache.ts
  • apps/server/src/provider/providerUpdateSettings.ts
  • apps/server/src/serverLifecycleEvents.test.ts
  • apps/server/src/serverLifecycleEvents.ts
  • apps/server/src/serverRuntimeState.test.ts
  • apps/server/src/serverRuntimeState.ts
  • apps/server/src/sourceControl/AzureDevOpsCli.test.ts
  • apps/server/src/sourceControl/AzureDevOpsSourceControlProvider.test.ts
  • apps/server/src/sourceControl/AzureDevOpsSourceControlProvider.ts
  • apps/server/src/sourceControl/BitbucketApi.test.ts
  • apps/server/src/sourceControl/BitbucketSourceControlProvider.test.ts
  • apps/server/src/sourceControl/BitbucketSourceControlProvider.ts
  • apps/server/src/sourceControl/GitHubCli.test.ts
  • apps/server/src/sourceControl/GitHubSourceControlProvider.test.ts
  • apps/server/src/sourceControl/GitLabCli.test.ts
  • apps/server/src/sourceControl/GitLabSourceControlProvider.test.ts
  • apps/server/src/sourceControl/SourceControlDiscovery.test.ts
  • apps/server/src/sourceControl/SourceControlProvider.test.ts
  • apps/server/src/sourceControl/SourceControlRepositoryService.test.ts
  • apps/server/src/telemetry/AnalyticsService.test.ts
  • apps/server/src/telemetry/Identify.test.ts
  • apps/server/src/telemetry/Layers/AnalyticsService.ts
  • apps/server/src/telemetry/Services/AnalyticsService.ts
  • apps/server/src/terminal/BunPtyAdapter.test.ts
  • apps/server/src/terminal/Layers/BunPTY.ts
  • apps/server/src/terminal/Layers/Manager.test.ts
  • apps/server/src/terminal/Manager.ts
  • apps/server/src/terminal/NodePtyAdapter.test.ts
  • apps/server/src/terminal/NodePtyAdapter.ts
  • apps/server/src/terminal/PtyAdapter.test.ts
  • apps/server/src/terminal/Services/PTY.ts
  • apps/server/src/textGeneration/ClaudeTextGeneration.test.ts
  • apps/server/src/textGeneration/ClaudeTextGeneration.ts
  • apps/server/src/textGeneration/CodexTextGeneration.test.ts
  • apps/server/src/textGeneration/CursorTextGeneration.test.ts
  • apps/server/src/textGeneration/CursorTextGeneration.ts
  • apps/server/src/textGeneration/TextGeneration.test.ts
  • apps/server/src/textGeneration/TextGenerationPrompts.test.ts
  • apps/server/src/textGeneration/TextGenerationUtils.ts
  • apps/server/src/vcs/GitVcsDriver.test.ts
  • apps/server/src/vcs/VcsDriverRegistry.test.ts
  • apps/server/src/vcs/VcsDriverRegistry.ts
  • apps/server/src/vcs/VcsProcess.test.ts
  • apps/server/src/vcs/VcsProcess.ts
  • apps/server/src/vcs/VcsProjectConfig.test.ts
  • apps/server/src/vcs/VcsProjectConfig.ts
  • apps/server/src/vcs/VcsProvisioningService.test.ts
  • apps/server/src/vcs/VcsProvisioningService.ts
  • apps/server/src/workspace/Services/WorkspacePaths.ts
  • apps/server/src/workspace/WorkspaceFileSystem.test.ts
  • apps/server/src/workspace/WorkspaceFileSystem.ts
  • apps/server/src/workspace/WorkspacePaths.test.ts
  • apps/server/src/workspace/WorkspacePaths.ts
  • apps/server/src/workspace/WorkspaceSearchIndex.test.ts
  • apps/web/src/AppRoot.test.tsx
  • apps/web/src/AppRoot.tsx
  • apps/web/src/assets/assetUrls.test.ts
  • apps/web/src/branding.logic.ts
  • apps/web/src/browser/BrowserDeviceToolbar.test.ts
  • apps/web/src/browser/BrowserDeviceToolbar.tsx
  • apps/web/src/browser/BrowserViewportResizeHandles.tsx
  • apps/web/src/browser/browserDeviceToolbarState.ts
  • apps/web/src/browser/browserRecording.test.ts
  • apps/web/src/browser/browserRecordingScope.test.ts
  • apps/web/src/browser/browserRecordingScope.ts
  • apps/web/src/browser/browserSurfaceStore.test.ts
  • apps/web/src/browser/browserViewportActions.test.ts
  • apps/web/src/browser/browserViewportActions.ts
  • apps/web/src/browser/browserViewportLayout.test.ts
  • apps/web/src/browser/browserViewportLayout.ts
  • apps/web/src/browser/desktopTabLifetime.test.ts
  • apps/web/src/browser/hostedBrowserWebviewStyle.test.ts
  • apps/web/src/browser/hostedBrowserWebviewStyle.ts
  • apps/web/src/browser/previewWebviewConfigState.test.ts
  • apps/web/src/browser/useBrowserViewportResize.ts
  • apps/web/src/cloud/linkEnvironmentAtoms.ts
  • apps/web/src/cloud/managedAuth.test.ts
  • apps/web/src/commandPaletteContext.tsx
  • apps/web/src/commandPaletteStore.ts
  • apps/web/src/components/AppSidebarLayout.tsx
  • apps/web/src/components/BranchToolbar.tsx
  • apps/web/src/components/ChatView.logic.ts
  • apps/web/src/components/CommandPalette.logic.test.ts
  • apps/web/src/components/CommandPalette.logic.ts
  • apps/web/src/components/DiffPanelShell.tsx
  • apps/web/src/components/DiffWorkerPoolProvider.tsx
  • apps/web/src/components/KeybindingsUpdateToast.logic.test.ts
  • apps/web/src/components/KeybindingsUpdateToast.logic.ts
  • apps/web/src/components/ProviderUpdateEnvironmentRows.test.tsx
  • apps/web/src/components/ProviderUpdateEnvironmentRows.tsx
  • apps/web/src/components/ProviderUpdateLaunchNotification.environments.ts
  • apps/web/src/components/ProviderUpdateLaunchNotification.logic.ts
  • apps/web/src/components/ProviderUpdateLaunchNotification.tsx
  • apps/web/src/components/ProviderUpdatePrimaryNotification.tsx
  • apps/web/src/components/Sidebar.logic.ts
  • apps/web/src/components/SlowRpcRequestToastCoordinator.tsx
  • apps/web/src/components/ThreadStatusIndicators.test.tsx
  • apps/web/src/components/WebSocketConnectionSurface.tsx
  • apps/web/src/components/auth/PairingRouteSurface.tsx
  • apps/web/src/components/chat/ChangedFilesTree.test.tsx
  • apps/web/src/components/chat/ComposerBannerStack.tsx
  • apps/web/src/components/chat/ComposerPendingApprovalActions.tsx
  • apps/web/src/components/chat/ExpandedImageDialog.tsx
  • apps/web/src/components/chat/composerProviderState.test.tsx
  • apps/web/src/components/chat/composerProviderState.tsx
  • apps/web/src/components/chat/timelineScrollAnchoring.test.tsx
  • apps/web/src/components/chat/timelineScrollAnchoring.ts
  • apps/web/src/components/clerk/MobileClientsUserProfilePage.logic.test.ts
  • apps/web/src/components/clerk/MobileClientsUserProfilePage.logic.ts
  • apps/web/src/components/clerk/MobileClientsUserProfilePage.tsx
  • apps/web/src/components/diffs/AnnotatableCodeView.tsx
  • apps/web/src/components/preview/PreviewAutomationHosts.tsx
  • apps/web/src/components/preview/addBrowserSurface.test.ts
  • apps/web/src/components/preview/addBrowserSurface.ts
  • apps/web/src/components/preview/closePreviewSession.test.ts
  • apps/web/src/components/preview/closePreviewSession.ts
  • apps/web/src/components/preview/openTerminalLinkInPreview.test.ts
  • apps/web/src/components/preview/previewAutomationClientId.test.ts
  • apps/web/src/components/preview/previewAutomationClientId.ts
  • apps/web/src/components/preview/previewAutomationErrors.ts
  • apps/web/src/components/preview/previewAutomationOpenReadiness.test.ts
  • apps/web/src/components/preview/previewAutomationOpenReadiness.ts
  • apps/web/src/components/preview/previewAutomationRequestConsumer.test.ts
  • apps/web/src/components/preview/previewAutomationRequestConsumer.ts
  • apps/web/src/components/preview/previewAutomationTarget.test.ts
  • apps/web/src/components/preview/previewAutomationTarget.ts
  • apps/web/src/components/preview/previewViewportReadiness.test.ts
  • apps/web/src/components/preview/previewViewportReadiness.ts
  • apps/web/src/components/settings/ConnectionsSettings.logic.test.ts
  • apps/web/src/components/settings/ConnectionsSettings.logic.ts
  • apps/web/src/components/settings/DiagnosticsSettings.tsx
  • apps/web/src/components/settings/KeybindingsSettings.tsx
  • apps/web/src/components/settings/SourceControlSettings.tsx
  • apps/web/src/components/sidebar/SidebarProviderUpdatePill.tsx
  • apps/web/src/components/sidebar/SidebarUpdatePill.tsx
  • apps/web/src/components/ui/sidebar.test.tsx
  • apps/web/src/components/ui/sidebar.tsx
  • apps/web/src/components/ui/sidebarState.ts
  • apps/web/src/composerDraftStore.test.ts
  • apps/web/src/composerDraftStore.ts
  • apps/web/src/connection/catalog.ts
  • apps/web/src/connection/desktopLocal.test.ts
  • apps/web/src/connection/desktopLocal.ts
  • apps/web/src/connection/onboarding.ts
  • apps/web/src/connection/platform.test.ts
  • apps/web/src/connection/platform.ts
  • apps/web/src/connection/runtime.ts
  • apps/web/src/connection/storage.test.ts
  • apps/web/src/connection/storage.ts
  • apps/web/src/connection/useDesktopLocalBootstraps.ts
  • apps/web/src/diffPanelStore.test.ts
  • apps/web/src/diffPanelStore.ts
  • apps/web/src/diffRouteSearch.ts
  • apps/web/src/editorPreferences.ts
  • apps/web/src/environments/primary/desktopAuth.test.ts
  • apps/web/src/environments/primary/desktopAuth.ts
  • apps/web/src/environments/primary/httpLayer.test.ts
  • apps/web/src/environments/primary/httpLayer.ts
  • apps/web/src/environments/primary/target.ts
  • apps/web/src/historyBootstrap.test.ts
  • apps/web/src/hooks/useCommitOnBlur.ts
  • apps/web/src/hooks/useCopyToClipboard.test.ts
  • apps/web/src/hooks/useCopyToClipboard.ts
  • apps/web/src/hooks/useLocalStorage.test.ts
  • apps/web/src/hooks/useLocalStorage.ts
  • apps/web/src/hooks/useSettings.test.ts
  • apps/web/src/hooks/useSettings.ts
  • apps/web/src/hooks/useTheme.test.ts
  • apps/web/src/hooks/useThreadActions.test.ts
  • apps/web/src/hooks/useTurnDiffSummaries.ts
  • apps/web/src/keybindings.test.ts
  • apps/web/src/lib/baseRefChoices.test.ts
  • apps/web/src/lib/baseRefChoices.ts
  • apps/web/src/lib/chatThreadActions.test.ts
  • apps/web/src/lib/chatThreadActions.ts
  • apps/web/src/lib/desktopUpdateReactQuery.ts
  • apps/web/src/lib/openPullRequestLink.test.ts
  • apps/web/src/lib/openPullRequestLink.ts
  • apps/web/src/lib/processDiagnosticsState.ts
  • apps/web/src/lib/terminalUiStateCleanup.test.ts
  • apps/web/src/lib/threadSort.test.ts
  • apps/web/src/lib/traceDiagnosticsState.ts
  • apps/web/src/lib/turnDiffTree.test.ts
  • apps/web/src/logicalProject.ts
  • apps/web/src/modelPickerOpenState.ts
  • apps/web/src/modelPickerVisibility.ts
  • apps/web/src/modelSelection.ts
  • apps/web/src/observability/clientTracing.ts
  • apps/web/src/projectScripts.ts
  • apps/web/src/providerInstances.test.ts
  • apps/web/src/providerInstances.ts
  • apps/web/src/providerUpdateDismissal.ts
  • apps/web/src/router.ts
  • apps/web/src/routes/_chat.draft.$draftId.tsx
  • apps/web/src/routes/settings.tsx
  • apps/web/src/session-logic.test.ts
  • apps/web/src/session-logic.ts
  • apps/web/src/shortcutModifierState.test.ts
  • apps/web/src/shortcutModifierState.ts
  • apps/web/src/sidebarProjectGrouping.ts
  • apps/web/src/state/assets.ts
  • apps/web/src/state/auth.ts
  • apps/web/src/state/desktopNetworkAccess.test.ts
  • apps/web/src/state/desktopNetworkAccess.ts
  • apps/web/src/state/desktopSshHosts.test.ts
  • apps/web/src/state/desktopSshHosts.ts
  • apps/web/src/state/desktopUpdate.test.ts
  • apps/web/src/state/desktopUpdate.ts
  • apps/web/src/state/desktopWslState.test.ts
  • apps/web/src/state/desktopWslState.ts
  • apps/web/src/state/entities.ts
  • apps/web/src/state/environments.ts
  • apps/web/src/state/filesystem.ts
  • apps/web/src/state/git.ts
  • apps/web/src/state/orchestration.ts
  • apps/web/src/state/presentation.ts
  • apps/web/src/state/preview.ts
  • apps/web/src/state/primaryEnvironment.ts
  • apps/web/src/state/projects.ts
  • apps/web/src/state/queries.ts
  • apps/web/src/state/query.ts
  • apps/web/src/state/relay.ts
  • apps/web/src/state/review.ts
  • apps/web/src/state/server.ts
  • apps/web/src/state/session.ts
  • apps/web/src/state/shell.ts
  • apps/web/src/state/sourceControl.ts
  • apps/web/src/state/sourceControlActions.ts
  • apps/web/src/state/terminal.ts
  • apps/web/src/state/terminalSessions.ts
  • apps/web/src/state/threads.ts
  • apps/web/src/state/use-atom-command.ts
  • apps/web/src/state/use-atom-query-runner.ts
  • apps/web/src/state/vcs.ts
  • apps/web/src/storeSelectors.ts
  • apps/web/src/threadDerivation.ts
  • apps/web/src/threadRoutes.ts
  • apps/web/src/types.ts
  • apps/web/src/versionSkew.ts
  • apps/web/src/workspaceTitlebar.ts
  • apps/web/src/worktreeCleanup.test.ts
  • apps/web/src/worktreeCleanup.ts
  • apps/web/src/wslPaths.test.ts
  • apps/web/src/wslPaths.ts
  • docs/architecture/connection-runtime.md
  • docs/operations/effect-fn-checklist.md
  • docs/operations/release.md
  • docs/reference/encyclopedia.md
  • docs/reference/scripts.md
  • infra/relay/src/agentActivity/AgentActivityRows.test.ts
  • infra/relay/src/agentActivity/ApnsDeliveryQueue.test.ts
  • infra/relay/src/environments/ManagedEndpointAllocations.test.ts
  • oxlint-plugin-t3code/rules/namespace-node-imports.test.ts
  • oxlint-plugin-t3code/rules/namespace-node-imports.ts
  • oxlint-plugin-t3code/rules/no-inline-schema-compile.ts
  • packages/client-runtime/README.md
  • packages/client-runtime/src/advertisedEndpoint.ts
  • packages/client-runtime/src/authorization/index.ts
  • packages/client-runtime/src/authorization/layer.test.ts
  • packages/client-runtime/src/authorization/remote.test.ts
  • packages/client-runtime/src/authorization/remote.ts
  • packages/client-runtime/src/authorization/service.ts
  • packages/client-runtime/src/authorization/tokenStore.ts
  • packages/client-runtime/src/connection/catalog.ts
  • packages/client-runtime/src/connection/connectivity.ts
  • packages/client-runtime/src/connection/credentialStore.ts
  • packages/client-runtime/src/connection/driver.ts
  • packages/client-runtime/src/connection/errors.ts
  • packages/client-runtime/src/connection/index.ts
  • packages/client-runtime/src/connection/layer.ts
  • packages/client-runtime/src/connection/model.ts
  • packages/client-runtime/src/connection/onboarding.test.ts
  • packages/client-runtime/src/connection/onboarding.ts
  • packages/client-runtime/src/connection/presentation.test.ts
  • packages/client-runtime/src/connection/presentation.ts
  • packages/client-runtime/src/connection/profileStore.ts
  • packages/client-runtime/src/connection/registry.test.ts
  • packages/client-runtime/src/connection/registry.ts
  • packages/client-runtime/src/connection/resolver.test.ts
  • packages/client-runtime/src/connection/resolver.ts
  • packages/client-runtime/src/connection/supervisor.test.ts
  • packages/client-runtime/src/connection/supervisor.ts
  • packages/client-runtime/src/connection/wakeups.ts
  • packages/client-runtime/src/environment/descriptor.ts
  • packages/client-runtime/src/environment/endpoint.test.ts
  • packages/client-runtime/src/environment/endpoint.ts
  • packages/client-runtime/src/environment/index.ts
  • packages/client-runtime/src/environment/knownEnvironment.test.ts
  • packages/client-runtime/src/environment/knownEnvironment.ts
  • packages/client-runtime/src/environment/scoped.ts
  • packages/client-runtime/src/errors/errorTrace.test.ts
  • packages/client-runtime/src/errors/errorTrace.ts
  • packages/client-runtime/src/errors/index.ts
  • packages/client-runtime/src/errors/safeLog.test.ts
  • packages/client-runtime/src/errors/safeLog.ts
  • packages/client-runtime/src/errors/transport.test.ts
  • packages/client-runtime/src/errors/transport.ts
  • packages/client-runtime/src/operations/commands.test.ts
  • packages/client-runtime/src/operations/commands.ts
  • packages/client-runtime/src/operations/index.ts
  • packages/client-runtime/src/operations/projects.test.ts
  • packages/client-runtime/src/operations/projects.ts
  • packages/client-runtime/src/platform/capabilities.ts
  • packages/client-runtime/src/platform/index.ts
  • packages/client-runtime/src/platform/persistence.ts
  • packages/client-runtime/src/platform/source.ts
  • packages/client-runtime/src/platform/storageDocument.test.ts
  • packages/client-runtime/src/platform/storageDocument.ts
  • packages/client-runtime/src/relay/discovery.test.ts
  • packages/client-runtime/src/relay/discovery.ts
  • packages/client-runtime/src/relay/index.ts
  • packages/client-runtime/src/relay/managedRelay.test.ts
  • packages/client-runtime/src/relay/managedRelay.ts
  • packages/client-runtime/src/relay/managedRelayState.test.ts
  • packages/client-runtime/src/relay/managedRelayState.ts
  • packages/client-runtime/src/rpc/client.test.ts
  • packages/client-runtime/src/rpc/client.ts
  • packages/client-runtime/src/rpc/http.ts
  • packages/client-runtime/src/rpc/index.ts
  • packages/client-runtime/src/rpc/protocol.ts
  • packages/client-runtime/src/rpc/session.test.ts
  • packages/client-runtime/src/rpc/session.ts
  • packages/client-runtime/src/state/archivedThreads.test.ts
  • packages/client-runtime/src/state/archivedThreads.ts
  • packages/client-runtime/src/state/assets.test.ts
  • packages/client-runtime/src/state/assets.ts
  • packages/client-runtime/src/state/auth.test.ts
  • packages/client-runtime/src/state/auth.ts
  • packages/client-runtime/src/state/checkpointDiff.ts
  • packages/client-runtime/src/state/composerPathSearch.ts
  • packages/client-runtime/src/state/connections.ts
  • packages/client-runtime/src/state/entities.test.ts
  • packages/client-runtime/src/state/entities.ts
  • packages/client-runtime/src/state/filesystem.ts
  • packages/client-runtime/src/state/git.ts
  • packages/client-runtime/src/state/gitActions.ts
  • packages/client-runtime/src/state/models.ts
  • packages/client-runtime/src/state/orchestration.ts
  • packages/client-runtime/src/state/presentation.ts
  • packages/client-runtime/src/state/preview.test.ts
  • packages/client-runtime/src/state/preview.ts
  • packages/client-runtime/src/state/projectCommands.ts
  • packages/client-runtime/src/state/projectEntities.ts
  • packages/client-runtime/src/state/projectGrouping.ts
  • packages/client-runtime/src/state/projects.ts
  • packages/client-runtime/src/state/relayDiscovery.ts
  • packages/client-runtime/src/state/review.ts
  • packages/client-runtime/src/state/runtime.test.ts
  • packages/client-runtime/src/state/runtime.ts
  • packages/client-runtime/src/state/server.test.ts
  • packages/client-runtime/src/state/server.ts
  • packages/client-runtime/src/state/session.test.ts
  • packages/client-runtime/src/state/session.ts
  • packages/client-runtime/src/state/shell-sync.test.ts
  • packages/client-runtime/src/state/shell.test.ts
  • packages/client-runtime/src/state/shell.ts
  • packages/client-runtime/src/state/shellCommands.ts
  • packages/client-runtime/src/state/shellReducer.test.ts
  • packages/client-runtime/src/state/shellReducer.ts
  • packages/client-runtime/src/state/snapshots.ts
  • packages/client-runtime/src/state/sourceControl.ts
  • packages/client-runtime/src/state/terminal.ts
  • packages/client-runtime/src/state/terminalSession.test.ts
  • packages/client-runtime/src/state/terminalSession.ts
  • packages/client-runtime/src/state/threadCommands.ts
  • packages/client-runtime/src/state/threadDetail.ts
  • packages/client-runtime/src/state/threadReducer.test.ts
  • packages/client-runtime/src/state/threadReducer.ts
  • packages/client-runtime/src/state/threadRetention.ts
  • packages/client-runtime/src/state/threadShell.ts
  • packages/client-runtime/src/state/threadSort.ts
  • packages/client-runtime/src/state/threads-atoms.test.ts
  • packages/client-runtime/src/state/threads-sync.test.ts
  • packages/client-runtime/src/state/threads.ts
  • packages/client-runtime/src/state/vcs.ts
  • packages/client-runtime/src/state/vcsAction.test.ts
  • packages/client-runtime/src/state/vcsAction.ts
  • packages/client-runtime/src/state/vcsCommandScheduler.ts
  • packages/client-runtime/src/state/vcsRef.ts
  • packages/client-runtime/src/state/vcsStatus.ts
  • packages/client-runtime/tsconfig.json
  • packages/contracts/src/desktopBootstrap.ts
  • packages/contracts/src/filesystem.test.ts
  • packages/contracts/src/filesystem.ts
  • packages/contracts/src/git.test.ts
  • packages/contracts/src/git.ts
  • packages/contracts/src/ipc.test.ts
  • packages/contracts/src/keybindings.ts
  • packages/contracts/src/orchestration.test.ts
  • packages/contracts/src/orchestration.ts
  • packages/contracts/src/project.test.ts
  • packages/contracts/src/server.ts
  • packages/contracts/src/sourceControl.ts
  • packages/effect-acp/src/_internal/shared.ts
  • packages/effect-acp/src/_internal/stdio.test.ts
  • packages/effect-acp/src/_internal/stdio.ts
  • packages/effect-acp/src/errors.test.ts
  • packages/effect-acp/src/protocol.test.ts
  • packages/effect-acp/src/protocol.ts
  • packages/effect-acp/src/terminal.ts
  • packages/effect-codex-app-server/src/_internal/shared.test.ts
  • packages/effect-codex-app-server/src/_internal/shared.ts
  • packages/effect-codex-app-server/src/_internal/stdio.test.ts
  • packages/effect-codex-app-server/src/_internal/stdio.ts
  • packages/effect-codex-app-server/src/protocol.test.ts
  • packages/effect-codex-app-server/src/protocol.ts
  • packages/shared/src/Net.test.ts
  • packages/shared/src/Net.ts
  • packages/shared/src/chatList.test.ts
  • packages/shared/src/chatList.ts
  • packages/shared/src/filePreview.test.ts
  • packages/shared/src/filePreview.ts
  • packages/shared/src/httpReadiness.ts
  • packages/shared/src/keybindings.ts
  • packages/shared/src/logging.test.ts
  • packages/shared/src/logging.ts
  • packages/shared/src/previewViewport.test.ts
  • packages/shared/src/previewViewport.ts
  • packages/shared/src/relayJwt.test.ts
  • packages/ssh/src/command.ts
  • packages/ssh/src/tunnel.test.ts
  • packages/ssh/src/tunnel.ts
  • packages/tailscale/src/tailscale.test.ts
  • scripts/dev-runner.test.ts
  • scripts/lib/resolve-catalog.test.ts
  • scripts/lib/resolve-catalog.ts
  • scripts/mobile-native-static-check.test.ts
  • scripts/notify-discord-release.ts
  • scripts/resolve-nightly-release.test.ts
  • scripts/resolve-nightly-release.ts
  • scripts/resolve-previous-release-tag.test.ts
  • scripts/resolve-previous-release-tag.ts
  • scripts/update-release-package-versions.test.ts
  • scripts/update-release-package-versions.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sync/upstream-v0.0.28-fda6486233e0

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation:upstream-sync Generated TritonAI Harness upstream sync work. checks-failed Local validation failed during automated sync. needs-human-review Automation could not complete this safely without maintainer review. size:XXL upstream-conflict Automated upstream sync encountered merge conflicts. vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant