session_context
Initialize a session in one call by combining search, intentions, status, predictions, and codebase context into a single token-budgeted response, replacing five separate calls.
Instructions
One-call session initialization. Combines search, intentions, status, predictions, and codebase context into a single token-budgeted response. Replaces 5 separate calls at session start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Current context for intention matching and predictions | |
| queries | No | Search queries to run (default: ["user preferences"]) | |
| token_budget | No | Max tokens for response (default: 1000). Server truncates content to fit budget. With 1M context models, budgets up to 100K are practical. | |
| include_status | No | Include system health info (default: true) | |
| include_intentions | No | Include triggered intentions (default: true) | |
| include_predictions | No | Include memory predictions (default: true) |