🎉 Context Generator 1.21.1 Released! #128
butschster
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 Context Generator 1.21.1 Released!
Hey everyone! We’ve just dropped a new version of Context Generator – 1.21.1. Here’s what’s new and improved:
🚀 MacOS Builds Added
Good news for Mac users!
We’ve added GitHub workflows to build binaries for MacOS:
Now you can easily run Context Generator on any Mac.
🪟 Windows Build Fixed
We fixed issues with the Windows build.
Now you can run Context Generator on Windows without errors.
Example config for Windows:
This config will:
ctx.exe
C:\Path\To\Project
📄 See docs here https://docs.ctxgithub.com/mcp-server.html#setting-up
✨ Better Git Diff Rendering
We made Git diff rendering more flexible.
You can now use a simple or full configuration:
Simple:
Full:
📄 See docs here https://docs.ctxgithub.com/sources/git-diff-source.html#render-configuration
🧩 Schema Autocomplete for Configs
Now when you run
ctx init
, the config will include a $schema property.This helps you get autocomplete and validation in your IDE.
Example:
💬 Prompt Configuration Support
You can now define and use prompts in your config.
Prompts are ready-to-use conversation templates for LLMs.
Example:
📄 See docs here https://docs.ctxgithub.com/mcp/prompts.html
🌍 Import Config from Remote Sources
You can now import config parts from:
Example:
This helps you:
✅ Reuse prompts
✅ Share configs
✅ Keep everything modular & clean
You can check an example of shareable prompts here:
👉 Example Gist https://gist.github.com/butschster/1b7e597691cc1a6476b15dc120ecbddb
Update now and enjoy the new features!
If you have feedback — let us know. We’re building this tool for you. 😊
Beta Was this translation helpful? Give feedback.
All reactions