After a successful global workspace selection,
guild workspace select prints to stderr: To clear the default, run: guild workspace clear. Pass --quiet to suppress it.chat
Start a conversation with an agent.guild agent chat from inside the agent directory.
Workspace agents
Workspace context
clear
Remove the default workspace setting from configuration.- In an agent directory (contains
guild.json): removesworkspace_idfromguild.jsonand prints✓ Cleared workspace setting for this agent. - Outside an agent directory: removes
default_workspaceanddefault_workspace_namefrom~/.guild/config.jsonand prints✓ Default workspace cleared.
No default workspace was set. to stderr and exits successfully — it is not an error.
Exit codes: 0 on success or no-op; 1 on filesystem error only.