mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
08ccb62f68
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.