This commit is contained in:
ray zhou
2026-06-29 14:51:55 +08:00
parent 225fb2bd28
commit 2dd9f17da9
319 changed files with 29461 additions and 9412 deletions

View File

@@ -106,6 +106,10 @@ export type { CanvasAction };
* appended after the mention. The canvas file is resolved from the
* action route's `canvasId`; do not pass the path from canvas UI.
*
* **`openFile`** — Open an existing workspace file in the host IDE.
* `path` may be workspace-relative or absolute. Optional `selection`
* follows VS Code editor line/column fields.
*
* @example
* ```tsx
* function AgentLink({ agentId, title }: { agentId: string; title: string }) {