Merge remote-tracking branch 'origin/worktree-agent-scope-design' into codex/package-readme-limitations-audit-20260712

This commit is contained in:
Tianyi Cui
2026-07-13 13:45:20 +08:00
13 changed files with 23 additions and 22 deletions

View File

@@ -82,9 +82,9 @@ declare module '@deepseek-ai/dsh-system-prompt' {
}
/**
* Options an agent is created with. The persona is NOT here — it is the
* deployment's `persona` config on the dsh-system-prompt plugin, shared by
* every agent in the context.
* Options an agent is created with. The persona is NOT here: the
* dsh-system-prompt config supplies the global default, and a scoped
* `deployment:persona` section may override it for one agent.
* Merge-extensible: plugins declare extra fields via declaration merging.
*/
export interface AgentOptions {