Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -133, April 8, 2026

THE AI TOOLCHAIN NO. -133
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED APRIL 8, 2026 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 18 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

AutoGPT

Sources Release notes → autogpt-platform-beta-v0.6.54 NOTES

AutoGPT Platform v0.6.54 adds dry-run agent loops, extended thinking, SQL analytics, /orchestrate fleet supervisor, and 12 new GLM models via OpenRouter.

└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.54 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:
$ git checkout autogpt-platform-beta-v0.6.54
  • Adds dry_run session-level flag to autopilot sessions, enabling a create → dry-run → fix loop for agent generation without live execution.
  • Adds include_graph option to the find_library_agent API call, letting callers retrieve the full agent graph alongside library results.
  • Adds extended thinking execution mode to OrchestratorBlock for deeper multi-step reasoning.
  • Adds a SQL query block with multi-database support for CoPilot analytics.
  • Adds /orchestrate skill — a Claude Code agent fleet supervisor with spare worktree lifecycle management.
+20 moreshow less
  • Adds /open-pr and /setup-repo skills to the platform skill set.
  • Adds ask_question as a generic CoPilot tool for structured question-and-answer interactions.
  • Adds a generic managed credential system with AgentMail auto-provisioning.
  • Adds cost tracking for system credentials.
  • Adds all 12 Z.ai GLM models via OpenRouter.
  • Adds a Fast/Thinking mode toggle with full tool parity in CoPilot.
  • Adds a CoPilot artifact preview panel.
  • Adds gitleaks secret scanning to pre-commit hooks.
  • Adds a rate-limit tiering system for CoPilot, including the ability to spend credits to reset the daily rate limit.
  • Adds shared admin user search and a rate-limit modal on the spending page, with LD-configurable global limits.
  • Loads CoPilot messages newest-first with cursor-based pagination.
  • Adds live timer stats with persisted duration display in CoPilot.
  • Sets git committer identity from the user's GitHub profile when executing in E2B environments.
  • Redesigns the onboarding wizard with an Autopilot-first flow.
  • Auto-reconnects CoPilot chat after device sleep/wake cycles.
  • Shows all agent outputs instead of only the last one in the UI.
  • Replaces suggestion pills with themed prompt categories in the CoPilot interface.
  • Adds a copy button to user prompt messages in CoPilot.
  • Sets up Codecov coverage reporting across platform and classic, including Playwright E2E coverage.
  • Sets up React integration testing with Vitest, React Testing Library, and MSW.
Was this useful?

CrewAI

Sources Release notes → 1.14.1 NOTES

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

CrewAI 1.14.1 adds async checkpoint TUI browser and proper resource management for streaming outputs.

└──▷ GET THIS VERSION
$ git clone --branch 1.14.1 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:
$ git checkout 1.14.1
  • Adds async checkpoint TUI browser for interactive inspection of crew checkpoints.
  • Adds aclose()/close() methods and async context manager support to streaming outputs for proper resource cleanup.
Was this useful?

Nous Research Hermes

Sources Release notes → v2026.4.8 NOTES

The agent that grows with you

Hermes v2026.4.8 adds MCP OAuth 2.1, live model switching, background task notifications, Google AI Studio, and OSV malware scanning.

└──▷ GET THIS VERSION
$ git clone --branch v2026.4.8 https://github.com/NousResearch/hermes-agent.git
# already have the repo? check out this version:
$ git checkout v2026.4.8
└──▷ TRY IT
Switch to a different model mid-session without restarting — useful when you need a more capable or cheaper model for the next task.
$ /model gemini-2.5-pro
Tail agent logs in real time to debug tool execution or provider errors across a running session.
$ hermes logs --tail
  • Adds notify_on_complete for background tasks — agent is automatically notified when long-running processes (builds, tests, deployments) finish, eliminating polling.
  • New /model command enables live model and provider switching mid-session across CLI, Telegram, Discord, Slack, and other gateway platforms.
  • Adds native Google AI Studio (Gemini) provider with automatic context length detection via models.dev registry.
  • Adds MCP OAuth 2.1 PKCE support for standards-compliant MCP server authentication.
  • Adds automatic OSV malware scanning of MCP extension packages on install.
