Skip to content

fix(neurosyntax): add warning log when falling back to regex mode#29

Open
formeevertsimo wants to merge 1 commit intoopen-compress:mainfrom
formeevertsimo:fix/neurosyntax-fallback-warning
Open

fix(neurosyntax): add warning log when falling back to regex mode#29
formeevertsimo wants to merge 1 commit intoopen-compress:mainfrom
formeevertsimo:fix/neurosyntax-fallback-warning

Conversation

@formeevertsimo
Copy link
Copy Markdown

Closes #11

When tree-sitter is not installed, Neurosyntax silently falls back to regex-based compression with significantly lower quality. This adds a Python logging warning so users know which mode is active.

No behavior change for existing users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Neurosyntax silently falls back to regex when tree-sitter is missing

1 participant