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.
Continue 1.39.0 adds subagent support for orchestrating multi-agent workflows.
└──▷ GET THIS VERSION
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout @continuedev/[email protected]
›Adds subagents, enabling an agent to spawn and coordinate subordinate agents for multi-step tasks.
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
CrewAI 1.8.1 adds Agent-to-Agent (A2A) task execution, server configuration, agent card generation, and new transports.
└──▷ GET THIS VERSION
$ git clone --branch 1.8.1 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:$ git checkout 1.8.1
›Adds A2A task execution utilities for orchestrating agent-to-agent workflows.
›Adds A2A server configuration and agent card generation to expose CrewAI agents as A2A-compatible services.
›Adds additional A2A transports, broadening connectivity options between agents.
›Adds Galileo to the integrations page, enabling Galileo observability for CrewAI workflows.
Semantic Kernel Python adds an Oracle vector store connector and improves in-memory vector store filtering.
└──▷ GET THIS VERSION
$ git clone --branch python-1.39.1 https://github.com/microsoft/semantic-kernel.git
# already have the repo? check out this version:$ git checkout python-1.39.1
›Adds a new Oracle connector for Semantic Kernel's vector store, including collection support via add_collection_to_all for Oracle.
›Improves filtering logic for in-memory vector stores.
›Adds DriverInfo metadata to the MongoDB connector.
llama.cpp b7748 adds the adaptive-p sampler with EMA-based probability targeting and configurable decay.
└──▷ GET THIS VERSION
$ git clone --branch b7748 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b7748
›Adds adaptive-p sampler to common_params_sampling and the samplers vector, with parameters including decay (default 0.9), min_target, max_target (clamped to [0.0, 1.0]), and a use_power_law flag for power-law mode.
›Exposes adaptive-p via common_sampler_types_from_chars so it can be selected alongside existing samplers using single-character sampler chain strings.
Phoenix v12.30.0 adds enhanced JSON attribute display with new UI components for span inspection.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.30.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v12.30.0
›Adds AttributesJSONBlock component for enhanced JSON attribute display in the span detail view.
›Adds text block and JSON block icons for expanding attribute strings in the UI.
Weave v0.52.24 adds PII redaction field exclusions, audio support in LLMAsAJudgeScorer, op kinds/colors, and safe base64 auto-conversion in the trace server.
└──▷ GET THIS VERSION
$ git clone --branch v0.52.24 https://github.com/wandb/weave.git
# already have the repo? check out this version:$ git checkout v0.52.24
›Adds redact_pii_exclude_fields setting to selectively exempt specific fields from PII redaction.
›Adds audio support to LLMAsAJudgeScorer, enabling evaluation of audio-containing traces.
›Adds op kinds and color tagging for operations via Add support for op kinds and colors, with built-in kinds for integrations to visually distinguish call types in the UI.
›Auto-converts base64 data safely in the trace server, expanding the range of payloads that can be stored without manual encoding steps.
›Updates the Leaderboard schema to support overhaul features, broadening what metrics and comparisons can be displayed.
+1 moreshow less
›Adds a helper method for TypeScript SDK prompt management.