Skip to content

Commit 7a5ae01

Browse files
committed
fixup! Add in-place agent reconnect to recover from a hung child
1 parent 6d4115c commit 7a5ae01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/agentic/session_manager.test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- @diagnostic disable: invisible, missing-fields, assign-type-mismatch, cast-local-type, param-type-mismatch
1+
--- @diagnostic disable: invisible, missing-fields, assign-type-mismatch, cast-local-type, param-type-mismatch, return-type-mismatch
22
local assert = require("tests.helpers.assert")
33
local spy = require("tests.helpers.spy")
44

0 commit comments

Comments
 (0)