We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc891c1 commit 6d4115cCopy full SHA for 6d4115c
2 files changed
lua/agentic/acp/acp_client.test.lua
@@ -1,3 +1,4 @@
1
+--- @diagnostic disable: invisible, duplicate-set-field
2
local assert = require("tests.helpers.assert")
3
local spy = require("tests.helpers.spy")
4
lua/agentic/acp/acp_client_types.lua
@@ -327,6 +327,7 @@
327
--- @field args? string[] Arguments for agent command
328
--- @field env? table<string, string|nil> Environment variables
329
--- @field timeout? number Request timeout in milliseconds
330
+--- @field request_timeout? number Per-request silence timeout for the inactivity watchdog (ms)
331
--- @field reconnect? boolean Enable auto-reconnect
332
--- @field max_reconnect_attempts? number Maximum reconnection attempts
333
--- @field auth_method? string Authentication method
0 commit comments