Skip to content

HaoCode v1.11.1

Choose a tag to compare

@skvdhshuk-blip skvdhshuk-blip released this 16 Jul 15:21

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 --strict
  • composer test — 130 tests, 427 assertions
  • composer audit --format=plain
  • php scripts/sdk-bc-check.php --verify