Expand description
Core infrastructure — config, session, auth, logging, error types, protocol.
Modules§
- auth
- OAuth 2.0 Authorization Code + PKCE flow for Anthropic (Claude Pro/Max).
- chain
- Chain pointer management — named bookmarks that auto-advance on compaction.
- compaction
- Conversation compaction — turn a long message history into a structured summary.
- config
- error
- logging
- models
- Curated list of Claude models known to work with this CLI. Centralized so the settings dropdown, defaults, and subagent hints agree.
- protocol
- rpc_
dispatch - Pure helper functions for the
synaps rpccommand dispatcher. - rpc_
protocol - RPC protocol types for the
synaps-bridgeparent↔child IPC channel. - session
- session_
index - watcher_
types