Reference an exact tool or skill
Type/ at a token boundary in the composer to open the target capability picker. It lists enabled tools and installed target skills that are available in the selected read-only or read-write mode.
Selecting an item adds a removable reference chip. AcornOps submits the reference as a structured ID, resolves it against the current target, and freezes its qualified identity for the run. The chip label is not authorization.
You can attach up to eight references. A write tool that is unavailable in the selected mode does not appear. Duplicate, disabled, stale, wrong-target, or unauthorized references fail explicitly so you can correct the message.
References guide capability selection without widening the run:
- tool and skill policy remains authoritative,
- write-capable references still require read-write permission and approval,
- Kubernetes RBAC or VM local policy can still reject an operation,
- authorization is rechecked before execution.
Review compact and complete evidence
The run trace stores a bounded model-facing projection for each tool call. It identifies how the result was projected and whether content was omitted. Complete tool output is never inserted into the normal event stream. For eligible trusted results, View full redacted result loads a separate short-lived artifact. The viewer:- supports JSON and text,
- shows artifact size and expiry,
- renders at most 100,000 characters,
- keeps the payload out of ordinary trace state until requested.
read_workspace_data, uses Cache-Control: no-store, and creates a workspace audit event. Missing, expired, inaccessible, and unavailable artifacts use the same unavailable response.
An unavailable complete artifact does not invalidate the compact evidence already recorded for the run.
Export a completed answer
After an assistant turn completes, choose Create Document to export the persisted answer. The browser sends the source run and optional title; it does not ask the model to recreate the response. The resulting PDF or Markdown document is provenance-linked, authenticated, and retained for the deployment-configured document period. Document creation is a platform-native artifact operation, not an AgentK or AgentV tool, and it does not require a write-capable target run. A Workflow can also invoke the revieweddocuments.create capability to create a document from approved Workflow evidence.