Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
# and leave a stale digest that only fails after the download. Both values
# are the ubuntu-22.04-x86_64 row of `src/openhuman/modules/registry.rs`,
# which is the authoritative pin — copy them from there, never recompute.
memory_version="1.15.1"
memory_sha256="3d9140c1625e142dfa1686cd5a07b5f4f43e2f576f402c892f30f503b1fa0aa7"
memory_version="1.15.2"
memory_sha256="32eb22f09c2ede0981a8462e3e4438db40455a6369ae5acc577f8d4493f1e84a"
module_root="/opt/openhuman-test-modules/${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
memory_dir="$module_root/tinymemory"
juice_dir="$module_root/tinyjuice"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@ jobs:
# and leave a stale digest that only fails after the download. Both values
# are the ubuntu-22.04-x86_64 row of `src/openhuman/modules/registry.rs`,
# which is the authoritative pin — copy them from there, never recompute.
memory_version="1.15.1"
memory_sha256="3d9140c1625e142dfa1686cd5a07b5f4f43e2f576f402c892f30f503b1fa0aa7"
memory_version="1.15.2"
memory_sha256="32eb22f09c2ede0981a8462e3e4438db40455a6369ae5acc577f8d4493f1e84a"
module_root="/opt/openhuman-test-modules/${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
memory_dir="$module_root/tinymemory"
juice_dir="$module_root/tinyjuice"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
# and leave a stale digest that only fails after the download. Both values
# are the ubuntu-22.04-x86_64 row of `src/openhuman/modules/registry.rs`,
# which is the authoritative pin — copy them from there, never recompute.
memory_version="1.15.1"
memory_sha256="3d9140c1625e142dfa1686cd5a07b5f4f43e2f576f402c892f30f503b1fa0aa7"
memory_version="1.15.2"
memory_sha256="32eb22f09c2ede0981a8462e3e4438db40455a6369ae5acc577f8d4493f1e84a"
module_root="/opt/openhuman-test-modules/${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
memory_dir="$module_root/tinymemory"
memory_archive="$memory_dir/tinymemory-module-${memory_version}-ubuntu-22.04-x86_64.tar.gz"
Expand Down Expand Up @@ -374,8 +374,8 @@ jobs:
# and leave a stale digest that only fails after the download. Both values
# are the ubuntu-22.04-x86_64 row of `src/openhuman/modules/registry.rs`,
# which is the authoritative pin — copy them from there, never recompute.
memory_version="1.15.1"
memory_sha256="3d9140c1625e142dfa1686cd5a07b5f4f43e2f576f402c892f30f503b1fa0aa7"
memory_version="1.15.2"
memory_sha256="32eb22f09c2ede0981a8462e3e4438db40455a6369ae5acc577f8d4493f1e84a"
module_root="/opt/openhuman-test-modules/${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
memory_dir="$module_root/tinymemory"
memory_archive="$memory_dir/tinymemory-module-${memory_version}-ubuntu-22.04-x86_64.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion src/openhuman/modules/memory_part_01.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use tinymemory_api::capabilities::{Capabilities, Capability};
/// Checked against the registry pin by `the_capability_list_matches_the_pinned_release`,
/// so bumping the pin without re-reading the list is a red test rather than a
/// silent over-claim.
pub(crate) const ARTIFACT_CAPABILITIES_PIN: &str = "1.15.1";
pub(crate) const ARTIFACT_CAPABILITIES_PIN: &str = "1.15.2";

