From 21ef6385bd01d8feb8f04f7a78218c48905b7a66 Mon Sep 17 00:00:00 2001 From: nanobot Date: Sat, 13 Jun 2026 12:37:42 +0200 Subject: [PATCH] dream: 2026-06-13 11:10, 2 change(s) [USER] Active model preset is `kimi27` (`kimi-k2.7-code:cloud`), not `glm` [MEMORY] Bookmark skill's documented `uv run` invocation is blocked by the workspace safety guard; listing bookmarks succeeded via an alternative invocation --- USER.md | 2 +- memory/.dream_cursor | 2 +- memory/MEMORY.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/USER.md b/USER.md index 2cc105d..18c64e7 100644 --- a/USER.md +++ b/USER.md @@ -14,7 +14,7 @@ - Kontakt: Přibyl ## Preferovaný model -- Preset: `glm` (`glm-5.1:cloud`) +- Preset: `kimi27` (`kimi-k2.7-code:cloud`) ## Role a kontext - Mix DevOps/sysadmin + software engineering diff --git a/memory/.dream_cursor b/memory/.dream_cursor index cfd6ea5..d61d317 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -335 \ No newline at end of file +336 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index b6d9159..52b02d2 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -99,6 +99,7 @@ This file stores important information that should persist across sessions. - `/remind` fixed cron due detection using croniter with ±1s tolerance around current time - `/remind` fixed enable/disable returning incorrect state by re-fetching reminder after UPDATE - `/remind` fixed test JSONDecodeError by clearing capsys buffer between consecutive CLI invocations in same test function +- Bookmark skill's documented `uv run` invocation is blocked by the workspace safety guard; listing bookmarks succeeded via an alternative invocation ### NuGet package caching - Evaluating NuGet package hosting/caching on Linux