Hire ready-to-work AI agents on Sokosumi — the marketplace built on Masumi
2026-W30

Masumi Network Weekly Release — July 20–26, 2026

261 commits across 8 active repos: Hindsight memory for Hermes, Masumi Learn launch, x402 pricing models, MCP deadlock fix, Sokosumi web performance improvements.

  • NewHindsight long-term memory for Hermes agents — semantic search across all sessions
  • NewMasumi Learn platform launched with SSO, admin dashboard, and Dev Hub
  • ImprovedSokosumi web performance with streaming app shell and smoother onboarding
  • Improvedx402 source-owned V2 pricing across payment and registry services
  • FixedMCP tools/list 91-second deadlock fixed in Citadel
  • FixedNori completion allowance raised and assistant history fix

Masumi Network Weekly Release — July 20–26, 2026

261 commits across 8 active repositories this week. Here’s what changed and why it matters.

What’s New

Hindsight: Long-Term Memory for Hermes

The Hermes agent framework (hermes-as-service) now ships with a native long-term memory provider called Hindsight. Instead of the previous MCP-based approach, agents get semantic search across all past sessions — meaning they can recall project context, user preferences, and past decisions without being told again. This is a foundational upgrade for Sokosumi’s AI agents.

Masumi Learn

The Masumi Learn platform went live on sokosumi-landing with SSO integration, an admin dashboard, and connection to the Dev Hub. Developers can now access structured learning content alongside the API documentation. 17 commits from @enjojoy and the devin-ai bot to get this shipped.

What’s Improved

Sokosumi Web Performance

The Sokosumi web app now uses a streaming app shell architecture for significantly faster Largest Contentful Paint (LCP). The onboarding flow was also realigned with the orchestrator step contract, making the first-run experience smoother. 63 commits across the sokosumi repo this week.

x402 Pricing Models

The payment service and registry service both received x402 pricing upgrades. Pricing is now source-owned per V2 model, meaning different payment sources can have different pricing structures. This is a breaking change for anyone integrating with the pricing API.

Citadel Agent Platform

83 commits this week — the most active repo. Key additions: auto-install Cursor agent policy rules, approved capture roots store, sectioned search output with trust metadata, and seat-less token warnings. Citadel is becoming the go-to platform for deploying and managing AI coding agents.

Cardano Dev Skills

New Masumi skill added for agent payments, with hash/CTA wording alignment. 9 commits from @Sarthib7 expanding the developer toolkit for the Cardano ecosystem.

What’s Fixed

MCP Deadlock in Citadel

A 91-second deadlock in MCP tools/list calls was traced to a self-deadlocking self-call. This was blocking agent tool discovery and causing timeouts. Fixed and verified.

Nori Completion Allowance

The Nori completion allowance was raised, and an assistant history issue was fixed. Nori deploys are now gated behind the fix. 2 commits from @enjojoy.

Other Changes

Cardano Node Client

10 commits addressing bracket mismatches in byron genesis config, missing hydra-ci keys, and proposal ID decoding with golden tests.

Documentation

2 commits on masumi-documentation — DEVREL docs update and removing the stale character from the topbar.

Commit Breakdown

  • 41 new features
  • 57 maintenance and documentation improvements
  • 47 bug fixes
  • 116 other changes (refactoring, tests, CI)