Skip to content

fix: rewrite cached system prompt model identity to match requested model #49

fix: rewrite cached system prompt model identity to match requested model

fix: rewrite cached system prompt model identity to match requested model #49

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci
- run: npm run typecheck
- run: npm run build