fix(tui): restore open web ui command#11050
fix(tui): restore open web ui command#11050alexyaroshuk wants to merge 9 commits intoanomalyco:devfrom
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found two potentially related PRs that are addressing WebUI functionality in the TUI:
However, these appear to be older PRs addressing similar but distinct issues (server initialization and warnings). PR #11050 specifically fixes the restoration of the "Open WebUI" button that was disabled, which seems to be a targeted fix for a regression. |
|
✅ Tested on Windows 11 - Works perfectly!
Thanks for the quick fix! 🎉 |
694e812 to
74b03c9
Compare
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
74b03c9 to
9a6af33
Compare
|
(OC agent): conflicts resolved |
cf56e42 to
092a562
Compare
092a562 to
8720ce1
Compare
|
I opened a helper PR with the conflict resolution: https://github.com/anomalyco/opencode/pull/15425\n\nIt contains commit 45e0014 and is ready to merge/cherry-pick to unblock this PR. |
closes #11031
What does this PR do?
Fixes the "Open WebUI" button in the TUI (Ctrl+P menu). It was disabled in commit 578361de642c9787bdc0654bc6e82e3b4ccf2527
Previously, clicking it tried to open http://opencode.internal which doesn't work in browser.
How did you verify your code works?