rowboat/apps/x/packages/core/src
Gagan 7d38dc84a2 feat(apps): copilot answers from installed apps and surfaces them
Generic app-copilot bridge (no app-specific wiring anywhere):

- app-read-data builtin: read (or list) an installed app's data/ files —
  the agent-maintained JSON the app renders. Same path confinement as
  app-set-data; 50k char cap with truncation flag; parsed JSON returned
  when possible. Attached via the app-navigation skill.
- read-view view=apps: installed apps with name/description/dataFiles/
  agentSlugs, navigating the user's screen to the Apps view (same
  show-while-telling contract as email/bg-tasks). Renderer routes the
  new view value.
- copilot instructions embed the installed-apps list (name +
  description per app) with routing guidance: prefer an app's fresh
  data over external calls, answer from it, open-app to surface it.
  The apps:list handler fingerprints the app set and invalidates the
  instructions cache when it changes (installs, deletes, copilot-
  created folders all flow through that poll).
- app-navigation skill: apps section + a worked example framing the
  pattern generically (match apps by their own descriptions, never a
  hardcoded topic map).

Verified against real data: app-read-data returns pr-dashboard's live
10-PR data.json, escape paths rejected, key-order golden test updated
and passing.
2026-07-10 14:23:03 +05:30
..
account use rowboat model gateway when logged in 2026-03-12 23:29:42 +05:30
agent-schedule move local-model concurrency to a turn-level defer lock 2026-07-06 13:38:39 +05:30
agents Add reasoning effort for spawned agents 2026-07-10 11:59:11 +05:30
analytics merge dev into feature/apps-v1 2026-07-05 01:08:35 +05:30
application feat(apps): copilot answers from installed apps and surfaces them 2026-07-10 14:23:03 +05:30
apps feat(apps): star-ranked catalog, star from Rowboat, delete local apps 2026-07-07 20:59:02 +05:30
auth Drive (#583) 2026-06-23 03:13:58 +05:30
background-tasks refactor(x): shared lazyResolve for the no-static-DI-edge pattern 2026-07-10 08:50:39 +05:30
billing feat(billing): consume plan variant catalog 2026-06-19 16:52:22 +05:30
channels refactor(x): decouple the new runtime from the legacy engine file 2026-07-10 11:39:39 +05:30
code-mode refactor(x): decouple the new runtime from the legacy engine file 2026-07-10 11:39:39 +05:30
composio feat: native google sign-in for signed-in users 2026-05-05 14:29:13 +05:30
config Merge remote-tracking branch 'upstream/dev' into feat/disk-skills 2026-07-06 22:37:30 +05:30
di refactor(x): decouple the new runtime from the legacy engine file 2026-07-10 11:39:39 +05:30
events make local models work well 2026-07-06 13:31:13 +05:30
filesystem Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
knowledge move local-model concurrency to a turn-level defer lock 2026-07-06 13:38:39 +05:30
mcp remove default exa server 2026-03-19 18:46:08 +05:30
migrations feat(migration): port legacy runs into the turn/session runtime at startup 2026-07-02 21:56:04 +05:30
models refactor(x): models.dev — single startup writer, cache-only consumers 2026-07-10 10:38:33 +05:30
pre_built move local-model concurrency to a turn-level defer lock 2026-07-06 13:38:39 +05:30
runs refactor(x): decouple the new runtime from the legacy engine file 2026-07-10 11:39:39 +05:30
schedule feat: background tasks 2026-05-12 17:43:25 +05:30
search Add global search across knowledge and chats 2026-02-18 18:08:24 +05:30
security move local-model concurrency to a turn-level defer lock 2026-07-06 13:38:39 +05:30
services code clean up 2026-02-06 23:17:32 +05:30
sessions feat(x): per-turn reasoning effort — core plumbing 2026-07-10 10:11:25 +05:30
slack feat: ship Slack as a knowledge source, hardened for production (#596) 2026-06-17 12:52:27 -07:00
turns refactor(x): decouple the new runtime from the legacy engine file 2026-07-10 11:39:39 +05:30
voice phase 1 improvements to reduce latency: smart endpointing, streaming tts, early clause speech, ack 2026-07-04 12:51:06 +05:30
workspace add code mode: coding-agent workspace with sessions, direct/Rowboat drive, diffs, and worktrees 2026-06-12 23:57:44 +05:30
index.ts voice mode with TTS input/output 2026-03-13 10:39:05 +05:30