Kenny Van de Maele
67782e684e
fix: exclude slash-command/setup messages from LLM context ( #2634 ) ( #2640 )
...
Slash-command replies and the echoed /setup command are persisted to session
history so they render in the transcript, but they are UI chatter the user
never meant as conversation. They were sent to the model on the next turn,
which then commented on '/setup ...' and exposed transient values (e.g. the
Copilot device user_code) to the LLM.
- get_context_messages() (the LLM-API view) now skips messages tagged
metadata.source == 'slash'. Display/history-load paths use raw history and
are unaffected.
- slashCommands.js tags the echoed user command with source:'slash' too (the
assistant replies already carried it); the user line was the one untagged
path that still reached context.
Fixes #2634 .
2026-06-04 21:42:23 +02:00
..
2026-06-03 14:16:58 +09:00
2026-06-03 00:30:03 +09:00
2026-06-04 20:52:41 +02:00
2026-06-03 13:34:25 +09:00
2026-06-04 20:47:47 +02:00
2026-06-03 14:17:02 +09:00
2026-06-04 03:05:37 +01:00
2026-06-04 20:41:35 +02:00
2026-06-03 08:57:47 +09:00
2026-06-01 22:04:00 +02:00
2026-06-04 21:13:14 +02:00
2026-06-02 12:42:15 +09:00
2026-06-04 13:20:04 +01:00
2026-06-03 14:16:55 +09:00
2026-06-04 20:49:37 +02:00
2026-06-04 20:49:37 +02:00
2026-05-31 23:58:26 +09:00
2026-06-04 20:52:41 +02:00
2026-05-31 23:58:26 +09:00
2026-06-03 20:25:25 +09:00
2026-06-03 20:25:25 +09:00
2026-06-03 20:25:25 +09:00
2026-06-03 20:25:25 +09:00
2026-06-03 13:23:35 +09:00
2026-06-04 12:55:06 +01:00
2026-06-03 20:25:25 +09:00
2026-06-04 14:25:15 +01:00
2026-06-04 20:41:35 +02:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:42:20 +09:00
2026-06-03 08:12:47 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 14:23:22 -04:00
2026-06-04 14:02:52 +01:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-04 20:49:37 +02:00
2026-06-02 23:31:09 +09:00
2026-06-02 11:12:54 +09:00
2026-06-03 13:29:21 +09:00
2026-06-04 20:46:10 +02:00
2026-06-01 22:32:17 +09:00
2026-06-04 08:27:26 +09:00
2026-06-02 22:42:07 +09:00
2026-06-04 04:56:11 +01:00
2026-06-04 04:56:11 +01:00
2026-06-03 14:16:52 +09:00
2026-06-03 13:23:21 +09:00
2026-06-04 20:51:23 +02:00
2026-06-02 11:29:29 +09:00
2026-06-02 11:12:54 +09:00
2026-06-03 04:09:28 +09:00
2026-06-04 18:22:31 +02:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 16:53:46 +02:00
2026-06-04 17:56:15 +02:00
2026-06-04 20:51:23 +02:00
2026-05-31 23:58:26 +09:00
2026-06-04 20:51:23 +02:00
2026-05-31 23:58:26 +09:00
2026-06-03 16:32:20 +09:00
2026-06-04 21:42:23 +02:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-04 08:27:26 +09:00
2026-06-03 00:30:03 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 23:03:58 +09:00
2026-05-31 23:58:26 +09:00
2026-06-04 20:34:18 +02:00
2026-06-01 19:49:23 +02:00