v0.5.0
What is new in 0.5.0
Added
- Full illustrated user manual (
docs/MANUAL.pdf) - install, the web UI, writing tools, attaching MCP servers, the policy gate, packaging, OAuth, troubleshooting. - Build your own MCP server, no code and no SDK: assemble scripts and curated upstream tools into a gated MCP and ship it with
tf_pack.
Fixed
- Config hot-reload now works over the HTTP host (
--http): a live hook, tool, or upstream change takes effect with no restart, using the same in-place reloaders as stdio (no upstream bounce). - Windows: an
fs.watchFilepolling fallback catches config writes thatfs.watchmisses. - Corrected the reference-mode gating docs (the instruction handoff is gated; only server-side execution is absent).
Changed
- README slimmed: the how-tos moved into the manual.
- Roadmap: 2026-07-28 MCP spec conformance (dual-era) is the 0.6.0 milestone, see
docs/KNOWN_BUGS.md.
Requires Node >= 18. Zero runtime dependencies.