Skip to content

Add support for combining file input and interactive prompts #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

bhouston
Copy link
Member

Closes #383

Description

This PR adds the ability to use both file input () and interactive prompts () together in the CLI. When both flags are provided, the content from the file is loaded first, and then the user is prompted for additional input. Both inputs are combined into a single context for the agent.

Changes

  • Modified the handler in to support both file and interactive inputs
  • Updated the descriptions for the and options in
  • Updated the README.md to document the new capability with examples

Testing

  • Verified that the code compiles successfully
  • Verified that all tests pass
  • Manual testing to ensure the feature works as expected

Documentation

  • Updated README.md with an example of using the combined mode

@bhouston bhouston merged commit 953e615 into main Mar 25, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for both file input and interactive prompts
1 participant