Skip to main content
Manage workspaces and their contents.
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.
To chat with the agent you’re currently developing, use guild agent chat from inside the agent directory.

Workspace agents

Workspace context

clear

Remove the default workspace setting from configuration.
Behavior depends on where you run the command:
  • In an agent directory (contains guild.json): removes workspace_id from guild.json and prints ✓ Cleared workspace setting for this agent.
  • Outside an agent directory: removes default_workspace and default_workspace_name from ~/.guild/config.json and prints ✓ Default workspace cleared.
If no default workspace is set, the command prints 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.