Files
openchamber/packages/vscode/src/provider-env-aliases.ts
T
Cursor AgentandSerhii Dziupin ead9aad33b Merge origin/main into deferred OpenCode restart branch.
Resolve ProvidersPage and lifecycle conflicts with custom providers and
AppImage ARGV0 stripping. Address review follow-ups: OAuth index helper +
tests, single auth-methods load trigger, shared Google env-alias module with
VS Code parity coverage, and deferred restart for custom provider upsert.

Co-authored-by: Serhii Dziupin <makeittech@users.noreply.github.com>
2026-08-03 13:57:05 +00:00

6 lines
274 B
TypeScript

/**
* Shared with packages/web/server/lib/opencode/provider-env-aliases.js via esbuild
* bundling. Keep this module as a thin re-export so web and VS Code cannot diverge.
*/
export { applyProviderEnvAliases } from '../../web/server/lib/opencode/provider-env-aliases.js';