Skip to content

feat: capture and expose thinking tokens #129

feat: capture and expose thinking tokens

feat: capture and expose thinking tokens #129

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
with:
with_install: false
- uses: actions/setup-node@633bb92bc0aabcae06e8ea93b85aecddd374c402
with:
node-version: 24
- run: pnpm i --frozen-lockfile
- run: pnpm check-format
- run: pnpm release-build