You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
2025-03-04T13:34:41.472236Z [info ] Chat completion pipeline selected for execution. lineno=187 module=base pathname=/Users/jakub/devel/codegate/src/codegate/providers/base.py
File "/Users/jakub/devel/codegate/src/codegate/pipeline/secrets/secrets.py", line 307, in process
redacted_content, secrets_matched = self._redact_message_content(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jakub/devel/codegate/src/codegate/pipeline/secrets/secrets.py", line 319, in _redact_message_content
snippets = extractor.extract_snippets(message_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jakub/devel/codegate/src/codegate/extract_snippets/message_extractor.py", line 285, in extract_snippets
for match in regex.finditer(message)