-
Notifications
You must be signed in to change notification settings - Fork 8.8k
fix(tui): restore open web ui command #11050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
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 |
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?