Skip to content

Releases: euri10/deepseek-acp-adapter

v0.5.0

16 Jun 13:29
4054631

Choose a tag to compare

Added

  • (acp) add ACP parity
  • (usage) accumulate token usage across prompt turns in PromptResponse

Fixed

  • (usage) extract and apply context_length from model specifications

Other

  • backfill historical changelog (#5)

v0.4.1

11 Jun 05:45
c4926a8

Choose a tag to compare

Fixed

  • (serve) exit on client disconnect and termination signals (#3)

Other

  • (error) add tests for error.rs, coverage 36% -> 100%

v0.4.0

10 Jun 11:17
504e8ae

Choose a tag to compare

Added

  • (deepseek) add usage_update telemetry to track token consumption
  • add usage_update telemetry to deepseek-acp-adapter (daa-ik5)
  • populate ACP _meta with historyJsonlPath; replace debug script

Other

  • Update issues (daa-ik5 closed)
  • fix broken architecture table links in README
  • isolate test session state from real XDG_STATE_HOME
  • replace manual publish workflow with release-plz