+20 moreshow less
  • Adds approval buttons on Slack and Telegram for dangerous command approvals — replaces typing /approve with native inline buttons.
  • Adds inactivity-based agent timeouts — agents are only timed out when truly idle, not when actively running tools.
  • Adds hermes logs command for tailing and filtering structured agent logs written to ~/.hermes/logs/ (agent.log + errors.log).
  • Adds config structure validation at startup to catch malformed YAML before it causes cryptic failures.
  • Expands plugin system: plugins can now register CLI subcommands, receive request-scoped API hooks with correlation IDs, prompt for required env vars during install, and hook into session lifecycle events.
  • Adds MiniMax TTS provider (speech-2.8) for text-to-speech.
  • Adds interactive model picker with inline buttons for Telegram and Discord.
  • Adds xAI (Grok) prompt caching via x-grok-conv-id header.
  • Adds model pricing display for OpenRouter and Nous Portal providers.
  • Adds free-tier Xiaomi MiMo v2 Pro model on Nous Portal for auxiliary tasks (compression, vision, summarization).
  • Adds Matrix Tier 1 support: reactions, read receipts, rich formatting, and room management.
  • Adds Discord channel controls and ignored-channels configuration.
  • Adds Signal MEDIA: tag delivery and Mattermost file attachments.
  • Self-optimized GPT/Codex tool-use guidance via automated behavioral benchmarking, patching 5 failure modes for improved reliability on OpenAI models.
  • Adds thinking-only prefill continuation for structured reasoning on supported models.
  • Oversized tool results are now saved to file instead of being destructively truncated.
  • Adds HERMES_PORTAL_BASE_URL env var to override the Nous portal base URL during login.
  • Adds Z.AI endpoint auto-detection via probe and cache.
  • Adds non-agentic model warning when loading Hermes LLM models not designed for tool use.
  • Security hardening: consolidated SSRF protections, timing attack mitigations, tar traversal prevention, credential leakage guards, cron path traversal hardening, and cross-session isolation.
Was this useful?

LangChain LangGraph

Sources Release notes → cli==0.4.20 NOTES

Build resilient agents.

LangGraph CLI gains remote build support for langgraph deploy

└──▷ GET THIS VERSION
$ git clone --branch cli==0.4.20 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:
$ git checkout cli==0.4.20
  • Adds remote build support for langgraph deploy, enabling builds to run on remote infrastructure instead of locally.
Was this useful?

OpenClaw

Sources Release notes → v2026.4.7 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.4.7 adds a first-class infer hub, pluggable compaction, webhook ingress, memory-wiki, Arcee AI, and Gemma 4 support.

└──▷ GET THIS VERSION
$ git clone --branch v2026.4.7 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.4.7
└──▷ USE IT
Replace the built-in summarization pipeline with a custom compaction provider plugin to control how long session context is condensed.
yaml
agents:
  defaults:
    compaction:
      provider: my-custom-compaction-plugin
Override the system prompt for a controlled experiment without affecting global agent defaults.
yaml
agents:
  defaults:
    systemPromptOverride: "You are a security analyst. Focus only on CVE triage."
  • Auto-fallback across image, music, and video providers with intent preservation and capability remapping for size/aspect/resolution/duration hints.
  • New bundled webhook ingress plugin enables external automation to create and drive bound TaskFlows through per-route shared-secret endpoints.
  • Pluggable compaction provider registry lets plugins replace the built-in summarization pipeline, configured via agents.defaults.compaction.provider.
  • New agents.defaults.systemPromptOverride for controlled prompt experiments plus heartbeat prompt-section controls.
  • Gemma 4 model support added for the Google provider, including reasoning support and explicit thinking-off semantics in compatibility wrappers.
+7 moreshow less
  • New bundled Arcee AI provider plugin with Trinity catalog entries and OpenRouter support.
  • Ollama vision capability auto-detected from /api/show response, enabling image attachments on supported models.
  • Dreaming corpus now ingests redacted session transcripts with per-day session-corpus notes, cursor checkpointing, and promotion/doctor support.
  • Plugin SDK assemble() now receives availableTools and citationsMode, plus memory-artifact and memory-prompt seams for companion plugins and non-legacy context engines.
  • Discord event-create action accepts a cover image URL or local PNG/JPG/GIF file path.
  • Prompt-cache runtime context exposed to context engines, with current-turn usage aligned to the active attempt.
  • String-content compatibility added for stricter OpenAI-compatible chat backends (inferrs), with full config example and troubleshooting guidance.
