René's URL Explorer Experiment


Title: Cmd+F / `app.search` shortcut doesn't activate session search (works only via the sidebar button) · Issue #43 · modelstudioai/openwork · GitHub

Open Graph Title: Cmd+F / `app.search` shortcut doesn't activate session search (works only via the sidebar button) · Issue #43 · modelstudioai/openwork

X Title: Cmd+F / `app.search` shortcut doesn't activate session search (works only via the sidebar button) · Issue #43 · modelstudioai/openwork

Description: Summary The Search action (app.search, bound to Cmd/Ctrl+F) does not activate the session-list search box when triggered by its keyboard shortcut — reported to fail from any screen, including the chat view. The same search does work when...

Open Graph Description: Summary The Search action (app.search, bound to Cmd/Ctrl+F) does not activate the session-list search box when triggered by its keyboard shortcut — reported to fail from any screen, including the c...

X Description: Summary The Search action (app.search, bound to Cmd/Ctrl+F) does not activate the session-list search box when triggered by its keyboard shortcut — reported to fail from any screen, including the c...

Opengraph URL: https://github.com/modelstudioai/openwork/issues/43

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cmd+F / `app.search` shortcut doesn't activate session search (works only via the sidebar button)","articleBody":"## Summary\n\nThe **Search** action (`app.search`, bound to `Cmd/Ctrl+F`) does not activate the\nsession-list search box when triggered by its keyboard shortcut — reported to fail\nfrom **any** screen, including the chat view. The same search **does** work when\ninvoked from the sidebar's in-navigator \"Search\" menu item.\n\nBecause the command palette (#41 / #42) invokes the app's own `app.search` action,\nits **Search** entry inherits this bug too. This issue is about the underlying\n`app.search` defect, which pre-dates and is independent of the command palette.\n\n## Repro\n\n1. Open the app.\n2. Press `Cmd+F` (macOS) / `Ctrl+F` anywhere (chat view, etc.).\n   - **Expected:** the session-list search box appears and is focused.\n   - **Actual:** nothing happens.\n3. Contrast: open the sidebar's Chats filter dropdown → click **Search**.\n   - The search box appears correctly.\n\n## Investigation so far\n\nStatic analysis shows the two paths *should* be identical, yet they diverge:\n\n- There is exactly **one** `app.search` handler\n  (`AppShell.tsx:1309` → `() =\u003e setSearchActive(true)`) and exactly **one**\n  `searchActive` state (`AppShell.tsx:1225`). The working sidebar button\n  (`AppShell.tsx:4584`) calls the **same** `setSearchActive(true)`.\n- `useSessionSearch.ts:377` focuses the search input whenever `searchActive`\n  flips to `true`, regardless of who set it.\n- No native-menu `Cmd+F` accelerator and no `before-input-event` /\n  `globalShortcut` interception exists in the main process, so the keystroke\n  should reach the renderer's capture-phase `keydown` listener in the action\n  registry.\n\nSo by code the shortcut *should* behave like the button. The divergence must be a\nruntime condition (focus/zone/render state) that a headless CI run can't\nreproduce — the e2e sandbox has **no sessions**, so `SessionList` doesn't render\nthe search header even when `searchActive` is set, making this invisible to the\nexisting harness.\n\n## Plan\n\n- Reproduce locally with a **seeded session** so `SessionList` actually renders\n  the search header, then diff the button path vs. the `app.search` /\n  registry-`execute` path to find the real cause (likely focus/zone or a\n  re-render/reset timing difference).\n- Fix `app.search` so it robustly activates + focuses search from any context\n  (keyboard shortcut and command palette), and add a CDP assertion that seeds a\n  session and asserts the search box appears from the shortcut.\n- Ship as its own PR (not folded into the command-palette PR).\n\nPart of the autonomous desktop-feature loop (`loop-bot`).","author":{"url":"https://github.com/DragonnZhang","@type":"Person","name":"DragonnZhang"},"datePublished":"2026-07-01T06:30:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/43/openwork/issues/43"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:12c6dda2-7992-9fea-69b2-03a68171d2ec
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9D0E:3BEAD8:2385E:2D6A7:6A52494B
html-safe-nonce48426dd9ecf422c22f6b669a0f36c80a1e7eca053a187ce9a88ec57a1288c3ca
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RDBFOjNCRUFEODoyMzg1RToyRDZBNzo2QTUyNDk0QiIsInZpc2l0b3JfaWQiOiIzNzgwNjMyMjY3MDM4NTc5OTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4ba3215613c751589f0d21e6c935ce2868272d7604b21c11f6d4a58ba9ee81a1
hovercard-subject-tagissue:4783072006
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelstudioai/openwork/43/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d74739a7e906cfdc45012f8b0f7d0149611d5076363ae22af73cc4fbba129856/modelstudioai/openwork/issues/43
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d74739a7e906cfdc45012f8b0f7d0149611d5076363ae22af73cc4fbba129856/modelstudioai/openwork/issues/43
og:image:altSummary The Search action (app.search, bound to Cmd/Ctrl+F) does not activate the session-list search box when triggered by its keyboard shortcut — reported to fail from any screen, including the c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDragonnZhang
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/modelstudioai/openwork git https://github.com/modelstudioai/openwork.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1256697754
octolytics-dimension-repository_nwomodelstudioai/openwork
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1256697754
octolytics-dimension-repository_network_root_nwomodelstudioai/openwork
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/openwork/issues/43#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fopenwork%2Fissues%2F43
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fopenwork%2Fissues%2F43
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelstudioai%2Fopenwork
Reloadhttps://github.com/modelstudioai/openwork/issues/43
Reloadhttps://github.com/modelstudioai/openwork/issues/43
Reloadhttps://github.com/modelstudioai/openwork/issues/43
Please reload this pagehttps://github.com/modelstudioai/openwork/issues/43
modelstudioai https://github.com/modelstudioai
openworkhttps://github.com/modelstudioai/openwork
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Fork 3 https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Star 11 https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Code https://github.com/modelstudioai/openwork
Issues 14 https://github.com/modelstudioai/openwork/issues
Pull requests 12 https://github.com/modelstudioai/openwork/pulls
Actions https://github.com/modelstudioai/openwork/actions
Projects https://github.com/modelstudioai/openwork/projects
Security and quality 0 https://github.com/modelstudioai/openwork/security
Insights https://github.com/modelstudioai/openwork/pulse
Code https://github.com/modelstudioai/openwork
Issues https://github.com/modelstudioai/openwork/issues
Pull requests https://github.com/modelstudioai/openwork/pulls
Actions https://github.com/modelstudioai/openwork/actions
Projects https://github.com/modelstudioai/openwork/projects
Security and quality https://github.com/modelstudioai/openwork/security
Insights https://github.com/modelstudioai/openwork/pulse
Cmd+F / app.search shortcut doesn't activate session search (works only via the sidebar button)https://github.com/modelstudioai/openwork/issues/43#top
bugSomething isn't workinghttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22bug%22
loop-bothttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22loop-bot%22
https://github.com/DragonnZhang
DragonnZhanghttps://github.com/DragonnZhang
on Jul 1, 2026https://github.com/modelstudioai/openwork/issues/43#issue-4783072006
#41https://github.com/modelstudioai/openwork/issues/41
#42https://github.com/modelstudioai/openwork/pull/42
bugSomething isn't workinghttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22bug%22
loop-bothttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22loop-bot%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.