/// The capability families the **pinned artifact** actually serves.
///
Expand Down
48 changes: 24 additions & 24 deletions src/openhuman/modules/registry_part_01.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,63 +175,63 @@ const TINYMEMORY: ModuleRecord = ModuleRecord {
description: "Local memory engine: store, ranked recall, and portable export",
bus_name: "ai.tinyhumans.tinymemory.Memory",
object_path: "/ai/tinyhumans/tinymemory/Memory",
version: "1.15.1",
release_url: "https://github.com/tinyhumansai/tinymemory/releases/tag/v1.15.1",
version: "1.15.2",
release_url: "https://github.com/tinyhumansai/tinymemory/releases/tag/v1.15.2",
assets: &[
PlatformAsset {
host_key: "ubuntu-24.04-x86_64",
archive: "tinymemory-module-1.15.1-ubuntu-24.04-x86_64.tar.gz",
sha256: "b592994f7538f8a418a63bdce37b1c8d42d6288864ba82efe0e745b34f49c304",
archive: "tinymemory-module-1.15.2-ubuntu-24.04-x86_64.tar.gz",
sha256: "30425c82be486c1166bb4d2a5c13329b698de488eaf204ab32fdda150f4a5e17",
},
PlatformAsset {
host_key: "ubuntu-24.04-arm64",
archive: "tinymemory-module-1.15.1-ubuntu-24.04-arm64.tar.gz",
sha256: "bd0e0099d0d1479bcabe8536d6a82afd5d3c5e15b518642b3edd39e05cc3d0e3",
archive: "tinymemory-module-1.15.2-ubuntu-24.04-arm64.tar.gz",
sha256: "36e940c480ebe585a0a3b8957dd63eae1a66492023887ba39e6daab48db22dbf",
},
PlatformAsset {
host_key: "ubuntu-22.04-x86_64",
archive: "tinymemory-module-1.15.1-ubuntu-22.04-x86_64.tar.gz",
sha256: "3d9140c1625e142dfa1686cd5a07b5f4f43e2f576f402c892f30f503b1fa0aa7",
archive: "tinymemory-module-1.15.2-ubuntu-22.04-x86_64.tar.gz",
sha256: "32eb22f09c2ede0981a8462e3e4438db40455a6369ae5acc577f8d4493f1e84a",
},
PlatformAsset {
host_key: "ubuntu-22.04-arm64",
archive: "tinymemory-module-1.15.1-ubuntu-22.04-arm64.tar.gz",
sha256: "26955b15150c480c4dcbd489a4b24d70bbcb4048e16eb09b50ac6a22f05b0771",
archive: "tinymemory-module-1.15.2-ubuntu-22.04-arm64.tar.gz",
sha256: "261eab717806dcd6e79c5b500aefe1f523913cac2e21e39c3b92c8a00afb1b8e",
},
PlatformAsset {
host_key: "macos-26-arm64",
archive: "tinymemory-module-1.15.1-macos-26-arm64.tar.gz",
sha256: "3d2264212e3b51ce0630136a168d0811f22ab46766f81e60fe82a104462d2bac",
archive: "tinymemory-module-1.15.2-macos-26-arm64.tar.gz",
sha256: "f09919269b005ab40e3ef251b01e615409efda3b770d62c05a982b72bb829fc0",
},
PlatformAsset {
host_key: "macos-26-x86_64",
archive: "tinymemory-module-1.15.1-macos-26-x86_64.tar.gz",
sha256: "d8ed637334710257805164c4201169689765ce68bca2ec6b0b2e1ecdfb61029a",
archive: "tinymemory-module-1.15.2-macos-26-x86_64.tar.gz",
sha256: "8b2deb7fe4b28a07f4ff6d55c5727063c888521ebe38b862a9e9f5444e1558fd",
},
PlatformAsset {
host_key: "macos-15-arm64",
archive: "tinymemory-module-1.15.1-macos-15-arm64.tar.gz",
sha256: "82b983f661e37a4b1d0acf23cfec816d7ca69df7dd0198ed902c2a3cf1374dc8",
archive: "tinymemory-module-1.15.2-macos-15-arm64.tar.gz",
sha256: "3e9169703242d1d21dc8fda185d809faee0f3d16ca1607e3656dbcdaf213999c",
},
PlatformAsset {
host_key: "macos-15-x86_64",
archive: "tinymemory-module-1.15.1-macos-15-x86_64.tar.gz",
sha256: "82ba1e9a090d36d9bcfa4e403370d8fc3b76d9c4ce33475b081bd15d74aa0f5d",
archive: "tinymemory-module-1.15.2-macos-15-x86_64.tar.gz",
sha256: "b764d373545120f22bb2e33c6b2444585153fc965c7245201f311dc13931a318",
},
PlatformAsset {
host_key: "windows-2025-x86_64",
archive: "tinymemory-module-1.15.1-windows-2025-x86_64.zip",
sha256: "a775792e44e5e687c2c708eafde965ca36b09ac4be6c9100d53b29dc57857027",
archive: "tinymemory-module-1.15.2-windows-2025-x86_64.zip",
sha256: "889ba7ee12e42ef68c2dd8a73c912b1512f349dd7e4c4ddc3b0f57c0094be4ca",
},
PlatformAsset {
host_key: "windows-2022-x86_64",
archive: "tinymemory-module-1.15.1-windows-2022-x86_64.zip",
sha256: "6621820f42db3bc98eb9ae4a46191fa7d4828a920a9d7635d709909ca7be663b",
archive: "tinymemory-module-1.15.2-windows-2022-x86_64.zip",
sha256: "6deaaf9efca8afcddf2ae16d0c37319455add32c04f8c14920665232e6bb4b94",
},
PlatformAsset {
host_key: "windows-11-arm64",
archive: "tinymemory-module-1.15.1-windows-11-arm64.zip",
sha256: "1fd16d34d6979b6cda7ac96f877333131da282c7f9048652b74cbbc1e83bd94a",
archive: "tinymemory-module-1.15.2-windows-11-arm64.zip",
sha256: "743daee97da22e401da74b303c952dfef6b9c3e06213145bf12c2b2ae21f5c66",
},
],
// Eager, unlike the two codecs above. A codec that is never asked for should
Expand Down
Loading