Was this useful?

PydanticAI

Sources Release notes → v1.78.0 NOTES

PydanticAI v1.78.0 adds return_schema, function_signature, and SetToolMetadata to ToolDefinition, plus OTel cached token span attributes.

└──▷ GET THIS VERSION
$ git clone --branch v1.78.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.78.0
└──▷ USE IT
Inspect a tool's return schema and function signature at definition time to validate or log tool contracts.
python
from pydantic_ai.tools import ToolDefinition

def my_tool(x: int) -> str:
    return str(x)

td = ToolDefinition(
    name='my_tool',
    description='Converts int to str',
    parameters_json_schema={},
    return_schema=...,           # new field
    function_signature=...,      # new field
)
print(td.return_schema)
print(td.function_signature)
  • Adds return_schema and function_signature fields to ToolDefinition, exposing richer tool metadata for inspection and downstream use.
  • Adds SetToolMetadata capability, enabling dynamic mutation of tool metadata at runtime.
  • Adds cached token span attributes to OTel traces per the OpenTelemetry specification, improving observability of token usage.
Was this useful?

Microsoft Semantic Kernel

Sources Release notes → python-1.41.2 NOTES

Semantic Kernel Python 1.41.2 adds FunctionChoiceBehavior filter support in OpenAI responses agent tools.

└──▷ GET THIS VERSION
$ git clone --branch python-1.41.2 https://github.com/microsoft/semantic-kernel.git
# already have the repo? check out this version:
$ git checkout python-1.41.2
  • Applies FunctionChoiceBehavior filters when building tool lists for OpenAI responses agents, ensuring function inclusion/exclusion rules are respected at invocation time.
Was this useful?
◆  AI Coding Agents

Anthropic Claude Code

Sources Release notes → v2.1.97 NOTES

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

Claude Code v2.1.97 adds focus view toggle, refreshable status lines, git worktree context, live subagent indicators, and Cedar policy syntax highlighting.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.97 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.97
└──▷ USE IT
Keep a live clock or custom metric in the status line without restarting — useful for monitoring session-level stats in long-running agentic runs.
json
# In settings.json
{
  "statusLine": {
    "command": "date '+%H:%M:%S'",
    "refreshInterval": 5
  }
}
Distinguish which git worktree a subagent is operating in from a shared status-line script — lets you label the session card with the worktree path.
python
# Example status-line script that reads workspace.git_worktree from stdin
import sys, json
data = json.load(sys.stdin)
worktree = data.get("workspace", {}).get("git_worktree", "")
print(f"worktree: {worktree}" if worktree else "main worktree")
Toggle focus view during a long tool-heavy session to see just the prompt, a compact tool summary, and the final response without visual noise.
$ # While Claude Code is running in NO_FLICKER mode, press:
Ctrl+O
  • Adds focus view toggle (Ctrl+O) in NO_FLICKER mode showing prompt, one-line tool summary with edit diffstats, and final response
  • Adds refreshInterval status line setting to re-run the status line command every N seconds
  • Adds workspace.git_worktree field to status line JSON input, populated when inside a linked git worktree
  • Adds ● N running indicator in /agents next to agent types with live subagent instances
  • Adds syntax highlighting for Cedar policy files (.cedar, .cedarpolicy)
+8 moreshow less
  • Accept Edits mode now auto-approves filesystem commands prefixed with safe env vars or process wrappers (e.g. LANG=C rm foo, timeout 5 mkdir out)
  • Auto mode and bypass-permissions mode now auto-approve sandbox network access prompts
  • sandbox.network.allowMachLookup now takes effect on macOS
  • Pasted and attached images are now compressed to the same token budget as images read via the Read tool
  • Slash command and @-mention completion now triggers after CJK sentence punctuation, enabling Japanese/Chinese input without a leading space
  • Bridge sessions now display the local git repo, branch, and working directory on the claude.ai session card
  • Bash tool OTEL tracing now injects a W3C TRACEPARENT env var into subprocesses when tracing is enabled
  • Updated /claude-api skill to cover Managed Agents alongside the Claude API
Was this useful?

Charm Crush

Sources Release notes → v0.56.0 NOTES

Glamourous agentic coding for all

Crush v0.56.0 adds crush_info and crush_logs self-diagnostic tools so the AI can inspect its own config and logs.

└──▷ GET THIS VERSION
$ git clone --branch v0.56.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.56.0
└──▷ USE IT
Prevent the model from ever reading your configuration or logs — useful in shared or locked-down environments.
json
{
  "options": {
    "disabled_tools": ["crush_info", "crush_logs"]
  }
}
  • Adds crush_info tool: exposes the final merged configuration to the model so it can self-diagnose provider, LSP, and MCP setup.
  • Adds crush_logs tool: surfaces Crush's own application logs to the model for in-session debugging.
  • Supports disabling either self-diagnostic tool via the disabled_tools config option to prevent the model from ever calling them.
  • Automatically opens the Hyper auth dialog on unauthorized errors, reducing manual intervention when credentials expire.
Was this useful?

Block Goose

Sources Release notes → v1.30.0 NOTES

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

Goose v1.30.0 adds goose serve, goose doctor, egress logging, new Gemini/Copilot/Zhipu providers, and major TUI improvements.

└──▷ GET THIS VERSION
$ git clone --branch v1.30.0 https://github.com/block/goose.git
# already have the repo? check out this version:
$ git checkout v1.30.0
└──▷ TRY IT
Run Goose as a persistent background service, useful for integrations or automation pipelines.
$ goose serve
Diagnose misconfigured environments or credential issues before starting a session.
$ goose doctor
Prevent tool output from being truncated when inspecting verbose command results during a session.
$ GOOSE_SHOW_FULL_OUTPUT=true goose run --text 'List all open ports and their processes'
  • New goose serve subcommand runs Goose as a background service.
  • New goose doctor command diagnoses common configuration and environment issues.
  • New egress logging inspector logs and inspects all outbound network calls for security visibility.
  • Adds Gemini OAuth provider for first-class OAuth-based authentication with Google Gemini.
  • Adds Copilot ACP provider for GitHub Copilot via ACP.
+23 moreshow less
  • Adds Zhipu AI as a declarative provider with configurable ZHIPU_BASE_URL override.
  • Adds Gemma 4 as a local model option.
  • Supports configurable fast_model for declarative providers to designate a lightweight model for quick tasks.
  • Tab-expandable tool call output collapses and expands cleanly in the TUI.
  • Independent --text mode decouples headless text output from the normal TUI.
  • New GOOSE_SHOW_FULL_OUTPUT config option disables tool output truncation.
  • GOOSE_CLI_SHOW_THINKING can now be set in config.yaml in addition to env vars.
  • GOOSE_CONTEXT_LIMIT is now readable from config.yaml.
  • GOOSE_DISABLE_KEYRING is now honoured from config.yaml at startup.
  • Configurable per-extension timeouts via ACP _meta or a global default.
  • Skills are now visible and browsable from the desktop app UI.
  • Skills are now managed as a dedicated platform extension.
  • Recursive skill discovery finds skills at any depth under configured roots.
  • Adds react-intl-based internationalization infrastructure to the desktop app.
  • Per-delegate max_turns override is now supported.
  • skip_canonical_filtering option added for declarative providers.
  • Optional native-tls support added as an alternative to rustls for system-TLS environments.
  • AWS provider dependencies are now feature-gated behind the aws-providers feature flag for leaner builds.
  • Telemetry is now behind Cargo feature flags.
  • Parallelized extension loading in ACP server for faster startup.
  • Secrets files are now created with tighter OS-level permissions.
  • Adds Rust ACP client for extension methods.
  • Adds Inference Mesh settings tab.
Was this useful?

SST OpenCode

Sources Release notes → v1.4.0 NOTES

The open source coding agent.

OpenCode v1.4.0 adds OTLP observability, HTTP proxy support, PDF drag-and-drop, and a new --dangerously-skip-permissions run flag.

└──▷ GET THIS VERSION
$ git clone --branch v1.4.0 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.4.0
└──▷ TRY IT
Auto-approve all non-denied permission prompts in a non-interactive or CI context to run an agent task without manual confirmation.
$ opencode run --dangerously-skip-permissions
  • Adds OTLP observability export support for tracing and monitoring OpenCode sessions.
  • Adds full HTTP proxy support for routing OpenCode traffic through a proxy.
  • Adds opencode run --dangerously-skip-permissions flag to auto-approve non-denied permission prompts.
  • Adds a configurable keybinding for the 'Switch model variant' command in the TUI.
  • Adds PDF drag-and-drop support for attachments in the TUI.
└──▷ BREAKING ON UPGRADE
  • !Diff metadata in the edit and patch tool no longer contains to and from fields with full file contents — only a patch field with the unified diff remains. Session and user message snapshot diffs follow the same format.
  • !UserMessage.variant is now nested under model: use userMessage.model.variant instead of userMessage.variant.
Was this useful?

Earendil Works Pi

Sources Release notes → v0.66.0 NOTES

AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI

Pi v0.66.0 adds an Earendil startup announcement with inline image rendering and an Anthropic subscription billing warning.

└──▷ GET THIS VERSION
$ git clone --branch v0.66.0 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:
$ git checkout v0.66.0
  • Displays an Earendil startup announcement with bundled inline image rendering and a linked blog post during interactive mode on April 8 and 9, 2026.
  • Shows an interactive warning when Anthropic subscription auth is active, clarifying that third-party Anthropic usage draws from extra usage and is billed per token.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.14.2 NOTES

Qwen Code v0.14.2 adds /plan command, thinking block retention, adaptive token escalation, and a test-engineer agent.

└──▷ GET THIS VERSION
$ git clone --branch v0.14.2 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.14.2
└──▷ TRY IT
Enter plan mode before making changes to review and approve a structured plan without immediate code edits.
$ /plan
  • Adds /plan command to the CLI for entering plan mode.
  • Adds thinking block cross-turn retention with idle cleanup, preserving reasoning context across conversation turns.
  • Adds adaptive output token escalation: defaults to 8K tokens and automatically retries at 64K when needed.
  • Adds bugfix workflow, test-engineer agent, and debugging skills to the agent toolkit.
  • Adds qwen3.6-plus model to the ModelStudio Coding Plan.
Was this useful?

Zed

Sources Release notes → v0.231.1 NOTES

Zed v0.231.1 adds top-down agent streaming, Git Graph, native devcontainer support with Zed extensions, and configurable diff width switching.

└──▷ GET THIS VERSION
$ git clone --branch v0.231.1 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.231.1
└──▷ USE IT
Keep the agent thinking block always visible while it streams, useful when you want to audit reasoning steps in real time.
json
"agent": {
  "thinking_display": "always_expanded"
}
Auto-collapse the git diff to unified view on narrow panes, handy when working with split editor layouts.
json
"minimum_split_diff_width": 120
Install a Zed extension automatically inside a devcontainer so every team member gets the same editor tooling on container start.
json
{
  "customizations": {
    "zed": {
      "extensions": ["rust-analyzer", "toml"]
    }
  }
}
  • Adds agent.thinking_display setting to control thinking block display in agent threads, accepting values 'automatic', 'always_expanded', or 'always_collapsed'.
  • Adds minimum_split_diff_width setting to configure the column threshold at which the git diff view automatically switches from split mode to unified mode.
  • Adds wrap_around option to pane::ActivatePreviousItem and pane::ActivateNextItem actions to optionally disable tab-cycling wrap-around behavior.
  • Adds customizations.zed.extensions field in devcontainer.json to declare Zed extensions in devcontainers, backed by a new native devcontainer implementation replacing the previous Node-based CLI.
  • Adds Git Graph view, accessible via the button at the bottom of the git panel or the git graph: Open action.
+6 moreshow less
  • Adds ability to restart agent servers directly from the Agent Settings panel (ACP).
  • Adds controls for whether the Terminal and Agent panels use flexible or fixed width, configurable in the settings view.
  • Adds ability to favorite channels in the collab panel.
  • Agent thread generation now streams top-down with auto-scroll, replacing the previous bottom-up rendering.
  • Adds pinching gesture support on all devices.
  • Marks .json.dist files as json and .jshintrc files as jsonc for language association.
Was this useful?

Google gemini-cli

Sources Release notes → v0.37.0 NOTES

An open-source AI agent that brings the power of Gemini directly into your terminal.

