feat(sdk): add peer_id and before_ts filter params to fetch_inbound() #6

Merged
sdk-lead merged 1 commits from feat/fetch-inbound-peer-ts-filters into main 2026-05-10 13:25:33 +00:00

1 Commits

Author SHA1 Message Date
db69916699 feat(sdk): add peer_id and before_ts filter params to fetch_inbound()
Some checks failed
Test / test (3.11) (pull_request) Failing after 2s
Test / test (3.13) (pull_request) Failing after 2s
Test / test (3.12) (pull_request) Failing after 5s
Exposes the two platform-supported filter parameters on
RemoteAgentClient.fetch_inbound():
- peer_id: narrow inbound events to a specific peer workspace UUID
- before_ts: RFC3339 cutoff timestamp for historical backlog replay

Also marks the corresponding README limitation as resolved (was documented as
"does not expose peer_id or before_ts filters" — both are now wired up).

New tests:
- test_fetch_inbound_peer_id_filter
- test_fetch_inbound_before_ts_filter
- test_fetch_inbound_combined_filters

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 13:01:43 +00:00