| commit | cc5ce58b57b3faa66cc784cb3f248420602befcb | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jun 25 07:45:21 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jun 26 07:02:46 2025 +0000 |
| tree | a3012ae4df037604f79beeb94852d3703947d57c | |
| parent | 85ddcdf7453f8f222654136116e856a64b4eae7c [diff] [blame] |
Canvas: Render AI agents in tabs Implements AI Agent chat bubble, but is disabled for now. Change-Id: If915691a22f376f347b76a5d24333dbe76492ca9
diff --git a/apps/canvas/config/src/index.ts b/apps/canvas/config/src/index.ts index a8f21de..05b3291 100644 --- a/apps/canvas/config/src/index.ts +++ b/apps/canvas/config/src/index.ts
@@ -47,6 +47,7 @@ GithubData, envSchema, accessSchema, + Access, } from "./graph.js"; export { generateDodoConfig, configToGraph } from "./config.js";