Transform any codebase, web page, or document into an optimized LLM prompt. CodeToPrompt intelligently compresses code and filters content to overcome context window limits.
Stars
48
Forks
1
Watchers
48
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
68
commits
feat: Smart data file handling and assorted fixes (v0.7.3)
cd591b4View on GitHubfeat: Add --file-max-lines and --file-max-bytes flags to truncate large files for prompt optimization.
9bc13d8View on GitHubfix(filter): Implement recursive folder matching for include/exclude flags
9386ad4View on GitHubfix: Handle single file inputs and resolve notebook processing hang
bff051cView on GitHubFixed a Token Count bug for Special Token + Added Support for effecient .ipynb parsing
83e3e99View on GitHubfeat: add support for processing remote URLs (GitHub, web pages, PDFs, Youtube Video, etc.)
b70b721View on GitHubRefactored CLI functionality into modular components for improved readability and maintainability.
c065bb2View on GitHub