code2prompt icon indicating copy to clipboard operation
code2prompt copied to clipboard

Code2Prompt is a powerful command-line tool that simplifies the process of providing context to Large Language Models (LLMs) by generating a comprehensive Markdown file containing the content of your...

Results 8 code2prompt issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using the `--tokens` option does not provide tokens in the output at the end but in the beginning. **To Reproduce** Steps to reproduce the behavior: ``` $...

Sort of inline with https://github.com/raphaelmansuy/code2prompt/issues/9 to add a feature to allow users to pair custom file extensions with specific code syntax highlighting. Right now for my code base, I see...

### Bug: Unable to Exclude Dotfiles in `.codetopromptrc` Configuration **Description**: I am using the `.codetopromptrc` file to configure `code2prompt` and trying to exclude files that start with a dot (such...

**Describe the bug** Getting the following error while trying to process this Github repo https://github.com/neuml/txtai ~~~ Error counting tokens: Encountered text corresponding to disallowed special token ''. If you want...

## Description For iterative LLM workflows, there's no way to confirm from the output file alone (e.g., `prompt.md`) whether a re-run captured recent code changes. After generating once, editing a...

## Description I've hit a performance issue with large excluded directories like `node_modules`. When using `--exclude "node_modules/**"`, the tool still recurses *into* the directory and skips files individually (visible with...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: (py310) C:\Users\user\Documents\dev\grpo rag agent>code2prompt --path . --filter "**.py" Usage: code2prompt...

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python