Skip to content

feat(telemetry): track and persist session id across tool calls #164

feat(telemetry): track and persist session id across tool calls

feat(telemetry): track and persist session id across tool calls #164

Workflow file for this run

name: CI
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run CI checks (Lint, Build, Test)
run: npm run ci:check