Skip to content

v0.9.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:38
· 6 commits to main since this release
7160140

Shingan v0.9.1

AIエージェントワークフロー静的解析ツール。バイナリは下記のplatform毎にダウンロードして即利用可能。

Changelog

Features

Bug Fixes

  • 26fd518: fix(parsers): 5 wild-dogfood FP/FN fixes across the v0.9 framework parsers (#36) (@hatyibei)
  • 1776443: fix: v0.9.0 P1/P2/P3 hardening — glob, baseline, shim cache, RPC, determinism, plugin ABI, Onion, docs (#27) (@hatyibei)

Others


Install (Linux/macOS):

curl -L https://github.com/hatyibei/shingan/releases/download/v0.9.1/shingan_0.9.1_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/').tar.gz | tar xz
./shingan --help

Install (Go):

go install github.com/hatyibei/shingan/cmd/shingan@v0.9.1