Skip to content

[FEATURE] Add --context flag to load initial context from file #17

@jwesleye

Description

@jwesleye

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

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions