zerone0x
03bec49299
fix: sanitize tool call text in sessions-helpers extractAssistantText
...
Adds sanitization to extractAssistantText in sessions-helpers.ts to
prevent tool call text from leaking to users. Previously, messages
retrieved from chat history via sessions-helpers.ts could expose:
- Minimax XML tool calls (<invoke>...</invoke>)
- Downgraded tool call markers ([Tool Call: name (ID: ...)])
- Thinking tags (<think>...</think>)
This fix:
- Exports the stripping functions from pi-embedded-utils.ts
- Adds a new sanitizeTextContent helper in sessions-helpers.ts
- Updates extractAssistantText to sanitize before returning
- Updates extractMessageText in commands-subagents.ts to sanitize
Fixes #1269
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-23 07:03:26 +00:00
..
2026-01-23 07:03:26 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-15 07:54:39 +00:00
2026-01-17 06:49:34 +00:00
2026-01-18 11:01:16 +00:00
2026-01-17 10:19:34 +00:00
2026-01-15 17:08:31 +00:00
2026-01-19 00:05:06 +00:00
2026-01-22 05:41:11 +00:00
2026-01-21 11:53:29 -08:00
2026-01-18 11:01:16 +00:00
2026-01-15 17:08:09 +00:00
2026-01-22 04:10:06 +00:00
2026-01-22 04:10:06 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-16 00:24:52 +00:00
2026-01-15 23:07:19 +00:00
2026-01-21 18:50:55 +00:00
2026-01-17 07:27:38 +00:00
2026-01-17 07:27:38 +00:00
2026-01-22 00:29:27 +00:00
2026-01-22 00:29:27 +00:00
2026-01-23 03:16:52 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-14 15:02:19 +00:00
2026-01-22 01:36:58 +00:00
2026-01-22 05:41:11 +00:00
2026-01-22 05:41:11 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-22 05:41:11 +00:00
2026-01-22 01:16:59 +00:00
2026-01-22 01:36:58 +00:00
2026-01-22 05:41:11 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-20 12:07:54 +00:00
2026-01-17 08:28:09 +00:00
2026-01-18 08:54:00 +00:00
2026-01-17 08:28:09 +00:00
2026-01-22 05:41:11 +00:00
2026-01-22 05:41:11 +00:00
2026-01-18 06:01:25 +00:00
2026-01-17 08:28:09 +00:00
2026-01-22 05:41:11 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-17 08:28:09 +00:00
2026-01-18 05:35:35 +00:00
2026-01-22 01:36:58 +00:00
2026-01-18 06:58:54 +00:00
2026-01-20 19:04:31 +00:00
2026-01-18 06:12:54 +00:00
2026-01-14 15:02:19 +00:00
2026-01-20 13:20:29 +00:00
2026-01-20 13:20:29 +00:00
2026-01-21 09:07:21 +00:00
2026-01-22 05:41:11 +00:00
2026-01-15 18:37:02 +00:00
2026-01-23 05:47:09 +00:00
2026-01-16 22:26:43 +00:00
2026-01-22 05:41:11 +00:00
2026-01-15 03:55:20 +00:00
2026-01-23 01:00:24 +00:00
2026-01-17 21:54:24 +00:00
2026-01-14 23:05:08 -05:00