Skip to content

Releases: chainswarm/chain-insights

v0.24.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:17
Immutable release. Only release title and notes can be modified.
01bb8ee

What's Changed

  • fix: make CLI command paths self-guiding by @aph5nt in #359

Full Changelog: v0.24.1...v0.24.2

v0.24.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 05:42
Immutable release. Only release title and notes can be modified.
57972b4

What's Changed

  • fix: clarify CLI network and tool catalogs by @aph5nt in #357

Full Changelog: v0.24.0...v0.24.1

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:34
Immutable release. Only release title and notes can be modified.
2a72211

What's Changed

  • feat: improve first-run CLI onboarding by @aph5nt in #355

Full Changelog: v0.23.0...v0.24.0

v0.22.3

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:56
Immutable release. Only release title and notes can be modified.
9fa0884

What's Changed

  • fix: make fresh installs use hosted Graph by default by @aph5nt in #353

Full Changelog: v0.22.2...v0.22.3

v0.22.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:34
Immutable release. Only release title and notes can be modified.
74a4995

What's Changed

  • build(deps): bump anchore/sbom-action from 0.24.0 to 0.24.1 by @dependabot[bot] in #351
  • fix: align hosted MCP tests with production by @aph5nt in #352

Full Changelog: v0.22.1...v0.22.2

v0.8.22

Choose a tag to compare

@aph5nt aph5nt released this 04 Jul 09:50
Immutable release. Only release title and notes can be modified.
8fbde06

0.8.22

  • aml_address_risk label reads are deterministic: the label subset feeding
    the risk level is now ordered by recency before the LIMIT, so the reported
    level no longer varies between runs for label-heavy identities.
  • Risk precedence hardening: labels remain the leading signal, but a
    lower-severity label no longer suppresses a more severe usable ML band —
    the response reports the more severe band with an ml_label_divergence
    driver. An AML triage verdict never fails toward "looks safe".

Since 0.8.19

  • 0.8.20: removed the legacy --remote flag from cia mcp aml-address-risk / aml-trace-victim-funds (the AML tools have been
    client-side composed for a while; the flag was dead).
  • 0.8.21: removed the dead legacy mcpEndpoint/mcpAuthToken config
    keys pre-dating graphMcpEndpoint; the installer now seeds the live
    endpoint. All AML/debug/test/paid flows were already on graphMcp* and
    are unaffected.

Artifact integrity
sha256(chain-insights-0.8.22.tgz) = e86169d0c5091645a9d24f50d8d05deb55ad63d08309689e9d9ac9e7dfb63906

v0.8.19

Choose a tag to compare

@aph5nt aph5nt released this 04 Jul 05:38
Immutable release. Only release title and notes can be modified.
5bd55b6

0.8.19

  • The Chain Insights Graph's ML verdict now includes an explicit abstention
    band: risk_level = UNSCORED means the model had too little labeled graph
    context to stand behind a severity. Chain Insights treats it as "no
    stance", never low risk: aml_address_risk stops deriving a severity from
    an abstained ML score (falls back to label/exchange-exposure signal, adds
    an ml_abstained driver and ml_verdict: unscored, and reports
    level: unscored when no other signal exists), and trace/report graph
    payloads normalize risk_level casing (HIGHhigh) so the graph
    app's risk borders fire regardless of backend casing while unscored
    renders with the neutral border.

See CHANGELOG.md for the full history since the last GitHub Release
(v0.3.9): versions 0.3.10 – 0.8.18 shipped on main without release
artifacts; this release re-establishes the artifact + checksum chain.

Artifact integrity
sha256(chain-insights-0.8.19.tgz) = ab8f05be328c8195bfa47d481f9be9fd0277788620fce5d4459cff9625e63271

v0.3.9

Choose a tag to compare

@aph5nt aph5nt released this 02 Jun 07:09
2794031

Chain Insights v0.3.9

  • Adds cia update / chain-insights update backed by the public npmjs registry.
  • Prompts interactive cia init users when a newer npm release is available.
  • Publishes the current main package, including the unreleased 0.3.8 staging test-key header support and stateless ACP proxy mode.

Verification before release:

  • npm run release:check
  • npm ci --ignore-scripts --audit=false --fund=false
  • npm run typecheck
  • npm run build
  • npm test
  • npm pack --silent | tar -tf
  • PR #63 checks passed.

v0.3.7

Choose a tag to compare

@aph5nt aph5nt released this 31 May 07:01
5a11f4b

Chain Insights 0.3.7

Docs-only release that standardizes hosted GraphRAG MCP access wording as the daily free tier.

  • Public access is described as 10 execution seconds per IP per UTC day for bounded graph_query reads.
  • Wallet users receive the daily free tier first, then continue via x402 for sustained usage.
  • Removes demo/trial/preview-style framing from the public docs surfaces touched in this release.

Verification before release:

  • npm run release:check
  • npm test -- tests/skills-contract.test.ts tests/mcp-client.test.ts tests/cli-mcp.test.ts
  • GitHub PR #57 checks green: Typecheck/Test/Build/Pack, security, CodeQL, Scorecard, Socket.

chain-insights v0.3.6

Choose a tag to compare

@aph5nt aph5nt released this 31 May 06:37
c78b641

Summary

  • Clarifies the public GraphRAG MCP demo path: 10 execution seconds per IP per UTC day for bounded single graph_query reads.
  • Documents that prepared wallet users receive the daily grant first, then x402 continues automatically.
  • Records staging UAT evidence for the free quota and free-to-paid handoff.

Verification

  • PR #56 checks passed on main.
  • Main CI for c78b641 passed: Verify, Security, Scorecard, CodeQL.
  • Local release gate passed for 0.3.5 -> 0.3.6.
  • Local targeted tests passed: tests/skills-contract.test.ts, tests/mcp-client.test.ts, tests/cli-mcp.test.ts.