Skip to content

1.58.0

Choose a tag to compare

@tomshen tomshen released this 28 May 19:48
· 15 commits to master since this release
a0e7739

New Features

  • Lapdog: Add claude-opus-4-8 to the Claude Code cost tracking table and 1M-token context model set. Regular-usage pricing matches Opus 4.7 ($5 / $25 / $0.50 cache-read / $6.25 cache-write per Mtok). Previously Opus 4.8 spans fell through the pricing table and received no cost estimate.
  • Lapdog: capture git repository and project name metadata for coding agent sessions captured by lapdog. Metadata is resolved from hook payload fields, the DD_GIT_REPOSITORY_URL environment variable, the local git remote, or the working directory basename (in that order) and attached to spans as project_name / git.repository_url tags plus matching meta.metadata fields.