gemini-cli v0.37.0 adds sandbox lockdown, persistent browser sessions, cross-platform notifications, new skills, and more.

└──▷ GET THIS VERSION
$ git clone --branch v0.37.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.37.0
  • Adds maxActionsPerTask setting for the browser agent to cap the number of actions per task.
  • Adds a CI skill for automated failure replication.
  • Implements forbiddenPaths for OS-specific sandbox managers to block access to sensitive filesystem paths.
  • Supports inline agentCardJson string literal for configuring remote agents without a separate file.
  • Adds experiment-gated support for Gemini Flash 3.1 Lite model.
+15 moreshow less
  • Adds a new skill to detect duplicated code while reviewing PRs.
  • Enables cross-platform notifications via terminal bell fallback.
  • Implements secret visibility lockdown for env files in the sandbox.
  • Implements persistent browser session management across tasks.
  • Adds forbiddenPaths to GlobalSandboxOptions for centralized sandbox path restriction.
  • Implements dynamic Linux sandbox expansion with worktree support.
  • Implements Windows sandbox dynamic expansion and denial detection.
  • Adds a debug command.
  • Adds configurable memoryBoundaryMarkers setting for context management.
  • Enables network access configuration in sandbox settings.
  • Implements AgentHistoryProvider for tracking agent execution history.
  • Adds subagent isolation and cleanup hardening.
  • Defines TrajectoryProvider interface for agent trajectory tracking.
  • Browser agent now dynamically discovers read-only tools at runtime.
  • Adds development worker infrastructure for GCP.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b8705 2 RELEASES · 2026-04-08 NOTES STABLE

llama.cpp b8705 adds support for the Step3-VL-10B vision-language model.

└──▷ GET THIS VERSION
$ git clone --branch b8705 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b8705
  • Adds support for the Step3-VL-10B multimodal vision-language model, including fused QKV, tensor mapping via tensor_mapping.py, and understand_projector_stride read from the global config.
1 more release in this issue · 2026-04-08
b8703 NOTES STABLE

llama.cpp b8703 adds a KleidiAI-enabled arm64 macOS release artifact for Apple Silicon.

└──▷ GET THIS VERSION
$ git clone --branch b8703 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b8703
  • Adds a KleidiAI-enabled arm64 macOS release artifact (llama-b8703-bin-macos-arm64-kleidiai.tar.gz) for Apple Silicon, providing ARM-optimized compute kernels via the KleidiAI library.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Chroma

Sources Release notes → 1.5.7 NOTES

Chroma 1.5.7 adds getCollectionById across all SDKs, streaming S3 uploads, log sharding, and stdout-only tracing.

└──▷ GET THIS VERSION
$ git clone --branch 1.5.7 https://github.com/chroma-core/chroma.git
# already have the repo? check out this version:
$ git checkout 1.5.7
  • Adds getCollectionById API across all client SDKs and the server, enabling collection lookup by ID directly.
  • Adds put_stream to chroma-storage for streaming S3 uploads.
  • Adds shard_index, num_shards, and log_upper_bound_offset parameters passed through to query and orchestrator, enabling log partitioning across active and non-active shards.
  • Adds SegmentWriter and Flusher abstractions over shards for internal write path.
  • Enables stdout-only tracing mode for simplified observability output.
Was this useful?
◆  AI OBSERVABILITY

Langfuse

Sources Release notes → v3.166.0 2 RELEASES · 2026-04-08 NOTES STABLE

Langfuse v3.166.0 adds a fields parameter to the GetTraceById API endpoint for selective field retrieval.

└──▷ GET THIS VERSION
$ git clone --branch v3.166.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.166.0
  • Adds fields parameter to the GetTraceById API endpoint, allowing callers to request only specific fields and reduce response payload size.
1 more release in this issue · 2026-04-08
v3.165.0 NOTES STABLE

Langfuse v3.165.0 adds TEXT (free-form) score support via the public API and OTEL oversized-request warnings.

└──▷ GET THIS VERSION
$ git clone --branch v3.165.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.165.0
  • Exposes TEXT (free-form) scores via the public API, enabling unstructured string score values alongside numeric and categorical scores.
  • Warns when OTEL request bodies exceed 16 MB, surfacing oversized payload issues before they cause silent data loss.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →