fix: update runtime context test for system prompt inclusion #24

Merged
code-server merged 1 commits from fix/runtime-context-test into main 2026-03-05 17:16:48 +01:00
Collaborator

Summary

The runtime context (channel/chat_id) is now included in the system prompt instead of being a separate user message. This is a deliberate design change to simplify the message structure.

Changes

  • Updated test to expect runtime context in system prompt
  • Updated test description
  • Removed assertions for separate user message

Test passes

🤖 Generated with Claude Code

## Summary The runtime context (channel/chat_id) is now included in the system prompt instead of being a separate user message. This is a deliberate design change to simplify the message structure. ## Changes - ✅ Updated test to expect runtime context in system prompt - ✅ Updated test description - ✅ Removed assertions for separate user message ✅ Test passes 🤖 Generated with Claude Code
code-server added 1 commit 2026-03-05 13:49:02 +01:00
fix: update runtime context test for system prompt inclusion
Build Nanobot OAuth / cleanup (pull_request) Has been skipped
Build Nanobot OAuth / build (pull_request) Successful in 21m52s
5193e34803
The runtime context (channel/chat_id) is now included in the system
prompt instead of being a separate user message. This is a deliberate
design change to simplify the message structure.

Changes:
-  Updated test to expect runtime context in system prompt
-  Updated test description to reflect new behavior
-  Removed assertions for separate user message

Test now passes with the current implementation.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
code-server merged commit 1b302ab4bf into main 2026-03-05 17:16:48 +01:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wylab/nanobot#24