Skip to main content

Advanced Usage

This chapter covers model usage inspection, cache and context diagnostics, manual intervention during execution, and custom tools or SKILLs for reusable team workflows.

【Image: Advanced usage overview, labeling the usage panel, context editing entry, tool editor, and SKILL editor】

What This Chapter Contains

PageUse it when you want to
Usage and Model PerformanceInspect token usage, cache hits, context pressure, speed, and jitter.
Manual Intervention and Context EditingPause, redirect, add constraints, or edit global and local context while Agent is working.
Custom Tools and Custom SKILLsPackage team scripts, checks, and repeatable workflows into reusable Agent capabilities.

Suggested Troubleshooting Order

When a task behaves poorly, check it in this order:

  1. Inspect usage and model performance to see whether the issue is context size, cache misses, model tier selection, or network jitter.
  2. Inspect execution behavior to see whether Agent misunderstood the task, picked the wrong tool, or needs sharper constraints.
  3. Package the workflow if it repeats often, so you do not have to rewrite the same prompt each time.

【Image: Advanced troubleshooting flow from usage panel to context edits to tool and SKILL packaging】

Common Scenarios

SymptomRead first
A task suddenly consumes many tokensUsage and Model Performance
Similar prompts have low cache hitsUsage and Model Performance
First-token or total latency jittersUsage and Model Performance
Agent is already running in the wrong directionManual Intervention and Context Editing
You want to change constraints for this task onlyManual Intervention and Context Editing
You want all future tasks to follow team rulesManual Intervention and Context Editing
You want Agent to call an internal scriptCustom Tools and Custom SKILLs
You want to reuse a repeatable workflowCustom Tools and Custom SKILLs

Relationship to Basic Configuration

Basic configuration controls Agent defaults. Advanced usage helps you observe and intervene after tasks start.

Basic settingHow to tune it later
Pressure token thresholdCompare it with Pressure in the usage panel.
Review ruleDecide which plans, tools, and SKILLs should require confirmation.
Calling modeCompare actual high-quality, lightweight, and vision model consumption.
Disable Tools / AI reviewDecide which custom capabilities are safe to expose to Agent.

Next Step

Start with Usage and Model Performance to understand task cost and stability.

Published: