Skip to content

RepoToPrompt v1.1.0 - First Release

Latest

Choose a tag to compare

@XXXDoriXXX XXXDoriXXX released this 19 Nov 18:49
· 6 commits to main since this release
a84b934

✨ Key Features

  • 📂 Smart Recursive Scanning:

    • Drag & Drop support for folders and nested structures.
    • Automatically parses and respects your project's .gitignore.
    • Hard-coded ignores for system junk (node_modules, .git, .env, binary files).
  • 🛡️ Security Scanner:

    • Prevents accidental API key leaks.
    • Scans content for OpenAI, AWS, Google keys, and Private Keys using Regex.
    • Pinpoint Alert: Shows the exact filename and line number of the detected secret.
  • 📊 Real-time Token Counter:

    • Uses tiktoken (GPT-4 tokenizer) for accurate context estimation.
    • Helps you fit your codebase within model limits (8k/128k).
  • 📝 LLM-Optimized Output:

    • Generates an ASCII Project Tree for architectural context.
    • Formats files with XML tags (<file path="...">) for superior model comprehension (optimized for Claude/GPT).
  • 🚀 Developer Experience:

    • Clean VS Code-inspired Dark Theme.
    • One-click Copy to Clipboard.
    • Instant file processing without uploading data to the cloud (Local & Secure).