chore: expose UpdateAppStatus on agentsocket (#22353)

relates to #21335

Adds UpdateAppStatus on the agentsocket, wired up to forward to Coderd over the dRPC connection the agent maintains.

Disclosure: I used AI to generate significant portions of this PR, but hand-reviewed and tweaked the code. I consider it approximately indistinguishable from what I would have done by hand.
This commit is contained in:
Spike Curtis
2026-03-04 21:18:17 +04:00
committed by GitHub
parent 9db39fb358
commit 7cc2b22568
11 changed files with 366 additions and 106 deletions
+1 -1
View File
@@ -793,7 +793,7 @@ agent/proto/agent.pb.go: agent/proto/agent.proto
--go-drpc_opt=paths=source_relative \
./agent/proto/agent.proto
agent/agentsocket/proto/agentsocket.pb.go: agent/agentsocket/proto/agentsocket.proto
agent/agentsocket/proto/agentsocket.pb.go: agent/agentsocket/proto/agentsocket.proto agent/proto/agent.proto
protoc \
--go_out=. \
--go_opt=paths=source_relative \