You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`v0.4.3` is a small Codex and npm polish release. It focuses on making the npm-installed workflow easier to turn into a working agent setup after installing `@uchebnick/unch`.
4
+
5
+
## Highlights
6
+
7
+
- Added `unch codex install` to the npm wrapper flow, so a user can install the package, register the MCP server, and install the local `unch` Codex skill with one explicit command
8
+
- The Codex setup writes the skill to `~/.codex/skills/unch/SKILL.md`, configures longer MCP startup/tool timeouts, and removes the old `~/.codex/prompts/unch.md` prompt if it exists
9
+
- Refreshed README, npm package docs, and Mintlify installation docs around npm as the recommended install path and Codex skill setup
10
+
- Aligned the npm MCP smoke test with the current tools-only MCP server by checking `tools/list` and `workspace_status` instead of the removed prompt API
11
+
12
+
## Upgrade notes
13
+
14
+
- If you installed `@uchebnick/unch` before this release and want Codex integration, run `unch codex install` once and restart Codex
15
+
- The MCP server still exposes the stable tools `workspace_status`, `search_code`, and `index_repository`
16
+
- Source installs can use `go install github.com/uchebnick/unch/cmd/unch@v0.4.3`
0 commit comments