修复回归
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Successful in 7m15s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 7m22s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 7m22s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 7m45s
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled

This commit is contained in:
2026-09-19 00:09:13 +08:00
parent 43b7396909
commit e69865a3b5
+7 -4
View File
@@ -290,7 +290,10 @@ import {
currentPlatformSessionGeneration,
requestPlatformSessionRefresh,
} from './services/platformSession';
import { setAgcPluginProjectPath, startAgcPlugin } from './services/pluginHost';
import {
setAgcPluginProjectPath,
startAvailableAgcPlugin,
} from './services/pluginHost';
import {
canSubscribeTauriEvents,
subscribeTauriEvent,
@@ -595,7 +598,7 @@ export function App({
void setAgcPluginProjectPath(nextProjectPath)
.then(async () => {
if (workspaceProjectKind === 'cocos' && nextProjectPath) {
await startAgcPlugin('agc-cocos-editor');
await startAvailableAgcPlugin('agc-cocos-editor');
}
})
.catch((error) => {
@@ -11250,8 +11253,8 @@ export function App({
);
const projectSupervisorHasConversationControls = Boolean(
projectSupervisorRuntime?.pendingToolAction ||
projectSupervisorRuntime?.userInputRequest ||
projectSupervisorNeedsUserInput,
projectSupervisorRuntime?.userInputRequest ||
projectSupervisorNeedsUserInput,
);
const visibleAgentConversationMessages = latestVisibleItems(
agentConversationMessages,