Skip to content

chore(repo): version packages#1

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore(repo): version packages#1
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

evlog@2.8.0

Minor Changes

  • #196 abda28c Thanks @HugoRCD! - Add evlog/ai integration for AI SDK v6+ observability.

    • createAILogger(log) returns an AILogger with wrap() and captureEmbed()
    • Model middleware captures token usage, tool calls, finish reason, and streaming metrics
    • Supports generateText, streamText, generateObject, streamObject, and ToolLoopAgent
    • Accumulates data across multi-step agent runs (steps, models, tokens)
    • String model IDs resolved via gateway() with full autocompletion
    • Gateway provider parsing extracts actual provider and model name
    • Streaming metrics: msToFirstChunk, msToFinish, tokensPerSecond
    • Cache tokens (cacheReadTokens, cacheWriteTokens) and reasoning tokens tracked
    • Error capture from failed model calls and stream error chunks
    • captureEmbed() for embedding calls (embed, embedMany)
    • ai is an optional peer dependency
  • #189 d92fb46 Thanks @HugoRCD! - Add evlog/vite plugin for build-time DX enhancements in any Vite-based framework.

    • Zero-config auto-initialization via Vite define (no initLogger() needed)
    • Build-time log.debug() stripping in production builds (default)
    • Source location injection (__source: 'file:line') for object-form log calls
    • Opt-in auto-imports for log, createEvlogError, parseError
    • Client-side logger injection via transformIndexHtml
    • New evlog/client public entrypoint
    • Nuxt module gains strip and sourceLocation options (no breaking changes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants