feat(code-mode): first-class nodes API (#114877)

* feat(agents): add nodes to code mode

* fix(agents): add code mode nodes discovery hint
This commit is contained in:
Peter Steinberger
2026-07-27 23:03:23 -04:00
committed by GitHub
parent b244adf430
commit ea707382fd
8 changed files with 464 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ type CodeModeBridgeMethod =
| "describe"
| "call"
| "callValue"
| "nodes"
| "yield"
| "namespace"
| "agentSpawn"