Skip to content

Fix broken CLI options and conversation persistence#6

Merged
btucker merged 2 commits into
mainfrom
replace-system-prompt
Jan 7, 2026
Merged

Fix broken CLI options and conversation persistence#6
btucker merged 2 commits into
mainfrom
replace-system-prompt

Conversation

@btucker

@btucker btucker commented Jan 7, 2026

Copy link
Copy Markdown
Owner
  • Remove max_tokens option (not supported by CLI)
  • Remove max_turns option (not supported by CLI)
  • Change add_dir from List[str] to str (LLM CLI can't parse JSON arrays)
  • Fix conversation context by using --resume for follow-up messages
  • Update README with correct LLM conversation flags (-c/--cid)
  • Add CLAUDE.md with project documentation
  • Update tests to match new behavior

🤖 Generated with Claude Code

btucker and others added 2 commits January 6, 2026 19:11
- Remove max_tokens option (not supported by CLI)
- Remove max_turns option (not supported by CLI)
- Change add_dir from List[str] to str (LLM CLI can't parse JSON arrays)
- Fix conversation context by using --resume for follow-up messages
- Update README with correct LLM conversation flags (-c/--cid)
- Add CLAUDE.md with project documentation
- Update tests to match new behavior

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@btucker btucker merged commit 24b2feb into main Jan 7, 2026
5 checks passed
@btucker btucker deleted the replace-system-prompt branch January 7, 2026 01:15
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.

1 participant