sandbox-agent/foundry/packages
Nathan Flurry 3684e2e5f5 feat(foundry): add manual task owner change via UI dropdown
Add an owner dropdown to the Overview tab that lets users reassign task
ownership to any organization member. The owner's GitHub credentials are
used for git operations in the sandbox.

Full-stack implementation:
- Backend: changeTaskOwnerManually action on task actor, routed through
  org actor's changeWorkspaceTaskOwner action, with primaryUser schema
  columns on both task and org index tables
- Client: changeOwner method on workspace client (mock + remote)
- Frontend: owner dropdown in right sidebar Overview tab showing org
  members, with avatar and role display
- Shared: TaskWorkspaceChangeOwnerInput type and primaryUser fields on
  workspace snapshot types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 17:04:26 -07:00
..
backend feat(foundry): add manual task owner change via UI dropdown 2026-03-16 17:04:26 -07:00
cli chore(foundry): migrate to actions (#262) 2026-03-16 15:23:59 -07:00
client feat(foundry): add manual task owner change via UI dropdown 2026-03-16 17:04:26 -07:00
desktop chore(foundry): workbench action responsiveness (#254) 2026-03-14 20:42:18 -07:00
frontend feat(foundry): add manual task owner change via UI dropdown 2026-03-16 17:04:26 -07:00
shared feat(foundry): add manual task owner change via UI dropdown 2026-03-16 17:04:26 -07:00