7 Commits

Author SHA1 Message Date
Chengdong Zhang
4e824b6b37 chore: bump version to 0.1.21 2026-07-28 14:52:37 +08:00
Chengdong Zhang
9675311ff2 feat: relay local Pi task completion 2026-07-27 18:54:36 +08:00
Chengdong Zhang
fe3eb71b30 feat: report local task terminal events 2026-07-27 18:52:23 +08:00
Chengdong Zhang
51e6b4b146 docs: correct standalone development commands 2026-07-27 18:00:30 +08:00
Chengdong Zhang
96ecccc287 feat: publish standalone Pi connect extension 2026-07-27 17:59:14 +08:00
Chengdong Zhang
5e743418bd fix(local-agent): harden pair/reconnect auth and credential rotation
Consume pairing tokens only after successful WS registration, revoke
prior reconnect credentials on re-pair, emit reconnect.ok, and wait
for server ack before marking the extension connected.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 16:22:54 +08:00
Chengdong Zhang
94721227c0 feat(connect-local): add Pi extension for local agent bridge
Monorepo Pi package with outbound WebSocket, pairing/reconnect flow,
presence reporting, and single-flight task.dispatch handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 16:22:41 +08:00