Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + const DaemonConfigPath + const ExitCodeIO + const RootDir + var BaseLogDir = agent.ContainerDataDir + func NewContainerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewCredentialsServerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDaemonCmd() *cobra.Command + func NewOpenVSCodeAsyncCmd() *cobra.Command + func NewPostAttachCmd(flags *flags.GlobalFlags) *cobra.Command + func NewSSHServerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewSetupContainerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewSetupLoftPlatformAccessCmd(flags *flags.GlobalFlags) *cobra.Command + func NewVSCodeAsyncCmd() *cobra.Command + type CredentialsServerCmd struct + ConfigureDockerHelper bool + ConfigureGitHelper bool + ForwardPorts bool + GitUserSigningKey string + User string + func (cmd *CredentialsServerCmd) Run(ctx context.Context, port int) error + type DaemonCmd struct + Config *agentd.DaemonConfig + Log log.Logger + func (cmd *DaemonCmd) Run(c *cobra.Command, args []string) error + type OpenVSCodeAsyncCmd struct + SetupInfo string + func (cmd *OpenVSCodeAsyncCmd) Run(_ *cobra.Command, _ []string) error + type PostAttachCmd struct — darwin/amd64, js/wasm, linux/amd64 + SetupInfo string + func (cmd *PostAttachCmd) Run(ctx context.Context) error + type SSHServerCmd struct + Address string + RemoteUser string + Workdir string + func (cmd *SSHServerCmd) Run(_ *cobra.Command, _ []string) error + type SetupContainerCmd struct — darwin/amd64, js/wasm, linux/amd64 + AccessKey string + ChownWorkspace bool + ContainerWorkspaceInfo string + InjectGitCredentials bool + PlatformHost string + SetupInfo string + StreamMounts bool + WorkspaceHost string + func (cmd *SetupContainerCmd) Run(ctx context.Context) error + type SetupLoftPlatformAccessCmd struct + Context string + Port int + Provider string + func (c *SetupLoftPlatformAccessCmd) Run(_ *cobra.Command, args []string) error + type VSCodeAsyncCmd struct + Flavor string + SetupInfo string + func (cmd *VSCodeAsyncCmd) Run(_ *cobra.Command, _ []string) error