Backport: Agentic Shell Command Execution (v1.0.0 → v1.0.8) #66

Merged
sarman merged 16 commits from feature/agentic-shell-commands into master 2026-06-05 15:30:28 +00:00
Showing only changes of commit b0961e7a60 - Show all commits

View File

@ -118,7 +118,7 @@ jobs:
- run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1
- name: Run shell module tests
run: cargo test --manifest-path src-tauri/Cargo.toml shell:: -- --test-threads=1
run: 'cargo test --manifest-path src-tauri/Cargo.toml "shell::" -- --test-threads=1'
frontend-typecheck:
runs-on: ubuntu-latest