From f10bff9ba4a9c58413f73c5bffd33c9958e85b35 Mon Sep 17 00:00:00 2001 From: MrSphay Date: Sat, 4 Jul 2026 12:34:09 +0200 Subject: [PATCH] docs: record live LiteLLM validation --- docs/agent-handoff.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index 40c1c7f..310364f 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -1,6 +1,6 @@ # Agent Handoff -Last updated: 2026-07-03 +Last updated: 2026-07-04 ## Latest Completed Work @@ -12,7 +12,11 @@ Last updated: 2026-07-03 - The build workflow now targets `git.wilkensxl.de/code-inc/intelligence-terminal` and publishes only from the production branch, not from pull requests. - Gitea Actions runs 231-235 passed for the PR and production merge, including unit tests, Compose validation, Docker build, release dry-run, and template compliance. - The first `code-inc` registry publication was verified through the Gitea Package API on 2026-07-03. -- Related maintenance: issue #21 tracks the failing security scan, #45 tracks the dependency workflow, and #46 tracks remaining namespace/handoff cleanup. +- PR #52 / issue #51 removed the hard-coded 90-second/4096-token idea-generation override. LLM ideas now respect `LLM_TIMEOUT_MS` and `LLM_MAX_TOKENS`. +- PR #54 / issue #53 fixed prediction persistence after successful LLM generation and added a SQLite-backed regression test. +- Live Dockge verification on 2026-07-04 used `LLM_TIMEOUT_MS=300000` and `LLM_MAX_TOKENS=4096` with the `heim-llm` LiteLLM alias. The completed sweep produced six parsed ideas, reported `ideasSource=llm`, persisted memory, and had no `lastSweepError`. +- Production implementation commit: `14d9276c30e06cafcaee8177ba7377fdf5f26277`. +- Issues #47, #51, and #53 are complete. Issue #21 tracks the failing security scan and #45 tracks the dependency workflow. ## Repository State