合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit 71be47b956 - Show all commits
+4 -3
View File
@@ -3,11 +3,12 @@ name: Build and Lint
on: on:
push: push:
tags: tags:
- 'v*' - "v*"
jobs: jobs:
build: build:
runs-on: ubuntu-latest env: runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strategy: strategy:
matrix: matrix:
@@ -20,7 +21,7 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: "npm"
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci