Closed
Description
Feature Request: Support for both file input and interactive prompts
Description
Currently, the CLI supports either reading a prompt from a file () or entering an interactive prompt (), but not both at the same time. This feature request proposes adding the ability to combine both input methods, allowing users to start with file content and then add interactive prompts.
Proposed Behavior
- When both and flags are provided, the CLI should:
- Read the content from the specified file
- Prompt the user for additional input via the interactive prompt
- Combine both inputs into a single context for the agent
Use Cases
- Starting with a template or predefined context from a file, then adding specific instructions interactively
- Augmenting file-based prompts with dynamic user input
- Maintaining reusable prompt components in files while customizing them per session
Implementation Notes
- The combined approach should maintain the existing behavior of each flag when used individually
- The content from the file should be presented first, followed by the interactive input
- Clear indication should be provided to the user when both inputs are being combined
Acceptance Criteria
- CLI accepts both and flags simultaneously
- File content is loaded first
- User is prompted for additional input
- Both inputs are combined and sent to the agent
- Documentation is updated to reflect the new capability
Metadata
Metadata
Assignees
Labels
No labels