mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
The model frequently writes citations glued to the preceding word (docs[17]); the (?<!\w) lookbehind (added to dodge arr[1] array indexing) silently skipped these, leaving raw [n] that fails to render and reads like array access. Drop the lookbehind so glued citations resolve; genuine code/array syntax stays protected by the existing code-region carve-out and unresolved ordinals still drop harmlessly. |
||
|---|---|---|
| .. | ||
| middleware | ||
| shared | ||
| subagents | ||
| __init__.py | ||
| test_prompt_resources.py | ||
| test_subagent_composition.py | ||