Files
openchamber/packages/web/server/lib/opencode
Bohdan Triapitsyn f02dfbd4cb fix(web): tidy the XDG config root resolution
The web server read XDG_CONFIG_HOME through a redundant typeof guard on a
value that is already string|undefined, which tripped the anti-slop lint on
its own new line and diverged from the VS Code helper. Both now read the
same way. The VS Code provider test also still hard-coded ~/.config/opencode,
so it silently stopped asserting whenever XDG_CONFIG_HOME was set; it now
uses the shared constant, like the web test already does.
2026-09-05 14:45:20 +03:00
..
2026-08-04 14:40:44 -07:00
2026-08-28 01:27:32 +03:00
2026-08-28 01:27:32 +03:00
2026-05-25 19:20:04 +03:00
2026-04-24 12:30:11 +03:00