Files
vscode/scripts
Connor Peet 2418b24d9f agentHost: migrate to use protocol types
- Migrates to use AHP types that are synced via `npx tsx scripts/sync-agent-host-protocol.ts`
- One big churn was migrating out of URIs as rich objects in the protocol.
  We can't really shove our own `$mid`-type objects in there. I also explored doing a
  generated translation layer but I had trouble getting one I was happy with.
- This tightens up some type safety in general and fixes some areas where vscode had
  silently/sloppily diverged from the protocol types.
2026-03-17 20:10:45 -07:00
..
2026-03-17 10:01:53 -07:00
2025-06-08 22:50:40 -07:00
2026-03-10 15:48:52 -07:00
2025-06-08 22:50:40 -07:00
2025-12-29 03:39:30 -08:00