From ade2798ded7a2d1bad615041f664dd3869c7ddf9 Mon Sep 17 00:00:00 2001 From: Asep Haryana Date: Mon, 3 Aug 2026 11:04:03 +0700 Subject: [PATCH] chore(infra): bump llm-api flake rev to 7cec411 Fixes streaming reasoning/content split (robust boundary detection, flush un-tagged output) and renders reasoning in the chat UI. Co-Authored-By: Claude Opus 5 (1M context) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d4e26db..5cdb9a5 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ rev = if name == "hub" then "6829c7efe2a735d249f5135bff4a0fc28411a295" else if name == "scraper" then "62aa5b0e52859afe3ba9de1c7b11cfe2dacf6c2c" else if name == "tools" then "3956b90c3ce39ffa7ffba8084937f20e11364d6b" - else if name == "llm-api" then "b63649649758e3f9c9b3fc576c978c506e66a284" + else if name == "llm-api" then "7cec411cba7cdefef47650820b5ef57a63a68a57" else "HEAD"; submodules = true; };