Documentation
¶
Overview ¶
Package providersession prepares the one provider runtime shape shared by interactive Claude sessions and management commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
Provider provider.Provider
Runtime *oauthproxy.Runtime
BaseURL string
UseProxy bool
// contains filtered or unexported fields
}
Session is the resolved provider view for one operation. Provider is always a copy, so preparing a session never mutates persisted configuration.
Click to show internal directories.
Click to hide internal directories.