rowboat/apps/x/packages/core/src
Ramnique Singh b3066a0b7a add cmd+k palette with chat mode that captures editor cursor context
Cmd+K (Ctrl+K on Win/Linux) now opens a unified palette with two
modes: Chat (default) and Search (existing behavior). Tab cycles
between them. In Chat mode, if the user triggered the shortcut from
the markdown editor, the palette auto-attaches a removable chip
showing the note path and precise cursor line. Enter sends the
prompt to the right-sidebar copilot — opening the sidebar if closed
and starting a fresh chat tab — with the chip carried as a
FileMention whose lineNumber is forwarded to the agent as
"... at <path> (line N)" so the agent can use workspace-readFile
with offset to fetch the right slice on demand.

Line numbers are computed against the same getMarkdownWithBlankLines
serializer used to write notes to disk, so the reference is
byte-identical to what the agent reads back.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 17:00:37 +05:30
..
account use rowboat model gateway when logged in 2026-03-12 23:29:42 +05:30
agent-schedule feat: add background agents with scheduling support 2026-02-05 16:43:09 +05:30
agents add cmd+k palette with chat mode that captures editor cursor context 2026-04-13 17:00:37 +05:30
application prefix line numbers and add offset/limit to workspace-readFile 2026-04-13 14:30:36 +05:30
auth feat(oauth): switch Google OAuth from PKCE to authorization code flow with client secret 2026-04-10 00:43:34 +05:30
billing Add billing error handling and UI updates 2026-04-07 21:51:17 +05:30
composio Feature/composio tools library (#461) 2026-04-06 13:30:46 +05:30
config fix workdir everywhere (#475) 2026-04-10 10:40:46 +05:30
di Slack2 (#410) 2026-03-10 16:26:51 +05:30
knowledge fix composio related sync scripts (#484) 2026-04-11 09:08:26 +05:30
mcp remove default exa server 2026-03-19 18:46:08 +05:30
models fix default model 2026-04-11 08:16:53 +05:30
pre_built prebuilt config is autocreated on load 2026-01-16 12:05:34 +05:30
runs added search button to chat input 2026-03-13 13:58:30 +05:30
search Add global search across knowledge and chats 2026-02-18 18:08:24 +05:30
services code clean up 2026-02-06 23:17:32 +05:30
slack Slack2 (#410) 2026-03-10 16:26:51 +05:30
voice fix workdir everywhere (#475) 2026-04-10 10:40:46 +05:30
workspace fix workdir everywhere (#475) 2026-04-10 10:40:46 +05:30
index.ts voice mode with TTS input/output 2026-03-13 10:39:05 +05:30