René's URL Explorer Experiment


Title: Add a search box to the Settings → Keyboard Shortcuts page by DragonnZhang · Pull Request #59 · modelstudioai/openwork · GitHub

Open Graph Title: Add a search box to the Settings → Keyboard Shortcuts page by DragonnZhang · Pull Request #59 · modelstudioai/openwork

X Title: Add a search box to the Settings → Keyboard Shortcuts page by DragonnZhang · Pull Request #59 · modelstudioai/openwork

Description: Closes #58 What & why OpenWork's Settings → Keyboard Shortcuts page (ShortcutsPage.tsx) renders every shortcut — the registry-driven actions grouped by category plus three component-specific sections — for ~30 rows across many sections, with no way to filter them. Finding "the toggle-theme shortcut" or "everything that uses ⇧" meant scrolling and scanning the whole list. Comparable desktop apps make their shortcut reference searchable: the Codex app's Settings → Keyboard Shortcuts has "keypress search", and VS Code / Claude keybindings both put a search box at the top. OpenWork's settings navigator already got a search box (#40); the denser shortcuts list was the conspicuous remaining un-filterable settings surface. This adds a search box at the top of the Shortcuts page that filters the rows by both the action label and the rendered key combination: typing theme narrows to the theme shortcut (label match); typing shift (or ⇧) narrows to every shortcut that uses Shift (keypress search — it matches the key tokens, not just labels); sections with no remaining rows are hidden; a "No results found" empty state shows when nothing matches; a clear (✕) button and Esc reset the query; styling mirrors the existing settings-navigator search (icon, clear button, focus ring) for consistency. Frontend-only. The page is a pure renderer view over the centralized action registry (actionsByCategory + useActionRegistry().getHotkeyDisplay), so filtering is client-side React state — no backend / qwen-code change. No new i18n keys: the placeholder reuses common.search, the empty state common.noResultsFound, and the clear button common.clear. Changes pages/settings/ShortcutsPage.tsx — builds a flat, filterable section model from the registry (skipping hotkey-less actions) + the component-specific sections; adds the search input, label+key-token filtering, empty state, and clear/Esc handling. pages/settings/SettingsNavigator.tsx — adds data-testid="settings-item-" to each settings-nav item so the e2e assertion can open the Shortcuts sub-page (a general, reusable test hook). e2e/assertions/shortcuts-search.assert.ts — new CDP assertion (below). Verification (DoD) bun run typecheck:all — zero new errors. Delta vs main is zero: the only errors are the 11 pre-existing ones in apps/electron (auto-update.ts owner/repo, a settings-default-thinking test tuple, two test files importing vitest) — none in the files this PR touches. packages/{core,shared,server-core,server,session-tools-core,ui} all pass clean. bun test — no new failures. The touched-area suites (src/renderer/actions, src/renderer/pages/settings) pass 3/3; no test references the changed files; the change adds zero i18n keys, so the pre-existing baseline (56 known failures, unrelated) is unchanged. bun run lint:i18n:parity — OK (6 locales, 1542 keys each — unchanged; no new keys). Renderer build (bun run electron:build:renderer, where this change lives) — ✅ builds cleanly. CDP assertion transpiles (bun build e2e/assertions/shortcuts-search.assert.ts) — ✅. CDP e2e assertion (shortcuts-search.assert.ts) Drives the real built app over CDP entirely in the draft (no-session) state — no seeded conversation and no backend (the Shortcuts page is a pure registry view): Open Settings → Keyboard Shortcuts from the sidebar; the search box renders and the list shows more than one shortcut row. Type an action's label → the list narrows to exactly the predicted matches, every visible row contains the query, and the list shrinks. Type a key token read from a rendered chip → the list narrows to exactly the rows that use that key, and every visible row contains it — proving key/"keypress" search works, not just label search. A no-match query shows the empty state and hides every row. Clearing the query restores the full list. ⚠️ Local CDP run was blocked by this sandbox's egress policy, not by the feature — the Electron binary download (GitHub release host) returns 403 from the egress proxy, so the app can't be built/launched here (xvfb is present; only the binary fetch fails), the same limitation noted on the other open loop-bot PRs. The assertion transpiles and is included so CI / a reviewer can run bun run e2e in an environment with normal network access. Everything that doesn't require launching Electron (typecheck, unit tests, i18n parity, renderer build) passes with zero delta vs main. Part of the autonomous desktop-feature loop (loop-bot). Generated by Claude Code

Open Graph Description: Closes #58 What & why OpenWork's Settings → Keyboard Shortcuts page (ShortcutsPage.tsx) renders every shortcut — the registry-driven actions grouped by category plus three component-specifi...

X Description: Closes #58 What & why OpenWork's Settings → Keyboard Shortcuts page (ShortcutsPage.tsx) renders every shortcut — the registry-driven actions grouped by category plus three component...

Opengraph URL: https://github.com/modelstudioai/openwork/pull/59

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:826ec017-2846-5cd0-5c01-c8de6fb13378
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD196:1D8AAD:30DF00:412657:6A52CBDC
html-safe-nonce2ffcc40719cb29636341a360a57b0279128738300ce586ec4e815838064aa060
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMTk2OjFEOEFBRDozMERGMDA6NDEyNjU3OjZBNTJDQkRDIiwidmlzaXRvcl9pZCI6IjcxOTYwMDIyODY3MjY1NDMwMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac715c60ac2e0a09f92cccfcf00b37fa47ad997e54c34fafb256e3060fe9a48b05
hovercard-subject-tagpull_request:3993746200
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelstudioai/openwork/pull/59/files
twitter:imagehttps://avatars.githubusercontent.com/u/52599892?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/52599892?s=400&v=4
og:image:altCloses #58 What & why OpenWork's Settings → Keyboard Shortcuts page (ShortcutsPage.tsx) renders every shortcut — the registry-driven actions grouped by category plus three component-specifi...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
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 full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/openwork/pull/59/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fopenwork%2Fpull%2F59%2Ffiles
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%2Fpull%2F59%2Ffiles
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelstudioai%2Fopenwork
Reloadhttps://github.com/modelstudioai/openwork/pull/59/files
Reloadhttps://github.com/modelstudioai/openwork/pull/59/files
Reloadhttps://github.com/modelstudioai/openwork/pull/59/files
Please reload this pagehttps://github.com/modelstudioai/openwork/pull/59/files
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
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelstudioai%2Fopenwork%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork%2Fissues%2Fnew%2Fchoose
DragonnZhanghttps://github.com/DragonnZhang
mainhttps://github.com/modelstudioai/openwork/tree/main
loop/shortcuts-searchhttps://github.com/modelstudioai/openwork/tree/loop/shortcuts-search
Conversation 0 https://github.com/modelstudioai/openwork/pull/59
Commits 2 https://github.com/modelstudioai/openwork/pull/59/commits
Checks 0 https://github.com/modelstudioai/openwork/pull/59/checks
Files changed https://github.com/modelstudioai/openwork/pull/59/files
Please reload this pagehttps://github.com/modelstudioai/openwork/pull/59/files
Add a search box to the Settings → Keyboard Shortcuts page https://github.com/modelstudioai/openwork/pull/59/files#top
Show all changes 2 commits https://github.com/modelstudioai/openwork/pull/59/files
5930790 Add a search box to the Settings → Keyboard Shortcuts page claude Jul 5, 2026 https://github.com/modelstudioai/openwork/pull/59/commits/59307909468288e54b535a527d16f041caf006cb
547db49 chore: merge main into loop/shortcuts-search claude Jul 6, 2026 https://github.com/modelstudioai/openwork/pull/59/commits/547db4989a2899c607d9716a57dcfd58a78e905d
Clear filters https://github.com/modelstudioai/openwork/pull/59/files
Please reload this pagehttps://github.com/modelstudioai/openwork/pull/59/files
Please reload this pagehttps://github.com/modelstudioai/openwork/pull/59/files
SettingsNavigator.tsx https://github.com/modelstudioai/openwork/pull/59/files#diff-d4973b0982cc93b8109a74c4893264d5ca15c7446bdc90c09d8b1d80d96014f3
ShortcutsPage.tsx https://github.com/modelstudioai/openwork/pull/59/files#diff-0890c555e72e3e87197c5bdd9f0171687aad43ea332783604607b187028549b4
feature-ledger.md https://github.com/modelstudioai/openwork/pull/59/files#diff-2ae33a5d5ac052f40e2dfa56a7c3a17353f66baa0e674a59cc228e165b47c1af
shortcuts-search.assert.ts https://github.com/modelstudioai/openwork/pull/59/files#diff-7d7d4357d616744b519065933d529401b8b7cf4bcfd528734080d4af46befb74
apps/electron/src/renderer/pages/settings/SettingsNavigator.tsxhttps://github.com/modelstudioai/openwork/pull/59/files#diff-d4973b0982cc93b8109a74c4893264d5ca15c7446bdc90c09d8b1d80d96014f3
View file https://github.com/modelstudioai/openwork/blob/547db4989a2899c607d9716a57dcfd58a78e905d/apps/electron/src/renderer/pages/settings/SettingsNavigator.tsx
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/openwork/pull/59/{{ revealButtonHref }}
https://github.com/modelstudioai/openwork/pull/59/files#diff-d4973b0982cc93b8109a74c4893264d5ca15c7446bdc90c09d8b1d80d96014f3
https://github.com/modelstudioai/openwork/pull/59/files#diff-d4973b0982cc93b8109a74c4893264d5ca15c7446bdc90c09d8b1d80d96014f3
apps/electron/src/renderer/pages/settings/ShortcutsPage.tsxhttps://github.com/modelstudioai/openwork/pull/59/files#diff-0890c555e72e3e87197c5bdd9f0171687aad43ea332783604607b187028549b4
View file https://github.com/modelstudioai/openwork/blob/547db4989a2899c607d9716a57dcfd58a78e905d/apps/electron/src/renderer/pages/settings/ShortcutsPage.tsx
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/openwork/pull/59/{{ revealButtonHref }}
https://github.com/modelstudioai/openwork/pull/59/files#diff-0890c555e72e3e87197c5bdd9f0171687aad43ea332783604607b187028549b4
https://github.com/modelstudioai/openwork/pull/59/files#diff-0890c555e72e3e87197c5bdd9f0171687aad43ea332783604607b187028549b4
https://github.com/modelstudioai/openwork/pull/59/files#diff-0890c555e72e3e87197c5bdd9f0171687aad43ea332783604607b187028549b4
docs/loop/feature-ledger.mdhttps://github.com/modelstudioai/openwork/pull/59/files#diff-2ae33a5d5ac052f40e2dfa56a7c3a17353f66baa0e674a59cc228e165b47c1af
View file https://github.com/modelstudioai/openwork/blob/547db4989a2899c607d9716a57dcfd58a78e905d/docs/loop/feature-ledger.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/openwork/pull/59/{{ revealButtonHref }}
https://github.com/modelstudioai/openwork/pull/59/files#diff-2ae33a5d5ac052f40e2dfa56a7c3a17353f66baa0e674a59cc228e165b47c1af
Please reload this pagehttps://github.com/modelstudioai/openwork/pull/59/files
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.