Skip to content

feat: add interactive API key prompt for missing LLM credentials #101

feat: add interactive API key prompt for missing LLM credentials

feat: add interactive API key prompt for missing LLM credentials #101

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun biome ci --error-on-warnings
- run: bun tsc
- run: bun test