[PR #6438] docs: projects, find.files, notifications #11904

Closed
opened 2026-02-16 18:16:50 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6438

State: closed
Merged: Yes


Commits With User-Facing / API Changes

  • a576fdb5e feat(web): open projects
    • Adds “Open project” flow for platforms without a native directory picker (web fallback dialog that searches directories).
    • Includes an API surface change: /find/file now supports directory search + new query params (type, limit) and is used by the new UI.
  • fa1ac7bc9 feat(desktop): system notifications
    • Desktop app now sends OS-level notifications when a response is ready and when a session errors (includes deep links back into the app).
  • ae53f876f feat(desktop): readline shortcuts
    • Desktop prompt input now supports familiar Readline/Emacs editing shortcuts (Ctrl-A/E/K/Y, Alt-B/F/D, etc.).
  • e9ef72c20 feat(desktop): more mono (nerd) fonts
    • Adds additional bundled mono/nerd fonts. This is user-visible, but it didn’t look like it needed standalone docs (no clear “how to use/select” change captured in these commits).

Docs Updates Made (previously undocumented / outdated)

  • Updated server API docs for /find/file to reflect new behavior + parameters:
    • packages/web/src/content/docs/server.mdx:174
  • Updated SDK docs for find.files to reflect files and directories, plus examples and optional query fields:
    • packages/web/src/content/docs/sdk.mdx:284
  • Added a brief note that the desktop app can send system notifications automatically (so users don’t assume plugins are required):
    • packages/web/src/content/docs/plugins.mdx:214
  • Documented the new desktop prompt Readline/Emacs shortcuts in the keybinds page (as built-in, not opencode.json-configurable):
    • packages/web/src/content/docs/keybinds.mdx:121

No new documentation files were created, so packages/web/astro.config.mjs didn’t need changes.

Triggered by scheduled workflow

New%20session%20-%202025-12-30T12%3A10%3A49.962Z
opencode session  |  github run

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6438 **State:** closed **Merged:** Yes --- **Commits With User-Facing / API Changes** - `a576fdb5e feat(web): open projects` - Adds “Open project” flow for platforms without a native directory picker (web fallback dialog that searches directories). - Includes an API surface change: `/find/file` now supports directory search + new query params (`type`, `limit`) and is used by the new UI. - `fa1ac7bc9 feat(desktop): system notifications` - Desktop app now sends OS-level notifications when a response is ready and when a session errors (includes deep links back into the app). - `ae53f876f feat(desktop): readline shortcuts` - Desktop prompt input now supports familiar Readline/Emacs editing shortcuts (Ctrl-A/E/K/Y, Alt-B/F/D, etc.). - `e9ef72c20 feat(desktop): more mono (nerd) fonts` - Adds additional bundled mono/nerd fonts. This is user-visible, but it didn’t look like it needed standalone docs (no clear “how to use/select” change captured in these commits). **Docs Updates Made (previously undocumented / outdated)** - Updated server API docs for `/find/file` to reflect new behavior + parameters: - `packages/web/src/content/docs/server.mdx:174` - Updated SDK docs for `find.files` to reflect files *and* directories, plus examples and optional query fields: - `packages/web/src/content/docs/sdk.mdx:284` - Added a brief note that the desktop app can send system notifications automatically (so users don’t assume plugins are required): - `packages/web/src/content/docs/plugins.mdx:214` - Documented the new desktop prompt Readline/Emacs shortcuts in the keybinds page (as built-in, not `opencode.json`-configurable): - `packages/web/src/content/docs/keybinds.mdx:121` No new documentation files were created, so `packages/web/astro.config.mjs` didn’t need changes. Triggered by scheduled workflow <a href="https://opencode.ai/s/4pD81veB"><img width="200" alt="New%20session%20-%202025-12-30T12%3A10%3A49.962Z" src="https://social-cards.sst.dev/opencode-share/TmV3IHNlc3Npb24gLSAyMDI1LTEyLTMwVDEyOjEwOjQ5Ljk2Mlo=.png?model=opencode/gpt-5.2&version=1.0.210&id=4pD81veB" /></a> [opencode session](https://opencode.ai/s/4pD81veB)&nbsp;&nbsp;|&nbsp;&nbsp;[github run](/sst/opencode/actions/runs/20596206283)
yindo added the pull-request label 2026-02-16 18:16:50 -05:00
yindo closed this issue 2026-02-16 18:16:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11904