HaoCode v1.11.1
HaoCode v1.11.1 improves prompt-cache reuse and DeepSeek-compatible provider behavior for long-running agent sessions.
Highlights
- Keep the system prompt, tool schemas, and message history byte-stable across a conversation.
- Move volatile Git and runtime context into the initial user turn so provider prefix caches remain reusable.
- Normalize DeepSeek and OpenAI-compatible cache usage for accurate context accounting, tracing, compaction, and costs.
- Preserve DeepSeek v4 Flash thinking configuration and reasoning continuity across tool calls.
- Retain native streaming in production while supporting injected HTTP transports in provider tests and hosts.
- Expand regression coverage for agent loops, context building, cache telemetry, and provider payloads.
Validation
composer validate --strictcomposer test— 130 tests, 427 assertionscomposer audit --format=plainphp scripts/sdk-bc-check.php --verify