Enhance the capabilities of the AI Intent plugin (#1605)

This commit is contained in:
007gzs
2024-12-20 10:25:17 +08:00
committed by GitHub
parent 748bcb083a
commit 4eaf204737
6 changed files with 616 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ lint:
cargo fmt --all --check --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
test-base:
cargo test --lib
test:
cargo test --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
builder:
DOCKER_BUILDKIT=1 docker build \
--build-arg RUST_VERSION=$(RUST_VERSION) \