v1.32.0 #282
butschster
announced in
Announcements
v1.32.0
#282
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release notes
🎯 Highlights
✨ New Features
Research System (#247)
A complete file-based research management system that bridges traditional project management and AI-assisted workflows:
Example Use Cases:
Multi-Client MCP Configuration (#270)
Interactive MCP configuration supporting multiple AI clients:
ctx mcp:config
with guided client selection and project setup--explain
flag shows setup instructions per clientUsage:
Windows PowerShell Installer (#260)
Native Windows installation:
%LOCALAPPDATA%\ctx
or current directory with--CurrentDir
powershell -c "& ([ScriptBlock]::Create((irm 'URL'))) -AddToPath"
Variable Resolution in Source Paths (#272)
Enhanced variable system with new predefined path variables:
${ROOT_PATH}
,${CONFIG_PATH}
,${ENV_PATH}
,${BINARY_PATH}
Example:
HTTP + SSE Transport Support (#257, #264)
New transport layer with HTTP and Server-Sent Events:
ctx mcp:server --sse
for event-driven communication--host
and--port
options for custom deploymentsMarkdown Import with YAML Frontmatter (#TBD)
Comprehensive support for importing markdown files as CTX resources and prompts:
.md
and.markdown
files from specified directoriesformat: md
parameter in import blocksformat: "config"
)Use Cases:
Example Configuration:
Supported File Formats:
File Statistics (#250)
Automatic statistics in generated context files:
Precise Content Replacement Tool (#276)
New MCP tool for safe, surgical file updates:
🐛 Bug Fixes
phar://
path format (fix: use custom Directories class that does not break phar:// path format #255)📦 Installation
Quick Install
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/context-hub/generator/main/download-latest.sh | bash
Windows (PowerShell):
New Contributors
Full Changelog: 1.31.0...1.32.0
This discussion was created from the release v1.32.0.
Beta Was this translation helpful? Give feedback.
All reactions