dwmkerr / dwmkerr/claude-code-agent
feat: message input modes
Open
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
- Clean up the current input mode implementation
- Add support for different input modes:
- `none`: Assistant messages in the LLM loop have no input
- `conversation`: Entire conversation history
- `lastOutput`: Output of the last message only
## Goal
Provide flexibility in how context is passed to the LLM during the conversation loop.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.