Merge origin/main into chore/nanoclaw-recursive-room

This commit is contained in:
Eyejoker
2026-03-20 03:48:29 +09:00
37 changed files with 4268 additions and 146 deletions

View File

@@ -170,5 +170,5 @@ export function isAppServerTurnFinished(state: AppServerTurnState): boolean {
export function getAppServerTurnResult(
state: AppServerTurnState,
): string | null {
return state.finalAnswer || state.latestAgentMessage;
return state.finalAnswer;
}