Feature Description
Load initial context from a file before starting the conversation.
Problem/Motivation
I often need to provide the same background context (project specs, codebase overview) at the start of each session.
Proposed Solution
chat_loop myagent --context project_context.md
# First message automatically includes file contents
# Useful for:
# - Project specifications
# - Codebase overviews
# - Style guides
# - Background information
Benefits
- Consistent context across sessions
- Share context files with team
- Document-driven conversations
- Reduces repetitive setup
Priority
Feature Description
Load initial context from a file before starting the conversation.
Problem/Motivation
I often need to provide the same background context (project specs, codebase overview) at the start of each session.
Proposed Solution
Benefits
Priority