-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
smajt-archlinux edited this page May 14, 2026
·
1 revision
OpenTracker stores its configuration in a JSON file.
~/.config/opentracker/config.json
{
"providers": {
"opencode": {
"workspace": "your-workspace-id"
}
}
}| Field | Type | Required | Description |
|---|---|---|---|
providers |
object | Yes | Map of provider configurations |
providers.opencode |
object | Yes | OpenCode-specific config |
providers.opencode.workspace |
string | Yes | Your OpenCode workspace ID |
- Log in to OpenCode
- Go to your workspace dashboard
- The workspace ID is in the URL:
https://opencode.ai/workspace/<workspace-id>
Cookies are stored in Netscape format at:
~/.config/opentracker/opencode-cookies.txt
The login command automatically imports cookies from your browser. See OpenCode for details.
Run opentracker login opencode again to refresh your cookies.
Create the config file with your workspace ID or run the tool once — it will prompt you.