From 56d747e759b542f011d00c57c512eea56bafcf5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:29:19 +0000 Subject: [PATCH] Version Packages --- .changeset/eve-record-ai-provider.md | 5 ----- .changeset/olive-pans-shake.md | 4 ---- .changeset/quiet-tools-observe.md | 5 ----- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/evlog/CHANGELOG.md | 8 ++++++++ packages/evlog/package.json | 2 +- 7 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/eve-record-ai-provider.md delete mode 100644 .changeset/olive-pans-shake.md delete mode 100644 .changeset/quiet-tools-observe.md diff --git a/.changeset/eve-record-ai-provider.md b/.changeset/eve-record-ai-provider.md deleted file mode 100644 index e30c1f2b..00000000 --- a/.changeset/eve-record-ai-provider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"evlog": minor ---- - -The `evlog/eve` wide event now records which AI provider (deployment) served each turn. The `ai.model` field continues to carry the gateway slug (e.g. `deepseek/deepseek-v4-flash`), while the new `ai.provider` field reports the resolved provider (e.g. `deepseek`), extracted from the model id eve reports on `session.started`. Cost-per-provider analysis no longer requires cross-referencing the rate card against the model catalogue. diff --git a/.changeset/olive-pans-shake.md b/.changeset/olive-pans-shake.md deleted file mode 100644 index de1ff1d9..00000000 --- a/.changeset/olive-pans-shake.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Fixes a typo in the CLI README. No published behaviour changes. diff --git a/.changeset/quiet-tools-observe.md b/.changeset/quiet-tools-observe.md deleted file mode 100644 index 03243c34..00000000 --- a/.changeset/quiet-tools-observe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"evlog": minor ---- - -The `evlog/eve` integration now records how much context each tool result added. `ai.tools[]` gains an `inputTokens` field per tool, measured as the input-token delta between the step that called the tool and the step that consumed its result, so the tool that dominates a turn's context shows up without a manual before/after diff. Parallel tool results in one step share the delta evenly; a result whose delta crosses a compaction or context reset is left unset rather than mis-attributed. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3a132b28..9f0f852d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @evlog/cli +## 0.5.3 + +### Patch Changes + +- Updated dependencies [[`1704339`](https://github.com/HugoRCD/evlog/commit/17043394e7bcf8c1603ffb44f0f4952a5be77a31), [`c40e0fd`](https://github.com/HugoRCD/evlog/commit/c40e0fd5a60ab094b28bd98aa8ff3b5120784d7f)]: + - evlog@2.27.0 + ## 0.5.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1adfcbb5..90254371 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@evlog/cli", - "version": "0.5.2", + "version": "0.5.3", "description": "The official command line for evlog", "author": "HugoRCD ", "homepage": "https://evlog.dev", diff --git a/packages/evlog/CHANGELOG.md b/packages/evlog/CHANGELOG.md index 11075029..9d10ed8c 100644 --- a/packages/evlog/CHANGELOG.md +++ b/packages/evlog/CHANGELOG.md @@ -1,5 +1,13 @@ # evlog +## 2.27.0 + +### Minor Changes + +- [#622](https://github.com/HugoRCD/evlog/pull/622) [`1704339`](https://github.com/HugoRCD/evlog/commit/17043394e7bcf8c1603ffb44f0f4952a5be77a31) Thanks [@evlogai](https://github.com/apps/evlogai)! - The `evlog/eve` wide event now records which AI provider (deployment) served each turn. The `ai.model` field continues to carry the gateway slug (e.g. `deepseek/deepseek-v4-flash`), while the new `ai.provider` field reports the resolved provider (e.g. `deepseek`), extracted from the model id eve reports on `session.started`. Cost-per-provider analysis no longer requires cross-referencing the rate card against the model catalogue. + +- [#580](https://github.com/HugoRCD/evlog/pull/580) [`c40e0fd`](https://github.com/HugoRCD/evlog/commit/c40e0fd5a60ab094b28bd98aa8ff3b5120784d7f) Thanks [@evlogai](https://github.com/apps/evlogai)! - The `evlog/eve` integration now records how much context each tool result added. `ai.tools[]` gains an `inputTokens` field per tool, measured as the input-token delta between the step that called the tool and the step that consumed its result, so the tool that dominates a turn's context shows up without a manual before/after diff. Parallel tool results in one step share the delta evenly; a result whose delta crosses a compaction or context reset is left unset rather than mis-attributed. + ## 2.26.0 ### Minor Changes diff --git a/packages/evlog/package.json b/packages/evlog/package.json index 1f648db5..83255175 100644 --- a/packages/evlog/package.json +++ b/packages/evlog/package.json @@ -1,6 +1,6 @@ { "name": "evlog", - "version": "2.26.0", + "version": "2.27.0", "description": "Modern TypeScript logger — simple logs, wide events, structured errors. Built for scripts, libraries, jobs, edge, and HTTP. One drain pipeline everywhere.", "author": "HugoRCD ", "homepage": "https://evlog.dev",