@kynver-app/openclaw-agent-os 0.1.48 → 0.1.49

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/dist/index.js CHANGED
@@ -1887,6 +1887,11 @@ var contextEnvelopeSchema = {
1887
1887
  type: "number",
1888
1888
  description: "Max recent sessions (default 1, max 5). Set 0 to skip."
1889
1889
  },
1890
+ mode: {
1891
+ type: "string",
1892
+ enum: ["routine", "ops", "debug", "handoff"],
1893
+ description: "Caller intent for context budgeting. Default routine keeps payloads small; ops/debug/handoff tune recall breadth and active-state preference without changing projection semantics alone."
1894
+ },
1890
1895
  slug: {
1891
1896
  type: "string",
1892
1897
  description: "AgentOS slug. Omit to use the account's primary AgentOS workspace."