Add a `context` text field to workspaces, allowing users to provide background information and context for AI agents working in the workspace. Full stack: migration, sqlc queries, Go handler, TS types, SDK, and settings page UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 line
47 B
SQL
1 line
47 B
SQL
ALTER TABLE workspace ADD COLUMN context TEXT;
|