Commit Graph

3 Commits

Author SHA1 Message Date
Gab
5dac031628 Bump to 1.0.32: mark ToothFairy tool credentials as optional in schema
- Remove api_key, workspace_id, region from required parameters
- Add note to tool description that credentials auto-load
- Add logging for credential auto-fill debugging
2026-04-12 16:56:45 +10:00
Gab
17724c8e2d Bump to 1.0.31: default ToothFairy MCP tools to stored credentials
When api_key and workspace_id are not provided, ToothFairy MCP tools now
default to credentials stored in ~/.tfcode/credentials.json (from tfcode validate).
2026-04-12 14:21:33 +10:00
Gab
a8b73fd754 refactor: apply minimal tfcode branding
- Rename packages/opencode → packages/tfcode (directory only)
- Rename bin/opencode → bin/tfcode (CLI binary)
- Rename .opencode → .tfcode (config directory)
- Update package.json name and bin field
- Update config directory path references (.tfcode)
- Keep internal code references as 'opencode' for easy upstream sync
- Keep @opencode-ai/* workspace package names

This minimal branding approach allows clean merges from upstream
opencode repository while providing tfcode branding for users.
2026-03-24 13:20:14 +11:00