Skip to content

v0.29.2b1

Pre-release
Pre-release

Choose a tag to compare

@ubmarco ubmarco released this 15 May 21:20
35a9cf2

see 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 fields id, title, and content
    of each need in one go.

    free-text-filter

👌 Improvements

  • Need content available via the MCP query_needs tool

    The MCP server's query_needs tool now exposes the content field
    alongside the other need attributes,
    matching the get_data_for_single_need endpoint 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 needs command gained a
    --no-content / --content toggle
    controlling whether the directive body text
    (the content field introduced in release 0.29.1b1)
    is emitted into the build artefacts.
    Use --no-content to keep generated JSON / Parquet output compact
    when downstream tooling does not consume the body text.