Skip to content

fix: accept workspace create payload without extra - #25371

Merged
kitlangton merged 2 commits into
kit/instance-loader-servicefrom
kit/workspace-httpapi-red-test
May 2, 2026
Merged

fix: accept workspace create payload without extra#25371
kitlangton merged 2 commits into
kit/instance-loader-servicefrom
kit/workspace-httpapi-red-test

Conversation

@kitlangton

Copy link
Copy Markdown
Contributor

Summary

  • Adds a red reproducer for the TUI workspace create payload that omits extra
  • Allows the HttpApi workspace create payload to omit extra and normalizes it to null
  • Documents that the legacy Hono route already accepted the same payload shape

Testing

  • bun run test test/server/httpapi-workspace.test.ts --grep "TUI payload shape"
  • bun run test test/server/httpapi-workspace.test.ts
  • bun typecheck

@kitlangton
kitlangton merged commit 481f866 into kit/instance-loader-serviceMay 2, 2026
10 checks passed
@kitlangton
kitlangton deleted the kit/workspace-httpapi-red-test branch May 2, 2026 02:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kitlangton