Merge codex/goal-tools into codex/goal-session
# Conflicts: # .agents/notes/implemented/feature/2026-07-19-persisted-same-session-goal-domain.i18n.yaml # .agents/notes/implemented/feature/2026-07-19-persisted-same-session-goal-domain.md # .agents/notes/implemented/feature/2026-07-19-persisted-same-session-goal-domain.zh.md # docs/cordis-catalog/events.md # docs/event-producer-consumer.md # packages/goal/goal/tests/goal.spec.ts # website/zh-CN/api/harness/events.md # website/zh-CN/api/harness/goals.md
This commit is contained in:
@@ -25,7 +25,10 @@ export interface AgentOptions {
|
||||
model?: string
|
||||
}
|
||||
|
||||
/** Message options; an omitted source resolves to `{ kind: 'user' }`, so plugins must label their own content. */
|
||||
/**
|
||||
* Message options. An omitted source attests direct human input as `{ kind: 'user' }`
|
||||
* and may authorize policy consumers, so non-human producers must label their content.
|
||||
*/
|
||||
export interface SendOptions {
|
||||
source?: MessageSource
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user