diff --git a/.github/cla-signatures.json b/.github/cla-signatures.json index e71c57185db1ec3540a5082a7d9ec7daf33a3379..4ba10c80f7a179932218e7d730709c22d2630212 100644 --- a/.github/cla-signatures.json +++ b/.github/cla-signatures.json @@ -727,6 +727,30 @@ "created_at": "2025-10-18T19:24:00Z", "repoId": 987670088, "pullRequestNo": 1254 + }, + { + "name": "Jesssullivan", + "id": 37297218, + "comment_id": 3439361465, + "created_at": "2025-10-23T21:50:17Z", + "repoId": 987670088, + "pullRequestNo": 1292 + }, + { + "name": "mmangkad", + "id": 176301910, + "comment_id": 3440286180, + "created_at": "2025-10-24T01:32:47Z", + "repoId": 987670088, + "pullRequestNo": 1294 + }, + { + "name": "blouflab", + "id": 227565774, + "comment_id": 3444483981, + "created_at": "2025-10-24T18:59:01Z", + "repoId": 987670088, + "pullRequestNo": 1296 } ] } \ No newline at end of file diff --git a/internal/agent/tools/diagnostics.go b/internal/agent/tools/diagnostics.go index aed03333c15b21efe6fa475ab9d68834e740be08..f44c25b3f4afc61a03972297cf0bddf0ccfdb590 100644 --- a/internal/agent/tools/diagnostics.go +++ b/internal/agent/tools/diagnostics.go @@ -94,7 +94,7 @@ func getDiagnostics(filePath string, lsps *csync.Map[string, *lsp.Client]) strin } out := output.String() - slog.Info("Diagnostics", "output", fmt.Sprintf("%q", out)) + slog.Info("Diagnostics", "output", out) return out }