Files
hermes-agent/agent
Allegro d272ca36c8 fix(agent): correct syntax error in InjectionType enum and optimize pattern matching
- Fix critical TOKEN_SMUGGLING syntax error (was '=***', should '= auto()')
- Fix mathematical_chars regex to use proper \U0001D400 surrogate pair format
- Add _should_skip_pattern fast-path for expensive context-flooding patterns

Closes #87
2026-04-05 14:55:51 +00:00
..