feat: support codex acp provider (#2774)

This commit is contained in:
yetone
2025-10-16 01:26:04 +08:00
committed by GitHub
parent 4fc83dc308
commit 4a68e29165
6 changed files with 60 additions and 4 deletions

View File

@@ -509,7 +509,7 @@ function ACPClient:_send_result(id, result)
local data = vim.json.encode(message)
if self.debug_log_file then
self.debug_log_file:write("request: " .. data .. string.rep("=", 100) .. "\n")
self.debug_log_file:write("request: " .. data .. "\n" .. string.rep("=", 100) .. "\n")
self.debug_log_file:flush()
end
self.transport:send(data)