anomalyco / anomalyco/opencode
Node DEP0169 url.parse() DeprecationWarning shows in the TUI chat box
@kommander is already working on this.
Since Sep 16, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Describe the bug
The opencode TUI emits a Node.js DEP0169 DeprecationWarning on launch that shows up directly in the chat box / session UI, which is very noisy:
(node:4749) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
A dependency in the bundled binary uses the legacy url.parse() API (Node explicitly notes no CVEs are issued for it, so it's a modernization/hygiene warning, not an active vulnerability).
Expected behavior
No deprecation warning polluting the chat UI. Either migrate the offending dependency to the WHATWG URL API, or suppress this warning so it doesn't appear in the session interface.
Environment
- opencode 1.18.31 (packaged
/usr/bin/opencode, Bun-compiled binary) - CachyOS / Arch Linux, kernel 7.2.4-3-cachyos-bore-lto
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.