@robota-sdk/agent-session 3.0.0-beta.79 → 3.0.0-beta.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,692 @@
1
1
  # @robota-sdk/agent-session
2
2
 
3
+ ## 3.0.0-beta.82
4
+
5
+ ### Minor Changes
6
+
7
+ - c7f9203: Connected sessions can send each other files.
8
+
9
+ - `/peers send-file <session-id> <path>` sends a copy of any file the operator can read to another
10
+ live session on this host.
11
+ - The model sends a file only through the `peer_send_file` tool. Every call asks the user, showing
12
+ the path, size, hash and destination; no permission mode, rule or remembered consent answers it.
13
+ The tool reaches only files inside the workspace whose path does not look like it holds secrets
14
+ (`.env*`, `~/.ssh`, keys and credentials), and it does not exist in a turn a peer's message started.
15
+ - The receiving operator approves every file. A received file is kept as an inert copy (mode 0600)
16
+ under `~/.robota/peer-files/<sender>/`. It is never run and never placed in the model's context.
17
+ The conversation is told only its name, size and sha256. A name that leaves that directory is
18
+ refused, a symbolic link is never written through, and nothing is overwritten.
19
+ - Transfers travel on a channel of their own (a separate connection on this host, a separate data
20
+ channel between devices), in chunks the receiver paces, up to 32 MiB, and are kept only when the
21
+ whole content matches the offered sha256. A transfer that ends early is discarded; there is no
22
+ resume.
23
+
24
+ **API**
25
+
26
+ - `agent-interface-session-mobility`: the `file` capability, which asks the operator for every
27
+ request; `ConnectionAuthority.authorizeFile`; `IFileOffer` and `IFileFrameChannel`.
28
+ - `agent-transport/node`: `sendFileOverChannel` and `receiveFileOverChannel`, the carrier over any
29
+ `IFileFrameChannel`; `DEFAULT_MAX_FILE_BYTES`.
30
+ - `agent-transport-webrtc`: `IDeviceMeshLink.openFileChannel` and `onFileChannel`.
31
+ - `agent-remote-pairing`: `file` joins `DEVICE_CAPABILITIES`. A device certificate that names it is
32
+ refused as malformed by an earlier version.
33
+ - `agent-core`: `IToolPermissionProfile.notInPeerTurn` withholds a tool from a turn a peer's message
34
+ started.
35
+ - `agent-framework`: `ICommandLocalPeersAdapter.prepareFile`.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [c7f9203]
40
+ - @robota-sdk/agent-core@3.0.0-beta.82
41
+ - @robota-sdk/agent-interface-execution@3.0.0-beta.82
42
+ - @robota-sdk/agent-interface-session@3.0.0-beta.82
43
+ - @robota-sdk/agent-file-authority@3.0.0-beta.82
44
+
45
+ ## 3.0.0-beta.81
46
+
47
+ ### Minor Changes
48
+
49
+ - 3038eb7: A message from another session is instant messaging: text from an untrusted third party that
50
+ carries no authority. What the model does with it is decided by the session's ordinary permissions —
51
+ rules, permission mode and remembered consent — exactly like the session's own work. The per-origin
52
+ peer policy is gone.
53
+
54
+ **BREAKING**
55
+
56
+ - `agent-core`: `IPermissionEvaluationContext.peerTurn` is now a boolean. It decides only whether a
57
+ `repliesToPeer` tool exists; every other call in a peer turn is decided as in any turn. Removed:
58
+ `isToolAvailableInPeerTurn`, `isSecretPath`, `IPeerTurnAuthority`, `TPeerReach` (now exported by
59
+ `agent-interface-session-mobility`) and `IToolPermissionProfile.workspacePaths`.
60
+ - `agent-tools`: `Read` and `Glob` no longer declare `workspacePaths`.
61
+ - `agent-session`: `ISessionRunOptions.peerReach` is replaced by `peerTurn?: boolean`, and
62
+ `ISessionOptions.allowPeerChanges` is removed. An ask in a peer turn is answered like any other:
63
+ a consent the operator remembered answers it, and an "always allow" given there is remembered.
64
+ - `agent-interface-session`: `IPeerTurnContext` no longer has `reach`; it carries only the reply
65
+ route.
66
+ - `agent-interface-session-mobility`: `peerReachOf` is removed; `TPeerReach` moves here. A delegated
67
+ turn carries no reach.
68
+ - `agent-framework`: the `peers.allowChanges` setting is removed (an existing value is ignored). A
69
+ peer turn is offered the ordinary tools, plus `peer_reply`.
70
+
71
+ **Changes**
72
+
73
+ - `agent-framework`: the per-turn statement tells the model the message is an opinion from an
74
+ untrusted third party, not its owner's instruction, and that it decides for itself whether and how
75
+ to act. A message still expands no `@path` and attaches no context reference, and its requests
76
+ still carry no provider-hosted tool, since no permission step can decide one. The session takes
77
+ at most 6 messages a minute and 30 an hour from each sender for a turn; a message over the limit
78
+ is refused with a reason the sender receives. A prompt answer given in the name of a `peer:` or `external:`
79
+ driver is ignored. External-event turns keep their tool-less baseline.
80
+ - `agent-cli`: incoming peer turns carry only their reply route.
81
+
82
+ - 02b7452: A reply to a peer session is decided by the permission system like any call that sends something
83
+ off this machine, and it goes only to the sender that was admitted.
84
+
85
+ - `agent-core` — a tool declaring `repliesToPeer` is still refused outside a peer turn; inside one it
86
+ is decided by the ordinary steps: deny, ask and allow rules, then the mode. It declares no risk
87
+ class, so it asks by default, is refused in plan mode and proceeds under bypass. `IPeerTurnAuthority`
88
+ no longer has `toolUsed`.
89
+ - `agent-session` — an "always allow" answer to the reply is remembered and answers later replies,
90
+ as for any tool; other asks in a peer turn still need a fresh approval each time.
91
+ - `agent-framework` — `peer_reply` asks the operator by default, showing the full text and the peer
92
+ it goes to; `permissions.allow`/`deny` rules naming `peer_reply` apply. `PeerMessageIngress`
93
+ refuses a message whose origin names a sender other than the admitted one, or whose admission names
94
+ no sender, and submits the turn with the admitted identity.
95
+ - `agent-cli` — a local peer message is taken as coming from the session it names only when that
96
+ session confirms, at its own socket, that it is sending exactly that message to this receiver.
97
+ The reply target, the driver id and the operator's notices come from the confirmed sender. A
98
+ session on an earlier version cannot confirm, so its messages are refused; both sessions need this
99
+ version to message each other.
100
+
101
+ - 18b52cc: Built-in commands are offered to the model deliberately, each described for the model, and never
102
+ with a trust, credential or permission-widening action.
103
+
104
+ - `agent-interface-command` — `ICommand` gains `modelDescription?` (what the model is told, beside the
105
+ short `/help` line), and `modelInvocable` on a subcommand entry now narrows what the model may run.
106
+ - `agent-framework` — `ISystemCommand` gains `modelDescription?` and `modelRequiresPermission?`.
107
+ Once any subcommand of a model-invocable command declares `modelInvocable`, the model may run only
108
+ the bare command and the subcommands declared `true`; everything else, including an alias or an
109
+ undeclared subcommand, is refused before the command runs. The model-facing descriptor lists only
110
+ that subset. A model-requested monitor's command is now decided by the shell tool's gate (its
111
+ Bash/Shell rules, the mode and the prompt) and a refusal rejects with the new
112
+ `MonitorCommandRefusedError`. The `scriptedSession` test harness accepts `permissions` patterns.
113
+ - `agent-session` — `Session.checkToolPermission(toolName, toolArgs)` decides an action that has a
114
+ tool's effect by another route: that tool's PreToolUse hooks, then the gate's rules, mode,
115
+ remembered consent and prompt — never the command sandbox's auto-approval, since the action does
116
+ not run inside the sandbox.
117
+ - `agent-framework` also: `ICommandMCPActivationAdapter.userActionSurface?` tells `/mcp` whether the
118
+ user can type a session command, so the model's status names the terminal sign-in otherwise.
119
+ - `agent-command` — `/context` (bare and `list`), `/cost` (the report, not `budget`) and `/mcp`
120
+ (`status` only, without a prompt) are now model-invocable; `/memory approve` and `/memory reject`
121
+ are now user-only; the model's `/monitor` is decided by the shell gate rather than by consent to
122
+ the command's name. Every model-invocable command carries a model-facing description. The model's
123
+ `/mcp status` shows only safe names, states and the command to suggest, and a caller that does not
124
+ identify itself gets that view. `/context list` accounts only for turns still in context. New
125
+ `mcpUserActionNotice`, `mcpUserActionCommand` and `mcpUnavailableServersNotice` build the fixed
126
+ notices.
127
+ - `agent-command-workflows` — `/workflows` carries a model-facing description.
128
+ - `agent-mcp` — `createDiscoveredTool` accepts `authFailureNotice`: a call the server refuses for
129
+ authentication returns that host text instead of the generic failure.
130
+ - `agent-cli` — an MCP server that did not start because the user must approve it, trust the
131
+ workspace or sign in is named to the model at the start of an interactive session with the
132
+ command to suggest, and a
133
+ signed-in OAuth server that refuses a call tells the model to suggest `/mcp login <server>` — or, in print and serve runs, the terminal
134
+ `robota mcp login <server>`.
135
+
136
+ A command whose bare form is a complete action declares `runsBare`, so choosing `/cost` or `/mcp`
137
+ from the autocomplete menu still runs it even though they now declare subcommands.
138
+
139
+ - 9843fe6: Sign in to a remote MCP server from inside a session, and use its tools without restarting.
140
+
141
+ - **`/mcp login <server> [--no-browser]`** runs the same per-server OAuth sign-in as
142
+ `robota mcp login` (discovery checks, PKCE, `state`, RFC 9207 `iss`, RFC 8707 resource, the
143
+ loopback listener, the lock-guarded store). It opens the browser through the argv opener; with
144
+ `--no-browser`, or when no browser can be opened, it shows the authorization URL and asks for the
145
+ redirect URL in the session's own prompt (masked), held to the same rules as a pasted redirect in
146
+ the terminal. A failed, refused, timed-out or cancelled sign-in changes nothing and is reported by
147
+ a fixed reason only. `/mcp login <server> --client-secret` is refused: a secret is never typed into
148
+ a session, and `robota mcp login <server> --client-secret` is named instead (also after a failed
149
+ token exchange for a pre-registered client). `/mcp` stays user-only (`modelInvocable: false`).
150
+ - **Connected in the same session:** after a sign-in, a server that could not connect for want of
151
+ one goes through the normal admission (approval, fingerprint, trust) and connects, and its tools
152
+ are offered from the next message; a server that was already connected is admitted again and
153
+ reconnects, and its authenticator drops what it held and reads the new credential. A tool left out
154
+ because the session already has its name is reported, and only tools actually added get
155
+ provenance. In browser mode the authorization URL is shown in the session prompt before the
156
+ browser opens, where the user can also choose to paste the redirect instead or cancel.
157
+ - **`runMCPOAuthLogin`** takes `readRedirectWhenBrowserFails`: when `openBrowser` rejects, the
158
+ loopback listener stops and the pasted redirect is read instead, for the same redirect URI. The
159
+ loopback listener's time limit now runs from its first `wait()` — once the authorization page is
160
+ handed over — so time spent at a prompt before the browser opens does not count against it.
161
+ - **`Session.addTools`** (and `ICommandSessionTools.addTools`) offers tools that became usable
162
+ mid-session, through the same permission gate and — via `ISessionOptions.wrapAddedTools`, which
163
+ `createSession` sets — the same edit-checkpoint and reversible-execution wraps as the assembled
164
+ tools. A name the session already has is left out, never replaced. Calls are serialized, and tools
165
+ added while a turn runs are applied when the next turn starts, so a turn's rounds all see one
166
+ tool list and the prompt cache misses once, at that boundary.
167
+ - **Breaking (`agent-framework`, major):** `addTools` is a new required member of the
168
+ `ICommandSessionTools` role port (and so of `ICommandSessionRuntime`). A host that implements the
169
+ port itself must add it; one that passes an `agent-session` `Session` already has it.
170
+ - **`ICommandMCPActivationAdapter.oauthLogin`** (`ICommandMCPOAuthLoginRequest`,
171
+ `ICommandMCPOAuthLoginResult`, `ICommandMCPOAuthRedirectPrompt`) is the port behind it.
172
+ - The sign-in notice and `/mcp status` now suggest `/mcp login <server>` in a session and
173
+ `robota mcp login <server>` in a terminal; the server's name is shown only when it is safe to paste
174
+ into any shell, otherwise `<server>`.
175
+
176
+ ### Patch Changes
177
+
178
+ - Updated dependencies [3038eb7]
179
+ - Updated dependencies [02b7452]
180
+ - Updated dependencies [ec5e477]
181
+ - @robota-sdk/agent-core@3.0.0-beta.81
182
+ - @robota-sdk/agent-interface-session@3.0.0-beta.81
183
+ - @robota-sdk/agent-interface-execution@3.0.0-beta.81
184
+ - @robota-sdk/agent-file-authority@3.0.0-beta.81
185
+
186
+ ## 3.0.0-beta.80
187
+
188
+ ### Major Changes
189
+
190
+ - 807d161: **BREAKING — ARCH-010: the execution root is a required contract field, and the containment guard now fails closed.**
191
+
192
+ The file-tool containment guard was fail-open: with no root configured it answered "allowed". A tool
193
+ built with no `cwd` therefore had no boundary — measured, a `Read` constructed that way returned the
194
+ contents of `/etc/hostname` — and the child-process subagent worker called `createDefaultTools()` with
195
+ no argument at all, so subagents got exactly that. Three independent auditors found three different
196
+ symptoms of this one missing field.
197
+
198
+ **Removed — seven context-free tool singletons.** `readTool`, `writeTool`, `editTool`, `globTool`,
199
+ `grepTool`, `shellTool`, `bashTool` are gone from `@robota-sdk/agent-tools`. A module-level instance is
200
+ bound at import time and can carry no containment root, so after the guard was inverted they could only
201
+ refuse everything.
202
+
203
+ Migrate to the factory of the same name, passing the directory the tool is allowed to work in:
204
+
205
+ ```ts
206
+ // before
207
+ import { readTool, globTool } from '@robota-sdk/agent-tools';
208
+ const tools = [readTool, globTool];
209
+
210
+ // after
211
+ import { createReadTool, createGlobTool } from '@robota-sdk/agent-tools';
212
+ const cwd = process.cwd(); // or the workspace this agent is scoped to
213
+ const tools = [createReadTool({ cwd }), createGlobTool({ cwd })];
214
+ ```
215
+
216
+ `webFetchTool`, `webSearchTool` and `askUserQuestionTool` are unchanged — they touch no filesystem, so
217
+ there is no root to contain them by.
218
+
219
+ **`cwd` is now REQUIRED** on `ISandboxToolOptions`, `IContainedBuiltinToolOptions` (and everything
220
+ extending them), `ICreateDefaultToolsOptions`, `ISessionOptions` and `ISubagentOptions`. The `= {}`
221
+ default parameter was removed from every builtin factory — that default was the mechanism by which
222
+ "forgot the root" was legal. `new Session({...})` without `cwd` no longer compiles, and also throws at
223
+ construction, because a required field is only required to a TypeScript caller.
224
+
225
+ **`Session` no longer reads `process.cwd()`.** It uses the root it was given, and `getCwd()` exposes it
226
+ so a fork or subagent asks the session instead of re-deriving a root that can disagree with it.
227
+
228
+ **Behavioural change even for callers that already passed a root**: a tool that somehow reaches the
229
+ guard with no root now REFUSES with an explicit error ("no containment root is configured … this is an
230
+ assembly bug, not a path problem") instead of allowing the access.
231
+
232
+ - 64ba748: **BREAKING — ARCH-042: project filesystem access is now an explicit, host-issued authority instead of an ambient consequence of `cwd`.**
233
+
234
+ `@robota-sdk/agent-framework` adds `WorkspaceTrustService` and the opaque
235
+ `IWorkspaceProjectAuthority`, plus bounded reader, settings-writer, state-storage, and mutation
236
+ facets. Public session, settings, context, checkpoint, memory, contribution, query, and replay
237
+ contracts consume those facets. A caller that does not supply `projectAccess` is deliberately
238
+ restricted to user-owned host state and receives no project filesystem capability.
239
+
240
+ The framework removes or renames ambient Node/project exports. Migrate `checkSettingsFile` to
241
+ `checkNodeHostSettingsFile`, `readMergedProviderSettingsFromPaths` to
242
+ `readMergedProviderSettingsFromSources`, `resolveProviderSettingsWriteTargetPath` to
243
+ `resolveProviderSettingsWriteTarget`, `FileSystemMemoryStore` / `createFileSystemMemoryStore` to
244
+ `WorkspaceMemoryStore` / `createWorkspaceMemoryStore`, and `PluginSettingsStore` to
245
+ `NodeHostPluginSettingsStore`. Host-only git helpers now carry the `FromNodeHost` suffix.
246
+ `projectPaths`, `resolveSettingsPathForScope`, and `getProviderSettingsPaths` are removed; project
247
+ consumers must use the authority facets rather than recover absolute paths.
248
+
249
+ `@robota-sdk/agent-session` renames the Node filesystem implementation `SessionStore` to
250
+ `NodeSessionStore` and adds explicit session-log/external-payload source and sink ports. Session
251
+ replay no longer resolves external payload files from an ambient directory.
252
+
253
+ `@robota-sdk/agent-interface-transport` changes `ISkillExecutionPort.loadCommands(cwd, home?)` to
254
+ the authority-bound `loadCommands()` and removes the optional absolute-path leak
255
+ `IInteractiveSessionStore.getFilePath`. `@robota-sdk/agent-command` consequently replaces the
256
+ `cwd` option of `createSkillsCommandModule` with required `contributionSources`; default command
257
+ composition accepts explicit contribution sources and discovers no project skills when none are
258
+ provided.
259
+
260
+ `@robota-sdk/agent-cli`, `@robota-sdk/agent-transport`, and
261
+ `@robota-sdk/agent-transport-tui` thread the trusted-or-restricted project decision through every
262
+ session surface. Embedded callers that need project settings, state, context, skills, checkpoints,
263
+ or mutation must mint access through `WorkspaceTrustService` and pass the returned
264
+ `projectAccess` (and a separately approved mutation/settings facet where required). Omitting it is
265
+ still type-compatible but is behaviorally breaking: the surface now fails closed instead of
266
+ reading or writing the current directory.
267
+
268
+ - 242a644: Require versioned, event-decoded session replay logs. Reject unknown, malformed, and unsupported
269
+ entries instead of dropping them or inventing message fields. Replay-only session loads and lists
270
+ report damaged logs explicitly. Legacy unversioned JSONL is not accepted; snapshot encoding remains
271
+ unchanged. Persisted logs now use schema version 1, and all replay entry points share the session-owned
272
+ decoder and preserve sidecar integrity failures.
273
+
274
+ ### Minor Changes
275
+
276
+ - 9368d00: Advisor escalation: the main model can consult a second model at the decision points it chooses.
277
+
278
+ With an advisor configured (`--advisor <profile>[:<model>]`, or the `advisorModel` setting that
279
+ `/advisor` saves; the flag wins), the session gets an `Advisor({ question? })` tool. The advisor reads
280
+ the whole conversation — system prompt, messages, tool calls and results — serialized into one prompt
281
+ and sent with `toolChoice: 'none'`, truncated from the front to fit its window with the system prompt
282
+ kept, and declines when even that does not fit. Its answer comes back framed as guidance to verify;
283
+ an empty or refusing answer reads as declined. Calls are limited to two per turn and a fixed number
284
+ per session, parallel calls in one round share those limits, and a repeated question in the same
285
+ turn returns the earlier answer. A request that was sent counts even when the provider failed (the
286
+ decline is reported by class, never by its text); only a call declined before sending gives its slot
287
+ back.
288
+
289
+ Advisor usage, including in-process subagents', is recorded where each turn's usage is recorded —
290
+ the persisted session history, under the advisor's own provider and model — so `/cost`, usage reports
291
+ and resumed sessions include it. `/cost` now totals that history and prices each part on its own
292
+ model, showing "mixed" when more than one model was priced.
293
+
294
+ `/advisor <model>` and `/advisor off` change only where calls go, never the tool list, so the main
295
+ model's prompt cache is not invalidated mid-session; the tool is added only when a session starts
296
+ with an advisor. Sending history to a destination (provider type and endpoint host) the main model
297
+ does not already use needs a one-time consent per destination, kept in the user settings file; a
298
+ refusal is remembered for the session. The organization's `allowedProviders` applies, and
299
+ `ROBOTA_DISABLE_ADVISOR=1` turns it off completely. In-process subagents inherit the advisor, bound
300
+ to their own conversation; child-process subagents do not get it.
301
+
302
+ **`@robota-sdk/agent-framework` is `major` for one reason: `ICommandHostSessionAccess` gains a
303
+ required member,** `getSessionUsage()`, the session's persisted usage records. An external
304
+ implementation of that role port stops compiling until it adds the method. The rest is additive.
305
+
306
+ - `agent-session` — `formatConversationEntries`, the one text rendering of a conversation, now used
307
+ by compaction too. It keeps tool calls and results, marks a user message a peer session sent
308
+ (`user [from "peer:<id>"]`), and JSON-encodes every message onto one line so no content can forge
309
+ another entry; compaction previously flattened all of this. `Session.getProvider()` returns the
310
+ provider the session currently uses.
311
+ - `agent-framework` — `AdvisorController`, `createAdvisorTool`, the advisor spec helpers, provider
312
+ destinations (`describeProviderDestination`, `rememberProviderDestination`), `getSessionUsage` and
313
+ `ISessionUsageRecord`, the `onUsageRecorded` session option, and the optional `advisor` command
314
+ host adapter. Session assembly binds a host-supplied Advisor tool to the session holding it.
315
+ - `agent-command` — the `/advisor` command module; `/cost` reads the session's persisted usage.
316
+ - `agent-cli` — the `--advisor` flag, `advisorModel` setting, per-destination consent store and kill
317
+ switch.
318
+ - `agent-ui-terminal` — a usage line from another source (the advisor, a background task) names that
319
+ source and leaves out the context window it does not have.
320
+ - `agent-session-analytics` — personal usage counts an advisor call's tokens and cost toward its
321
+ turn without counting it as a turn.
322
+
323
+ - 4078a72: Model fallback chain. `--fallback-model a,b` (or the `fallbackModel` settings array; the flag wins) names up to three models a turn moves to when its model is overloaded, unavailable or failing on the server. An entry is a provider profile, `profile:model`, a bare model on the primary's provider, or `default`. The move happens only before any output has streamed, lasts for the current turn, and is shown as a system note; entries that cannot be built are passed over and entries outside the organization's `allowedProviders` are dropped with a notice. `FallbackProvider` in agent-framework implements it over the session's provider; `IChatOptions` gains `executionId`, `onModelFallback` and `preserveContextWindow`, `IAIProvider` gains optional `resolveModelRoute`, and the execution loop emits a `provider_fallback` event and attributes requests, call observations, committed replies, the response cache and usage to the model that answered. A turn that ran on more than one model records per-model `modelShares` on its usage observation, which personal usage reports split by model and provider. A `/provider` switch keeps the chain, read again for the new primary.
324
+ - 196a900: Permission rules can say more than one argument per tool.
325
+
326
+ - **`Tool(name:value)` in deny and ask rules** matches a named top-level parameter, with `*` in the
327
+ value (`Bash(run_in_background:true)`, `Agent(model:opus*)`, `github__create_issue(repo:acme/*)`).
328
+ It is a parameter rule only when `name` is one of the tool's parameters, so
329
+ `WebFetch(https://…)` keeps its meaning. A parameter the call omits never matches, and a
330
+ non-scalar value is unevaluable, so the call asks. Allow rules may not use the form.
331
+ - **A rule on the primary field** (`Bash(command:rm *)`) is reported at startup and asks on every
332
+ call, instead of being silently ignored.
333
+ - **Tool-name globs.** Deny and ask rules may glob the tool name (`github__*`). Allow rules may do so
334
+ only after a literal `<server>__` prefix; an unanchored allow glob is refused at construction.
335
+ - **A bare-name deny removes the tool from the model's context.** `Tool`, `Tool(*)` or a name glob
336
+ withholds it from the offered set and the deferred-tool catalogue, live, instead of offering it
337
+ and refusing every call. `IAgentConfig.isToolVisible` is the new seam.
338
+ - **MCP canonical names keep the whole `<server>__` prefix when truncated**, so a server glob still
339
+ names every tool of that server.
340
+
341
+ - f336838: One permission evaluation order for every caller. The interactive session, background tasks and
342
+ subagents used to run two different resolvers, so the same call could be decided differently
343
+ depending on who made it. They now share `evaluatePermission`, and a background policy only adds a
344
+ ceiling, an ask-everything flag and the task's own lists to it:
345
+
346
+ deny → caller ceiling → unevaluable deny (ask) → never-auto-approve set (ask) → ask-everything →
347
+ bypassPermissions → allow → mode.
348
+
349
+ - **`ask` rules.** `permissions.ask` patterns always ask, in every mode including
350
+ `bypassPermissions`. They are matched per command like a deny rule, and are validated at
351
+ construction alongside `allow` and `deny`.
352
+ - **Never auto-approved, bypass included:** removing a critical path with `rm`/`rmdir` (the root, a
353
+ top-level directory, home, the working directory or a parent), and a modify-class write into
354
+ `.git`, `.robota`, `.claude`, `.agents`, `.mcp.json`, `.gitconfig`, `.npmrc` or a shell rc file.
355
+ Files inside an isolated worktree (`.robota/worktrees/<name>/…`) are ordinary files. With no
356
+ approver attached, an ask is a denial.
357
+ - **A ceiling is checked before bypass and before any ask.** A subagent's `inherit-allowlist` ceiling
358
+ is now the parent's _effective_ rules, read live at spawn: settings, preset lists and command
359
+ auto-allows. It used to be the raw settings file. An unevaluable deny under a policy now asks,
360
+ like everywhere else, where it used to deny outright; with no approver it is still a denial.
361
+ - **Settings layers union `permissions.allow`**, as they already did `deny`. A checked-in project
362
+ file no longer silently discards the user's allow list.
363
+ - **Print mode, `createQuery()` and headless sessions default to `default` mode**, not
364
+ `bypassPermissions`. They have no approver, so a call that would ask is denied. Pass
365
+ `--permission-mode` / `permissionMode: 'bypassPermissions'` explicitly for unattended runs.
366
+
367
+ **Breaking:**
368
+ - `@robota-sdk/agent-core` removes `resolvePermissionByPolicy` and `TPermissionPolicyDecision` in
369
+ favour of `projectPermissionPolicy` plus `evaluatePermission`'s new `context` argument.
370
+ - `@robota-sdk/agent-framework` changes the settings merge rule for `permissions.allow`, and the
371
+ default permission mode of `createQuery()` and headless sessions.
372
+
373
+ - 34e50f0: A new permission mode, `auto`, lets a model classifier approve or block what would otherwise prompt.
374
+
375
+ - **What it decides:**
376
+ - Reads and in-workspace edits run as in `acceptEdits`.
377
+ - Commands and other calls the mode leaves open go to the classifier, a side call to the
378
+ session's own model. It sees the call, the working directory and the git remotes, never the
379
+ conversation.
380
+ - A block reaches the model with its reason, so it can take another route.
381
+ - **What still reaches a person, or is refused:**
382
+ - Deny rules and background ceilings apply first.
383
+ - `ask` rules, critical removals and protected paths ask a person.
384
+ - After 3 refusals in a row (blocks, or no usable verdict), or 20 blocks in the session, the
385
+ mode asks a person until one approves.
386
+ With no one to ask, the call is denied.
387
+ - **Allow rules:** in `auto` mode, allow rules that approve any command are set aside while the
388
+ mode is on. Examples are `Bash(*)`, an interpreter (`Bash(python *)`), a package runner
389
+ (`Bash(npm run *)`, `Bash(pnpm exec *)`), `Agent`, `ExecuteCommand` or `Computer`. Narrow
390
+ rules still apply.
391
+ - **Retry:** `/permissions` lists classifier blocks. `/permissions retry <n>` lets that exact call
392
+ run once, unjudged, when the model tries it again.
393
+ - **Turning it on and off:**
394
+ - `--permission-mode auto`, `/mode auto` or `/permissions auto`.
395
+ - An organization turns it off with `disableAutoMode` in the org policy.
396
+ - **New contracts:**
397
+ - `TPermissionMode` gains `'auto'`.
398
+ - `allowRulesForAutoMode` and `isBroadExecutionAllowRule`.
399
+ - `IPermissionClassifier` and `AutoModeGate`.
400
+ - The `permissionClassifier` session option.
401
+ - `Session.retryPermissionDenial`, and `retryDenial` on the permission-mode adapter.
402
+ - The `'classifier'` denial reason.
403
+ - `createModelPermissionClassifier`.
404
+ - The `disableAutoMode` option on `createSession` and `IOrgPolicy`.
405
+
406
+ - 722e88a: Shell commands can run in an OS-level sandbox: bubblewrap on Linux and WSL2, Seatbelt on macOS.
407
+
408
+ - **Confinement:** covers the command and every process it starts.
409
+ - Writes are limited to the working directory, the temporary directories and
410
+ `sandbox.filesystem.allowWrite`.
411
+ - Agent, git-hook, MCP and shell configuration inside the workspace stays read-only.
412
+ - `sandbox.filesystem.denyRead` hides paths from the command.
413
+ - The network is on or off (`sandbox.network.enabled`).
414
+ - **Modes:** `/sandbox` switches between `auto-allow`, `regular` and `off` for the next command and
415
+ saves the choice.
416
+ - In `auto-allow` (`sandbox.autoAllowBashIfSandboxed`), a confined command runs without a prompt
417
+ in `default` and `acceptEdits`.
418
+ - Deny rules, ask rules, critical removals and plan mode still apply first.
419
+ - **Exclusions:** `sandbox.excludedCommands` run unconfined, through the ordinary permission path.
420
+ - **When the sandbox cannot run:** a missing or unusable backend is reported at startup, in
421
+ `robota doctor` and in `/sandbox`, and commands then run unconfined.
422
+ `sandbox.failIfUnavailable` refuses to start instead.
423
+ - **New contracts:**
424
+ - `OsSandboxClient`, `detectOsSandbox`, `bubblewrapArguments`, `seatbeltProfile`.
425
+ - `ISandboxClient.wrapCommand` and `autoApproves`.
426
+ - `IPermissionEvaluationContext.sandboxAutoApproved`.
427
+ - The `commandSandbox` session option.
428
+ - The `sandbox` settings key and the `sandbox` command host adapter.
429
+
430
+ - a5cc36e: `/permissions` shows the rules the session enforces and the calls it refused.
431
+
432
+ - **Rules by source:** each allow, deny and ask rule the gate reads is listed under the settings file
433
+ that declares it. Rules added by a CLI flag, a preset or a command are listed under "this session".
434
+ A rule a settings file declares but the session does not enforce is not shown.
435
+ - **Recent denials:** the latest refused calls, most recent first, with the reason: a rule or the
436
+ mode, the user declining, or no one available to approve.
437
+ - New contracts: `Session.getRecentPermissionDenials()`, `PermissionEnforcer.getRecentDenials()`,
438
+ `IPermissionDenial`, the `permissionRules` host adapter (`createSettingsPermissionRulesAdapter`),
439
+ and `getPermissionRules` / `listRecentDenials` on `ICommandPermissionModeAdapter`. Settings
440
+ provenance now covers `permissions.ask`.
441
+
442
+ - d23c848: Built-in read-only shell commands run without a prompt.
443
+
444
+ A Bash call is decided like a read, and runs without a prompt in every mode (`plan` included), when
445
+ every command in it comes from the fixed read-only set (`ls`, `cat`, `grep`, `find` without actions,
446
+ `git status`/`log`/`diff`/`show` and similar) and it also:
447
+
448
+ - stays inside the workspace: every path operand resolves inside once symlinks are followed, as
449
+ `Read` requires;
450
+ - uses only printable ASCII syntax that bash, zsh, fish and PowerShell all read the same way.
451
+
452
+ Deny and ask rules still apply first. A command that writes through a redirect, expands or
453
+ substitutes anything, or runs git outside the session's repository takes the ordinary path.
454
+
455
+ New exports: `isReadOnlyCommandLine` and `TResolveInWorkspace`. `IPermissionEvaluationContext`
456
+ gains `resolveInWorkspace`, which `PermissionEnforcer` supplies.
457
+
458
+ - b078afa: Restore full-fidelity replay for session-log values externalized to content-addressed sidecar files.
459
+
460
+ `agent-session` now exports a bounded, containment- and integrity-checked recursive payload resolver,
461
+ hydrates JSONL logs at their read boundary, and rejects unresolved replay-substrate values during raw
462
+ validation. `agent-provider-replay` reuses that resolver for direct construction and file loading so
463
+ large recorded responses remain aligned with later calls.
464
+
465
+ - b078afa: Preserve complete resumable session records when the raw Session writer re-saves them.
466
+
467
+ `IInteractiveSessionStore` is now the canonical persistence port, including its optional file-backed
468
+ record-path capability. `agent-session` consumes the canonical record and store contracts directly and
469
+ keeps its former type names only as compatibility re-exports.
470
+
471
+ - 2ebff01: Complete the public session-log event vocabulary for every production writer/reader event and pass
472
+ the session-owned compaction trigger unchanged to PreCompact, PostCompact, logging, and callbacks.
473
+ - 4b76cfa: NEUT-005 (wave 2): restore an actionable context-capacity hint at the surface tier, neutrally. The zero-dependency `agent-core` layer emits a product-neutral hard-capacity notice and exposes the `IAgentConfig.contextCapacityHint` seam (wave 1). This wave wires that seam end-to-end without baking product vocabulary into a neutral library:
474
+
475
+ - `agent-session`: `ISessionOptions.contextCapacityHint` is forwarded into the Robota agent config (`buildRobota`), making the core seam reachable from the consuming layer.
476
+ - `agent-framework`: new `deriveContextCapacityHint(commandModules)` derives the concrete remediation wording from the surface's OWN registered command set (names a registered `compact` command → `"Run /compact and retry."`; `undefined` when none, leaving the neutral core default). It is applied automatically in interactive session assembly across the TUI, print, and `--serve` surfaces.
477
+ - `agent-cli`: the default command set registers `/compact`, so end users regain the actionable hint.
478
+ - `agent-interface-transport`: reworded the `'allow-project'` permission comment so it no longer hardcodes a storage path (the location is owned by the consuming layer), matching the `agent-session` twin.
479
+
480
+ - fcb0da3: PAYLOAD-2153: make external-payload replay stable across Linux, macOS, and Windows.
481
+
482
+ - Add the domain-free `@robota-sdk/agent-file-authority` leaf with bounded, root-relative reads over retained native handles and a typed, path-safe refusal taxonomy.
483
+ - Route session replay and framework project reads through the shared authority while preserving their existing domain-specific budgets, integrity checks, and error mappings.
484
+ - Expose the canonical safe session-id predicate through the framework facade so CLI exact-session lookup stays within the SDK package boundary.
485
+ - Package the pinned native bridge in clean-installed Node CLI archives and exact-host standalone Bun binaries, refusing unsupported or mismatched targets before artifact mutation.
486
+
487
+ - 9814afc: Type-SSOT convergence (TYPE-003; re-audit CONTRACT-002/003/011/012 + RUNTIME-47 + STRUCT-04). Behavior is unchanged — this is a type-level refactor. `ITokenUsage` (agent-core) is confirmed as the usage-triple SSOT: `ISessionUsageTotals` and `IBackgroundTaskUsage` become aliases, and every inline `{ promptTokens; completionTokens; totalTokens }` copy (service/orchestration/executor/remote-client shapes) now references the SSOT (structurally identical → patch). The subagent-job contracts derive from the background-task SSOT — `TSubagentJobStatus = Exclude<TBackgroundTaskStatus, 'paused'>`, mode alias, and a `Pick`-projection `ISubagentJobState` — with a compile-enforced parity test so a drifting hand copy can no longer exist. `@robota-sdk/agent-session` is minor because the public `ISessionRecord` type is now the typed `IInteractiveSessionRecord` alias (previously a relaxed `unknown[]` mirror): runtime behavior of `SessionStore` is identical, but downstream code that assigned loose payloads to the record's fields may need explicit casts at its own trust boundary (the framework store facade's `as unknown as` cast bridge is deleted). agent-session's duplicate `@robota-sdk/agent-core` deps/devDeps declaration is also removed (STRUCT-04).
488
+
489
+ ### Patch Changes
490
+
491
+ - 5307f8a: Discriminate `IBackgroundTaskResult` by kind, the same way `TBackgroundTaskRequest` already is:
492
+ `exitCode`/`signalCode` exist only on the `process` member and `usage` only on the `agent` member,
493
+ instead of being optional-and-unreachable on every kind. `IBackgroundTaskResult<K>` narrows to the
494
+ kind-specific member; called with no type argument it is still the full union, which is what
495
+ `IBackgroundTaskState.result` continues to hold (that field stays undiscriminated — a later change).
496
+ `ISubagentJobResult` is now derived as `Omit<IBackgroundTaskResult<'agent'>, 'kind'>` rather than a
497
+ hand-maintained `Omit<IBackgroundTaskResult, 'kind' | 'exitCode' | 'signalCode'>`.
498
+
499
+ `IBackgroundTaskHandle` gains the same kind parameter as `IBackgroundTaskStart`: a runner declared
500
+ for kind `K` resolves its handle's `result` to `IBackgroundTaskResult<K>`, so a caller that starts a
501
+ known-kind runner gets a correctly-narrowed result with no cast, and reading a cross-kind field on it
502
+ is a compile error. Consumers reading `state.result` through the generic (kind-erased) manager or
503
+ task-state path are unaffected in behavior, but a `.exitCode`/`.signalCode`/`.usage` read there must
504
+ now narrow on the result's own `kind` first, since the fallback default keeps `IBackgroundTaskResult`
505
+ as the full union rather than the previously flat, always-present shape.
506
+
507
+ `agent-session`'s session-record decoder now rejects a persisted result carrying a field outside its
508
+ own kind (e.g. an `'agent'` result with `exitCode`) as corrupt, reported at that field's own path —
509
+ the same corruption-reporting style the taskId/kind identity check already uses.
510
+
511
+ **Breaking for `@robota-sdk/agent-interface-execution` and `@robota-sdk/agent-executor`**: code that
512
+ read `exitCode`/`signalCode`/`usage` off an unnarrowed `IBackgroundTaskResult`, or that implemented
513
+ `IBackgroundTaskHandle`/a custom runner without specifying its kind parameter, needs to narrow on
514
+ `result.kind` (or specify the kind parameter) before those fields are visible again.
515
+
516
+ - b462ee7: Discriminate `IBackgroundTaskState` by kind, the same way `TBackgroundTaskRequest` and (as of the
517
+ prior change) `TBackgroundTaskResult` already are. Fields only one runner ever produces now live
518
+ only on that kind's member instead of being optional-and-cross-kind-reachable on every kind:
519
+
520
+ - `agent`-only: `agentType`, `isolation`, `resumeSessionId`, `promptPreview`, and the
521
+ worktree-isolation fields (`worktreePath`, `branchName`, `worktreeStatus`, `worktreeNextAction`,
522
+ `worktreeBaseRevision`, `parentWorktreeStatus`).
523
+ - `scheduled`-only: `schedule`, `nextFireAt`.
524
+ - Every kind except `agent`: `commandPreview` (a process command, an MCP tool-invocation summary, or
525
+ a schedule's shell command / wake instruction).
526
+ - `state.result` is now `IBackgroundTaskResult<K>` — correlated with `state.kind`, not the free
527
+ full-result union.
528
+
529
+ `pid`, `logPath`, and `transcriptPath` stay on the shared base rather than becoming agent- or
530
+ process-exclusive: the runner handle SPI already reports them for whichever runner's process
531
+ happens to produce them, and a subagent run via the worktree/child-process runner carries a `pid`
532
+ exactly as a `process`-kind task does. `timeoutReason` also stays base — session restore sets
533
+ `'stale_worker'` on any non-terminal, non-rearmable task regardless of kind, not only agent ones.
534
+
535
+ `IBackgroundTaskState<K>` narrows to the kind-specific member; called with no type argument it is
536
+ still the full union. The session-record decoder (`agent-session`) now rejects a persisted task
537
+ state carrying a field outside its own kind as corrupt, reported at that field's own path, the same
538
+ way it already rejects a `state.result` whose kind disagrees with `state.kind`.
539
+
540
+ **Breaking for `@robota-sdk/agent-interface-execution` and `@robota-sdk/agent-executor`**: code that
541
+ read a kind-specific field (e.g. `state.agentType`, `state.schedule`, `state.commandPreview`) off an
542
+ unnarrowed `IBackgroundTaskState` needs to narrow on `state.kind` first, since the fallback default
543
+ no longer carries every field on every kind. `agent-session`, `agent-framework`, and `agent-command`
544
+ land the corresponding narrowing at every read site the type change touched; no runtime behavior
545
+ changes there beyond the state decoder's new corruption checks.
546
+
547
+ - 30e5e50: Reject background runner results whose task ID or kind differs from the task being completed, and report the same mismatch as corruption when decoding a persisted session record.
548
+ - 4f3c075: Assemble complete, verified package generations before switching build output; preserve the previous generation on build failure and pack only verified regular-file images. Include copied CLI web assets in affected-build ordering and artifact transfer. Preserve the CLI version in managed build paths. Public runtime contracts remain compatible (patch).
549
+ - 6085cad: CORE-031: a compaction with nothing to summarise no longer replaces the conversation
550
+
551
+ `Session.compact()` guarded on the FULL conversation and then compacted a DIFFERENT array — the same
552
+ history with system messages filtered out. So a conversation consisting only of system messages
553
+ passed the guard, reached the orchestrator empty, took its `return ''` shortcut, and came back as a
554
+ "summary" the caller wrote over the conversation: cleared, and replaced with an empty
555
+ `[Context Summary]` block.
556
+
557
+ The guard now tests the messages that will actually be compacted. Nothing to summarise is a no-op,
558
+ not a failure — the conversation is left exactly as found, no hook fires, no `context_compact` event
559
+ is written, and the provider is not called.
560
+
561
+ `CompactionOrchestrator.compact()` correspondingly throws `CompactionError` on an empty `history`
562
+ rather than returning `''`, which contradicted the contract two lines above it in its own docblock
563
+ ("always a non-empty string") and was the value that made the overwrite possible. Whether there is
564
+ anything worth compacting is the caller's judgement, made before it commits to replacing anything.
565
+
566
+ Reachable from the public SDK surface: `Session.injectMessage` is what `--resume` and `--fork` drive
567
+ on every restore.
568
+
569
+ - 93d061d: CORE-043: structured output now knows which transport can carry the schema before the first call
570
+
571
+ `run(input, { output })` asked every provider for `responseFormat: { type: 'json_schema' }`. A
572
+ provider whose surface cannot express that accepted the option and dropped it — and the schema was
573
+ stated in words only by the RETRY feedback turn, which runs on attempt two. So against such a
574
+ provider, attempt one carried nothing describing the required shape and could only succeed by luck:
575
+ the advertised three attempts were really two, and the first was spent discovering something the
576
+ capability table already knew.
577
+
578
+ A `(provider, model)` pair now resolves to a mechanism (`response_schema` / `json_object` / `none`)
579
+ and a provenance (`catalog` / `vendor-default` / `undeclared` / `unverified-endpoint`), and the
580
+ request is shaped to match at the one seam that holds both the resolved provider and the outgoing
581
+ messages. When the wire cannot carry the shape, the schema is stated in the prompt on the FIRST
582
+ attempt. Each structured request emits a `structured_output_transport` event reporting what the
583
+ request actually did.
584
+
585
+ - `IAIProvider.endpointIsVendorDefault?()` — a provider configured with a custom `baseURL` reports
586
+ it, so the runtime stops claiming enforcement a gateway may not provide. Separate from
587
+ `capabilityTable?()` on purpose: `@robota-sdk/agent-provider-openai` declares no table (nobody has
588
+ verified one) and must still be able to answer.
589
+ - DeepSeek's capability table declared `json_schema`; DeepSeek guarantees the response PARSES but
590
+ takes no schema parameter. Corrected to `json_object`.
591
+ - A provider that declares nothing is still sent the request unchanged — silence is not a denial.
592
+
593
+ - bed26ea: Fix: an in-flight autonomous `goal` is no longer lost on session resume. `fromSessionRecord` was a hand-enumerated field whitelist that omitted `goal` (while the write path persisted it), so the goal silently vanished on load. The read path is now a structural mirror of the write path (`{ ...session }`), so every persisted field — including `goal` — round-trips, and a future field cannot be dropped by omission (ARL-08 / DATA-006). `ISessionRecord` gains an opaque `goal?: unknown` for contract honesty.
594
+ - 07b627f: A local peer can now be answered, and what its turn may do depends on where it runs.
595
+
596
+ - `agent-core`: the permission evaluator takes a peer turn's authority as one more input
597
+ (`IPermissionEvaluationContext.peerTurn`), decided after the deny list and ceiling and before
598
+ bypass and allow rules. A peer on another host uses no tool. A peer on the same host may use an
599
+ inspect-class tool that declares `workspacePaths`, only when every named location resolves inside
600
+ the workspace and is not a credential (`isSecretPath`); write and execute tools are refused unless
601
+ enabled, and then every use asks. A tool declaring `repliesToPeer` exists only in a peer turn and
602
+ asks once the turn used another tool. New: `isToolAvailableInPeerTurn`, `TPeerReach`,
603
+ `IPeerTurnAuthority`. `IRunOptions.withholdHostedTools` leaves a provider's hosted tools out of a
604
+ run's requests (`nativeWebTools` with `false` withholds a hosted tool for one call).
605
+ - `agent-tools`: `Read` and `Glob` declare the arguments that say where they look. `Grep` does not:
606
+ it reads files it was never named, so a peer turn does not get it.
607
+ - `agent-session`: `ISessionRunOptions.peerReach` makes a run a peer turn for the permission policy;
608
+ every ask in it needs a fresh approval, and its requests carry no provider-hosted tool. `ISessionOptions.allowPeerChanges` enables write and execute
609
+ tools for same-host peer turns.
610
+ - `agent-interface-session`: `ISubmitOptions.peer` (`IPeerTurnContext`) carries a peer turn's reach,
611
+ the message it answers and the session a reply goes to.
612
+ - `agent-interface-session-mobility`: `IPeerMessage.inReplyTo` threads a conversation;
613
+ `peerReachOf(admission)` maps admission to a reach.
614
+ - `agent-framework`: a peer turn is offered what its origin allows, and a new `peer_reply` tool
615
+ answers the peer that sent the message, threaded to it. The setting `peers.allowChanges` enables
616
+ write and execute tools for same-host peer turns.
617
+ - `agent-ui-terminal`: a permission prompt in a peer turn names the requesting peer.
618
+ - `agent-cli`: incoming peer turns carry their reach and reply route; a conversation is limited in
619
+ depth and in how often this session answers it, and a reply over a limit is not sent and the
620
+ operator is told.
621
+ - `agent-provider-anthropic`, `agent-provider-openai-compatible` (Qwen): a request whose
622
+ `nativeWebTools` sets a hosted tool to `false` is sent without it.
623
+
624
+ - d0de5b2: A peer session's message now reaches the model as a peer's, and a peer turn runs on the external
625
+ baseline.
626
+
627
+ - `agent-core` marks every user message whose driver id starts with `peer:` as
628
+ `<peer_message from="…">…</peer_message>` in the outgoing request — both the round and the forced
629
+ summary — while the stored history keeps the text as sent. Wrapper-shaped text in user and tool
630
+ messages is escaped, and an id that is not a plain identifier is printed as `peer:unverified`.
631
+ New exports: `peerDriverOf`, `printablePeerDriver`.
632
+ - `agent-session`'s conversation transcript (compaction, advisor) labels a peer message with the same
633
+ printable id, so no rendering echoes a sender-chosen id that is not a plain identifier.
634
+ - `agent-framework` runs a `peer` turn like an `external` one — no tools (`toolChoice: 'none'`), no
635
+ `@path` expansion, no context references — and adds a per-turn system statement that the message
636
+ came from another session and carries no authority. A `peer` turn must carry a `peer:` driver id.
637
+
638
+ - ebd40a0: Harden on-disk log permissions against CWE-377 (SEC-003, CodeQL `js/insecure-temporary-file`).
639
+
640
+ Session logs, externalized session payloads, and OpenAI request/response payload logs all carry
641
+ conversation and prompt content, but were created with the process umask (typically `0644`) inside a
642
+ caller-supplied directory that may be shared or world-writable. They are now created owner-only
643
+ (`0600`), and the directories that hold them are created `0700`.
644
+
645
+ This is a permissions change only — file locations, names, formats, and APIs are unchanged. Anything
646
+ that read these logs as a _different_ OS user will no longer be able to; the owning user is
647
+ unaffected.
648
+
649
+ - Updated dependencies [9c19c50]
650
+ - Updated dependencies [7b6234c]
651
+ - Updated dependencies [5307f8a]
652
+ - Updated dependencies [b462ee7]
653
+ - Updated dependencies [37b4bd7]
654
+ - Updated dependencies [4eea54b]
655
+ - Updated dependencies [1698be4]
656
+ - Updated dependencies [d4189b9]
657
+ - Updated dependencies [9edae52]
658
+ - Updated dependencies [4078a72]
659
+ - Updated dependencies [4c73a0b]
660
+ - Updated dependencies [196a900]
661
+ - Updated dependencies [f336838]
662
+ - Updated dependencies [34e50f0]
663
+ - Updated dependencies [722e88a]
664
+ - Updated dependencies [d23c848]
665
+ - Updated dependencies [fec722f]
666
+ - Updated dependencies [2d3b2c0]
667
+ - Updated dependencies [4772067]
668
+ - Updated dependencies [9fbab1b]
669
+ - Updated dependencies [a009f5b]
670
+ - Updated dependencies [4f3c075]
671
+ - Updated dependencies [475e085]
672
+ - Updated dependencies [e477440]
673
+ - Updated dependencies [9dcb5da]
674
+ - Updated dependencies [a95ca85]
675
+ - Updated dependencies [b6d14ce]
676
+ - Updated dependencies [0382a51]
677
+ - Updated dependencies [93d061d]
678
+ - Updated dependencies [39554a1]
679
+ - Updated dependencies [d28430a]
680
+ - Updated dependencies [fcb0da3]
681
+ - Updated dependencies [07b627f]
682
+ - Updated dependencies [d0de5b2]
683
+ - Updated dependencies [d6b9404]
684
+ - Updated dependencies [9814afc]
685
+ - @robota-sdk/agent-interface-execution@3.0.0-beta.80
686
+ - @robota-sdk/agent-core@3.0.0-beta.80
687
+ - @robota-sdk/agent-interface-session@3.0.0-beta.80
688
+ - @robota-sdk/agent-file-authority@3.0.0-beta.80
689
+
3
690
  ## 3.0.0-beta.79
4
691
 
5
692
  ### Patch Changes