multica/apps/web
yushen c4a7cf9726 fix(web): allow clearing workspace description and context fields
Previously `|| undefined` prevented sending empty strings, making it
impossible to clear these fields once set. Now always send the current
value so the backend COALESCE correctly updates the column.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:03:39 +08:00
..
app fix(web): allow clearing workspace description and context fields 2026-03-24 16:03:39 +08:00
lib feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00
test feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00
next-env.d.ts feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
next.config.ts feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
package.json Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
postcss.config.mjs feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
tsconfig.json feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
vitest.config.ts test: add comprehensive test suite (Go unit/integration, Vitest, Playwright E2E) 2026-03-22 11:50:25 +08:00