Open Chat Updates
All the latest updates and improvements to the osschat.dev application.
v0.0.50
Mobile Settings Header Safe-Area Fix
The Settings page header no longer overlaps the device status bar on phones with notches or dynamic islands. This update ensures the app correctly respects safe-area spacing so Settings content stays readable and tappable at the top of the screen.
Read more
v0.0.49
Reliable Social Sharing Previews
Social media previews now generate more reliably when sharing links. OpenGraph and Twitter image meta tags use absolute URLs, and an OpenGraph URL tag was added so crawlers can correctly resolve the page and preview image.
Read more
v0.0.48
Added Star History section to README
This release updates the README with a new Star History section, including a chart and link to view the project’s GitHub star growth over time. It gives visitors a quick visual snapshot of adoption and makes it easier to explore the project’s momentum.
Read more
v0.0.47
New Social Media Link Preview Image
Social sharing previews now use a dedicated Open Graph image instead of the app logo, helping links look more polished across platforms. Twitter cards have also been updated to use a large image preview, with image dimensions provided for more reliable rendering.
Read more
v0.0.46
Chat streaming state resets correctly
Fixed an issue where chat could remain stuck in a streaming state after a message finished processing in the background. The chat UI now reliably returns to a ready state when the background stream job completes, so the input and indicators update as expected.
Read more
v0.0.45
Cleanup for Stuck Stream Jobs
Added a new server-side cleanup action that detects stream jobs stuck in pending or running states and marks older ones as errored. This helps prevent long-running or stalled streams from lingering indefinitely, making job status more reliable for users.
Read more
v0.0.44
Preview environments now include Redis
Preview environments now come with Redis available by default, making it easier to test features that depend on caching or background state in a realistic setup. Preview deployments are also cleaned up automatically when a pull request is closed, helping keep preview resources tidy over time.
Read more
v0.0.43
Background streaming that survives reloads
AI responses can now keep generating even if you refresh or briefly disconnect. Streaming is managed in the background and the chat can reconnect to the in-progress response, so you do not lose work mid-reply.
Read more
v0.0.42
Local-only Convex mode for Conductor
Conductor workspaces now run with a local-only Convex backend, designed to avoid cloud prompts and login requirements during development. This makes it easier to start working quickly without linking to a cloud account, while keeping your Conductor work isolated from the main project’s data.
Read more
v0.0.41
New Landing Page With Interactive Staircase
Added a new landing page experience for unauthenticated visitors. It uses a split-screen layout that adapts between mobile and desktop, includes an interactive staircase animation that responds to mouse movement, and adds a footer with links to @leodev, @osschat, and GitHub.
Read more