Skip to content

v1.28.20260209

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Feb 02:47
· 69 commits to main since this release

Changes since v1.27.20260203

  • Update dependency distroless_cc to d7ac2f9
  • Update dependency distroless_python3 to 1f2a297
  • Update dependency distroless_base to 8c8b7cf
  • Update dependency googleapis to v0.0.0-20260130-c0fcb356
  • Update dependency flatbuffers to v25.12.19
  • Update dependency libarchive to v3.8.1.bcr.1
  • create_object_from_product ObjectWorldClient API has been removed. Use

bazelmod configuration

Update your MODULE.bazel file to use the newest release archive:

bazel_dep(name = "ai_intrinsic_sdks")
archive_override(
    module_name = "ai_intrinsic_sdks",
    urls = ["https://github.com/intrinsic-ai/sdk/archive/refs/tags/v1.28.20260209.tar.gz"],
    strip_prefix = "sdk-1.28.20260209/"
)

devcontainer configuration

Update your devcontainer configuration to use the latest base image:

{
    "name": "intrinsic-flowstate-devcontainer",
    "image": "ghcr.io/intrinsic-ai/intrinsic-dev-img:1.28.20260209",
    "runArgs": [
        "--network=host"
    ],
    "customizations": {
        "vscode": {
            "settings": {
                "intrinsic.defaultSdkRepository": "https://github.com/intrinsic-ai/sdk.git"
            }
        }
    }
}