Open Chat Updates
All the latest updates and improvements to the osschat.dev application.
v1.1.42
New Coding Standards and Banned Patterns
Added a new Coding Standards and Banned Patterns section to clarify which React and TypeScript approaches are not allowed, and what to use instead. This helps teams avoid common sources of subtle UI bugs, like effect-driven state syncs, fetch-in-effect patterns, and hard-to-debug user action triggers.
Read more
v1.1.41
Cursor Cloud setup guidance for agents
Added a dedicated Cursor Cloud guidance section to the agent handbook to help cloud-based agents start the app and verify changes more reliably. This clarifies which services can be run during development, what to expect from each one, and common caveats that can block startup or testing.
Read more
v1.1.40
Chat cleanup reliability and mobile stability
This release tightens up chat cleanup and regeneration flows so streams and follow-up messages are handled more consistently. It also fixes a few edge cases across web and mobile, including safer typing requests, more reliable draft saving, and better mobile detection for responsive UI.
Read more
v1.1.39
Share chats with public links
You can now generate a public share link for a chat and open a read-only shared view. Shared pages include dynamic preview metadata and a generated Open Graph image, making links look better when posted in messages or on social platforms.
Read more
v1.1.38
More Reliable OneDollarStats Analytics Loading
Analytics loading is now more reliable by centralizing the OneDollarStats script URL and removing the outdated integrity check that could cause browsers to block the script. This helps ensure tracking continues to work as the vendor asset changes over time.
Read more
v1.1.37
Safer Sentry Monitoring Tunnel Handling
This release hardens the Sentry monitoring tunnel to better protect against oversized or malformed requests and reduce the impact of abuse. It also makes trace sampling configuration more resilient by falling back to safe defaults when values are invalid.
Read more
v1.1.36
Added in-app monitoring tunnel endpoint
This release adds a dedicated monitoring endpoint to support in-app error reporting and performance tracing across both the browser and server. It includes safeguards like same-origin checks, payload size limits, and rate limiting options to help keep monitoring traffic reliable and controlled.
Read more
v1.1.35
More reliable local web dev startup
Starting the web app in local development is now more reliable, especially when the expected startup command has drifted over time. The dev launcher now corrects stale settings automatically and ensures the right hostname behavior is applied consistently when running through the standard workflow.
Read more
v1.1.34
Web Dev Startup Compatibility Fix
Starting the web app in development is now compatible with the current Portless command format, preventing startup failures caused by an unsupported flag. This keeps named host behavior intact, which helps avoid collisions when running multiple worktrees or instances.
Read more
v1.1.33
Unique local dev URLs per worktree
Local development now avoids hostname collisions when you have multiple checkouts or worktrees. Each worktree gets its own stable local URL, and server-side origin checks now recognize that derived host so sign-in and other auth-related requests keep working.
Read more