合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit 7f07f0449d - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ const RefineDevtools = React.lazy(async () => {
return {
default: (props: React.PropsWithChildren) => (
<DevtoolsProviderBase>
<DevtoolsProviderBase url={["http://localhost:5001", "ws://localhost:5001"]}>
{props.children}
<DevtoolsPanel />
</DevtoolsProviderBase>