Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eve-record-ai-provider.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/olive-pans-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-tools-observe.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evlog/cli",
"version": "0.5.2",
"version": "0.5.3",
"description": "The official command line for evlog",
"author": "HugoRCD <contact@hrcd.fr>",
"homepage": "https://evlog.dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/evlog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/evlog/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@hrcd.fr>",
"homepage": "https://evlog.dev",
Expand Down