multica/packages
Naiyuan Qing b6d7626239 fix(store): use string prefix + URLSearchParams for connection URL parsing
The URL constructor parses non-standard protocols (multica://)
differently across engines — Chromium may return empty hostname
while Node.js returns "connect". Replace new URL() with simple
startsWith check and URLSearchParams to ensure consistent behavior
in both web and Electron environments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 20:13:51 +08:00
..
sdk fix(sdk,store): align frontend streaming protocol with new AgentEvent format 2026-02-03 16:54:34 +08:00
store fix(store): use string prefix + URLSearchParams for connection URL parsing 2026-02-03 20:13:51 +08:00
ui feat(desktop): integrate Chat component into desktop app 2026-02-03 20:08:30 +08:00