发布

  • [OPIK-5278] [BE] fix: correct blueprint name auto-increment for prompt version updates (#5906)

    frostbyte_neo 发布于 2026-03-27 10:22:12 +00:00

    The auto-update flow derived new blueprint names from the old blueprint that
    introduced the prompt value, which could be arbitrarily old, causing version
    numbers to go backwards. Now uses a pre-aggregated blueprint count per project
    to ensure monotonically increasing names. Also skips name generation for mask
    blueprints (uses empty string).

    下载附件