Skip to content

Commit a89174f

Browse files
Copilottninja
andauthored
Align Copilot process filter indentation in backend infra (#255)
* Initial plan * style: fix copilot filter indentation Co-authored-by: tninja <714625+tninja@users.noreply.github.com> Agent-Logs-Url: https://github.com/tninja/ai-code-interface.el/sessions/64fd2786-f1c9-4bda-9eeb-4c2f142d1462 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tninja <714625+tninja@users.noreply.github.com>
1 parent 5276b92 commit a89174f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ai-code-backends-infra.el

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,12 +1017,12 @@ ENV-VARS is a list of environment variables."
10171017
(lambda (process output)
10181018
;; Call original filter first
10191019
(when orig-filter
1020-
(funcall orig-filter process output))
1021-
;; Then track activity for notifications
1022-
(with-current-buffer (process-buffer process)
1023-
(when (ai-code-backends-infra--output-meaningful-p output)
1024-
(ai-code-backends-infra--note-meaningful-output))
1025-
(ai-code-session-link--linkify-recent-output output))))))
1020+
(funcall orig-filter process output))
1021+
;; Then track activity for notifications
1022+
(with-current-buffer (process-buffer process)
1023+
(when (ai-code-backends-infra--output-meaningful-p output)
1024+
(ai-code-backends-infra--note-meaningful-output))
1025+
(ai-code-session-link--linkify-recent-output output))))))
10261026
(cons buffer (get-buffer-process buffer)))))
10271027
(t (error "Unknown backend")))))
10281028

0 commit comments

Comments
 (0)