Compare commits

..

2 Commits

Author SHA1 Message Date
60ec835cc3 docs: record tagged tool parser fix
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 7s
Build / test-and-image (pull_request) Successful in 26s
2026-07-05 23:17:47 +02:00
7f140021f0 Merge pull request 'fix: parse tagged local-model tool calls' (#77) from codex/issue-76-chatml-tool-parser into codex/production-intelligence-terminal
All checks were successful
Codex Template Compliance / template-compliance (push) Successful in 5s
Release Dry Run / release-dry-run (push) Successful in 16s
Build / test-and-image (push) Successful in 27s
2026-07-05 21:15:56 +00:00

View File

@@ -19,6 +19,11 @@ Last updated: 2026-07-05
## Latest Completed Work ## Latest Completed Work
- Issue #76 / PR #77 fixed a second local-model protocol leak: ChatML-style output such as `<|tool_call>call:get_evidence{query:"...",limit:5}<tool_call|>` was previously treated as user-facing text. Merge commit: `7f140021f037cbc351c9a3b39a5eb3610bfc4939`.
- The controlled agent now parses bounded tagged calls into the normal allowlisted tool path without `eval`, recognizes tagged JSON envelopes, and treats malformed protocol-like output as a repairable protocol error. Tool tags are never accepted as final Telegram text.
- The exact observed Russia-query format and a malformed-tag variant are regression fixtures. PR runs 935-936 and production runs 937-939 passed.
- The registry image was redeployed to Dockge. Live health reported `running/healthy`, Telegram agent enabled with 14 tools, dynamic DAVE presence enabled, encrypted profile preserved, and no sweep error.
- Canonical repository: `https://git.wilkensxl.de/Code-Inc/intelligence-terminal` - Canonical repository: `https://git.wilkensxl.de/Code-Inc/intelligence-terminal`
- LiteLLM implementation merge: `5c4bf80eb0c19bd59080f5432a2a344798d7a3ce` - LiteLLM implementation merge: `5c4bf80eb0c19bd59080f5432a2a344798d7a3ce`
- Merged PR: `#48 feat: add LiteLLM provider and publish Code-Inc image` - Merged PR: `#48 feat: add LiteLLM provider and publish Code-Inc image`