fix(app): repair web manifest and OAuth errors; fix Windows typings
What does this PR do?
- Fix invalid site.webmanifest that caused a manifest parse error in the web UI.
- Improve OAuth error visibility in the connect dialog and include response details for token exchange failures.
- Replace Windows placeholder custom-elements.d.ts files with actual typings in app/enterprise packages.
How did you verify your code works?
- bun turbo typecheck Fixes #8812
Hey! Your PR title Fix web manifest, OAuth error visibility, and Windows custom element typings doesn't follow conventional commit format.
Please update it to start with one of:
-
feat:orfeat(scope):new feature -
fix:orfix(scope):bug fix -
docs:ordocs(scope):documentation changes -
chore:orchore(scope):maintenance tasks -
refactor:orrefactor(scope):code refactoring -
test:ortest(scope):adding or updating tests
Where scope is the package name (e.g., app, desktop, opencode).
See CONTRIBUTING.md for details.
The following comment was made by an LLM, it may be inaccurate:
No duplicate PRs found.
Thanks for your contribution!
This PR doesn't have a linked issue. All PRs must reference an existing issue.
Please:
- Open an issue describing the bug/feature (if one doesn't exist)
- Add
Fixes #<number>orCloses #<number>to this PR description
See CONTRIBUTING.md for details.
@Observer-GGboy why the change to the codex plugin?
@Observer-GGboy if you can revert the changes to codex.ts then i'll merge