Commit Graph

4 Commits

Author SHA1 Message Date
Simon Farshid 331f2f7f43 chore: update dependencies across packages (#4128)
Co-authored-by: Claude <noreply@anthropic.com>
2026-05-26 18:24:55 -07:00
Simon Farshid 4230087196 fix: prettier formatting issues across the codebase (#2318)
- Fix trailing whitespace in prettier workflow
- Format JSON configuration files (settings, components, package.json, etc.)
- Format Markdown and MDX documentation files
- Fix CSS formatting in tailwindcss styles
- Update meta.json files formatting
- Fix HTML formatting in e-commerce example
- Ensure consistent formatting across all text files
2025-08-13 15:28:24 -07:00
Simon Farshid 9e9ecf4c29 chore: switch to uv (#2179) 2025-07-10 12:16:14 -07:00
Simon Farshid 286088ad70 feat(assistant-stream): ObjectStream (#1912)
* feat: assistant-stream - ObjectStream

* feat: ObjectStream in AssistantStreams (JS receive)

* feat: python object stream proxy

* feat: test project

* refactor: default state should be None/null

* fixes

* fix: correctly flush the state queue

* fix: switch to asyncio.get_running_loop

* fix: final fixes
2025-05-20 13:58:42 -07:00