Merge branch 'master' into feat/read-image-context

# Conflicts:
#	docs/module-graph.i18n.yaml
#	docs/module-graph.md
#	docs/module-graph.zh.md
This commit is contained in:
creatixchu
2026-08-10 19:01:47 +08:00
824 changed files with 11131 additions and 2566 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ interface EditInput {
}
/**
* The `edit` tool's validated argument shape: the base parameters plus the two
* The `edit` tool's validated arguments: the base parameters plus the two
* escalation fields, advertised only under a confining `ctx.fs` (absent from
* the schema otherwise, so the validator rejects them before `execute`).
*/
+1 -1
View File
@@ -43,7 +43,7 @@ ${verb} file
}
/**
* The `write` tool's validated argument shape: the base parameters plus the
* The `write` tool's validated arguments: the base parameters plus the
* two escalation fields, advertised only under a confining `ctx.fs` (absent
* from the schema otherwise, so the validator rejects them before `execute`).
*/