PulseAugur
EN
LIVE 10:30:57

Smeldr v1.31.0 updates page types and rendering engine

Smeldr has released version 1.31.0, introducing significant changes to its page type handling and rendering engine. The update now uses strings instead of Go structs for page types and implements a more efficient batch-loading mechanism to prevent N+1 query issues. This release also includes 12 MCP tools for lifecycle and composition, enabling agents to build and publish full layouts without manual deployment. AI

IMPACT Minor tooling improvement for developers using Smeldr.

RANK_REASON This is a software update for a specific tool, not a major industry release or research breakthrough.

Read on Mastodon — fosstodon.org →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Smeldr v1.31.0 updates page types and rendering engine

COVERAGE [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Smeldr v1.31.0: page types as strings, not Go structs. DynamicNode + smeldr_content_edges + ServeBlocks(). The rendering engine walks the edge tree, batch-loads

    Smeldr v1.31.0: page types as strings, not Go structs. DynamicNode + smeldr_content_edges + ServeBlocks(). The rendering engine walks the edge tree, batch-loads each level (no N+1), and renders by convention: one template per type, no registry. 12 MCP tools via WithBlocks(): 6 li…