Files
Kyle Carberry 08ccb62f68 feat(agent/proto): add v2.10 PushContextState RPC
Add the ContextResource, PushContextStateRequest, and
PushContextStateResponse messages plus a new PushContextState
RPC on the Agent API. Bumps the tailnet+agent shared
CurrentVersion to 2.10 and adds the DRPCAgentClient210
interface, plus ConnectRPC210/ConnectRPC210WithRole on
codersdk/agentsdk's Client. Reserved kinds (PLUGIN, HOOK,
SUBAGENT, COMMAND) ship in the enum but are not emitted by
v1 agents.

The wire shape matches the workspace context sources RFC.
Coderd's server-side handler arrives separately.
2026-06-02 14:29:25 +00:00
..