Uh oh!
There was an error while loading. Please reload this page.
feat(app): add web input focus shortcut - #12493
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. |
ChangeHow
commented
Feb 6, 2026
A tiny feature but help me a lot. 🙏 |
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
ChangeHow
commented
Feb 6, 2026
Fixes #12494 |
adamdotdevin
commented
Feb 6, 2026
@ChangeHow can you resolve conflicts? I'll merge after |
bbcb2df to
8ecb63aCompareChangeHow
commented
Feb 7, 2026
@adamdotdevin After that, I manually test my feature and ensure it works like the screen record. |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
why was this changed? it doesnt look right for isolated installs
There was a problem hiding this comment.
this switches to non-isolated installs... why?: https://bun.com/docs/pm/isolated-installs (see default install type matrix)
the
seems to be self imposed as a result of removing "configVersion": 1," from the bun.lock changing the bun install type to hoisted from isolated. changes in this PR to bun.lock and packages/opencode/script/build.ts should be reverted as incorrect and out of scope |
ChangeHow
commented
Feb 8, 2026
I reinstalled the node_modules in dev before my commit, and it kept the You're right. I used and old version of Bun to install the node_modules and upgrade it into the latest version when I met that pre-publish error, like PR description said. I just think it too simple, sry for that. |
What does this PR do?
ctrl+lto focus the chat inputHow did you verify your code works?
ctrl+lto focus the chat input and start typingctrl+lagain to focus chat inputScreen.Recording.2026-02-06.at.23.38.57.mov