v0.1.40
I'll inspect the actual diff since there are no commit subjects to work from.## Fixes
- appkit-mastra: Fix production crash when dispatching to the Mastra sub-app under an OBO token. The
asUser(req)proxy wrapped the express app's.bind(which is express's HTTP BIND route registrar, notFunction.prototype.bind), registering a bogus route and crashingpathToRegexp. Requests now route through a plaindispatchMastramethod that invokes the express app off the real target while keeping the OBO user scope active for agent and model resolvers.