Commit Graph
5 Commits
Author SHA1 Message Date
Alexander KiselevandClaude Opus 4.6 57dbf62fd4 fix: handle batch commands locally and require Java 21 in CI
Batch was broken because it sent a single "batch" command to the Java
bridge, which rejected it. Now the Rust CLI parses each line of the
batch file as a sub-command and dispatches them individually through
execute_via_bridge, collecting results into a JSON response.

Also updated CI to install Java 21 (required by Ghidra 12.0.1).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 13:28:08 -08:00
Alexander Kiselev a550ad1d35 more work on v2 java bridge 2026-02-04 14:14:15 -08:00
Alexander Kiselev 50c33cb0f5 Enhance CI workflows: unify test jobs and add caching for Ghidra and Rust 2026-01-26 16:27:58 -08:00
Alexander Kiselev 76fde9c3f7 Getting ready for v0.1.0 2026-01-26 16:04:00 -08:00
Alexander Kiselev a89b027173 "Claude PR Assistant workflow" 2026-01-21 18:01:33 -08:00