|
2 | 2 |
|
3 | 3 | > Updated 2026-07-13. Tracks open work by priority. Shipped work is in `CHANGELOG.md` (both packages); |
4 | 4 | > non-blocking future work in `Assets/CoreAiUnity/Docs/BACKLOG.md`. |
5 | | -> Released: 5.8.9 (2026-07-13, all five packages in lockstep). Last full verification 2026-07-13 (batchmode): |
6 | | -> mods EditMode 119 passed / 0 failed; full EditMode green; PlayMode `FastNoLlm` 56 passed / 0 failed (with |
7 | | -> graphics — `-nographics` fails 5 GPU/RenderTexture camera tests, environment artifact). LLM-API PlayMode |
8 | | -> tests run against a local LM Studio OpenAI endpoint (`qwen3.5-4b-mtp`) — see the LLM-API gate below. |
| 5 | +> Released: 5.8.10 (2026-07-13, all five packages in lockstep). Last full verification 2026-07-13 (batchmode): |
| 6 | +> full EditMode 1573 passed / 0 failed; PlayMode `FastNoLlm` 56 passed / 0 failed (with graphics — |
| 7 | +> `-nographics` fails 5 GPU/RenderTexture camera tests, an environment artifact); a live LlmVerification |
| 8 | +> subset is green on the LM Studio `qwen3.5-4b-mtp` OpenAI endpoint (tools / skills / agents / memory / |
| 9 | +> execute_lua) — see the LLM-API gate below. |
9 | 10 |
|
10 | 11 | ## [A6] Deep audit wave (2026-07-13) — runtime / architecture / tests / security, all 22 findings fixed |
11 | 12 |
|
|
109 | 110 | reflection that can no-op under IL2CPP stripping (degrades gracefully). |
110 | 111 | - [x] Representative local 4B live checks: memory write and real `world_command` spawn pass on |
111 | 112 | `qwen3.5-4b-mtp`. |
| 113 | +- [x] **Model-behavior verification (5.8.10, LM Studio `qwen3.5-4b-mtp` OpenAI endpoint).** Ran a |
| 114 | + representative LlmVerification PlayMode subset live: tool-calling, custom agents (all 4 modes), skill |
| 115 | + self-service (read-then-use), skill-tool proxy, skill tool discovery, memory write/append/clear, and the |
| 116 | + `execute_lua` Lua-authoring pipeline (model writes correct sandbox-scoped Lua) — all pass. Verdict: the |
| 117 | + tool-call/skill design is sound (a 4B model handles the whole surface); the tool contract explicitly |
| 118 | + guards narration-instead-of-action. Found + fixed one false-failing test (memory-clear asserted entry |
| 119 | + removal vs the documented empty-document semantics). Path A LLM tests need the asset's `qwopus3.5-9b` |
| 120 | + model loaded; running 4B+9B + Unity PlayMode together OOMs this machine (env resource limit, not a bug). |
112 | 121 | - [ ] Verify the AI writes mods through the Hub chat in each kept Hub-enabled demo with local 4B/9B/27B |
113 | 122 | (LM Studio) and Opus 4.8 via the bundled preset (`Assets/Resources/CoreAIPresets/`, |
114 | 123 | bridge: `agent.sh openai-server -e claude -m opus`). *(API models are already proven through the |
|
0 commit comments