-
Notifications
You must be signed in to change notification settings - Fork 0
reference
Zachary BENSALEM edited this page Aug 15, 2026
·
1 revision
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.jsoncredentials,packages/coding-agent/src/config.tsconstants, and the toolchain config files. -
Data models, the core data shapes: the session JSONL transcript format, the web
ChatStreamEventwire union,AgentMessage, the model registryModeltype, and the daemon protocol version constants. -
Dependencies, the dependency landscape: the workspace package graph (npm
packages/*vs pnpmweb/), 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.