dograh/.devcontainer
Mohamed Mamdouh b5a192557b fix: use system role for user-idle prompt injections
The UserIdleHandler injected its "are you still there?" and disconnect
prompts as role="user" messages. These are agent-side directives, not
user utterances, so they should be injected as role="system" to avoid
polluting the conversation transcript with fake user turns and to read
correctly by the LLM. Updated the realtime append tests to match.

Also forward ports 3000 (UI) and 8000 (API) in the devcontainer so the
running services are reachable from the host.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 13:39:19 +01:00
..
scripts feat: add devcontainer based setup (#352) 2026-05-25 20:44:22 +05:30
devcontainer-lock.json feat: add devcontainer based setup (#352) 2026-05-25 20:44:22 +05:30
devcontainer.json fix: use system role for user-idle prompt injections 2026-06-12 13:39:19 +01:00
docker-compose.yml feat: add transcript and recording public URLs in API 2026-05-26 15:11:56 +05:30
Dockerfile feat: add devcontainer based setup (#352) 2026-05-25 20:44:22 +05:30