Merge remote-tracking branch 'origin/master' into editor-agent-refactored

# Conflicts:
#	docs/README.md
#	src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.tsx
#	src/components/image-editor/EditorAgentConversation/useEditorAgentConversation.ts
#	src/components/image-editor/EditorAgentConversationPanelView.test.tsx
#	src/components/image-editor/ImageCanvasStageView.tsx
This commit is contained in:
2026-07-17 17:32:08 +08:00
272 changed files with 1697 additions and 1300 deletions
+2 -1
View File
@@ -921,7 +921,8 @@ function readLinuxApiServerProcessSnapshot(pid) {
if (
error?.code === 'ENOENT' ||
error?.code === 'EACCES' ||
error?.code === 'EPERM'
error?.code === 'EPERM' ||
error?.code === 'ESRCH'
) {
return null;
}