Skip to content

reference

Zachary BENSALEM edited this page Aug 15, 2026 · 1 revision

Reference

Index of the reference pages. Each page documents a cross-cutting surface of the repository: how the agent is configured, the data shapes it persists and streams, and the dependency landscape that holds the workspace together. These pages cut across the per-package deep dives in Packages.

  • Configuration, every way the agent is configured: environment variables, the JSON settings manager, auth.json credentials, packages/coding-agent/src/config.ts constants, and the toolchain config files.
  • Data models, the core data shapes: the session JSONL transcript format, the web ChatStreamEvent wire union, AgentMessage, the model registry Model type, and the daemon protocol version constants.
  • Dependencies, the dependency landscape: the workspace package graph (npm packages/* vs pnpm web/), key third-party dependencies per package, and the version policy.

Related reading: Glossary defines the project-specific terms these pages use, and Patterns and conventions records the release and versioning rules that apply to dependency changes.

Clone this wiki locally