Files
picoclaw/pkg/channels
zeo 1e17bac9f0 fix: correct index bug in extractCodeBlocks and extractInlineCodes
The previous implementation used len(codes)-1 in ReplaceAllStringFunc,
which caused all placeholders to point to the same (last) index.
This resulted in only the last code block being displayed correctly
when multiple code blocks were present in a message.

Now using a proper counter variable that increments for each match,
ensuring each code block gets a unique placeholder index.
2026-02-13 21:38:14 +08:00
..
2026-02-13 17:51:47 +08:00
2026-02-09 19:20:19 +08:00
2026-02-11 00:00:53 +08:00
2026-02-13 17:51:47 +08:00