v0.29.2b1
Pre-releasesee https://ubcode.useblocks.com/development/changelog.html#b1
✨ New Features
-
Free-text filter in the Needs Index view
The VS Code Needs Index now offers a free text filter type
that searches across the textual fieldsid,title, andcontent
of each need in one go.
👌 Improvements
-
Need content available via the MCP query_needs tool
The MCP server's
query_needstool now exposes thecontentfield
alongside the other need attributes,
matching theget_data_for_single_needendpoint and the build artefacts.
AI assistants and other MCP clients can retrieve and filter
on the directive body text directly,
without a follow-up per-need lookup. -
Opt out of need content in build artefacts
The
ubc build needscommand gained a
--no-content/--contenttoggle
controlling whether the directive body text
(thecontentfield introduced in release0.29.1b1)
is emitted into the build artefacts.
Use--no-contentto keep generated JSON / Parquet output compact
when downstream tooling does not consume the body text.