Skip to content

docs: comprehensive README update and fix /setup alias conflict#42

Merged
laynepenney merged 1 commit intomainfrom
docs/readme-update
Jan 18, 2026
Merged

docs: comprehensive README update and fix /setup alias conflict#42
laynepenney merged 1 commit intomainfrom
docs/readme-update

Conversation

@laynepenney
Copy link
Copy Markdown
Collaborator

Summary

  • Add missing CLI options to documentation (8 new options)
  • Document /init command for initializing Codi config files
  • Add missing command sections: Usage & Cost Tracking, Planning, RAG, Approvals
  • Expand .codi.json example with all major config options and add configuration table
  • Add missing tools to documentation: insert_line, list_directory, print_tree
  • Remove conflicting setup alias from /init command (was shadowing /setup)
  • Fix RAG embeddings test to match current Ollama-preferred auto-detection behavior

Test plan

  • Build passes
  • All tests pass (1419 tests)
  • Verify README renders correctly on GitHub

🤖 Generated with Claude Code

@laynepenney
Copy link
Copy Markdown
Collaborator Author

Self-Review Complete

Reviewed the diff - all changes look correct:

  • README.md: CLI options, commands, tools, and config sections all updated accurately
  • config-commands.ts: Removed setup alias from /init to avoid shadowing the /setup command
  • rag-embeddings.test.ts: Test updates correctly reflect the Ollama-preferred auto-detection behavior

Build passes, all 1419 tests pass. Ready to merge.

- Add missing CLI options: --endpoint-id, --no-tools, --context-window,
  --summarize-model, --summarize-provider, --mcp-server, --no-mcp, --audit
- Document /init command for initializing Codi config files
- Add missing command sections: Usage & Cost Tracking, Planning, RAG, Approvals
- Expand .codi.json example with all major config options and add options table
- Add missing tools: insert_line, list_directory, print_tree
- Remove conflicting 'setup' alias from /init command (was shadowing /setup)
- Fix RAG embeddings test to match current Ollama-preferred auto-detection

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@laynepenney laynepenney merged commit 970bfcd into main Jan 18, 2026
0 of 2 checks passed
@laynepenney laynepenney deleted the docs/readme-update branch January 18, 2026 14:13
@laynepenney laynepenney mentioned this pull request Jan 18, 2026
2 tasks
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