Skip to content

v0.2.6 — Rich CLI upgrade

Choose a tag to compare

@Mehulvig24 Mehulvig24 released this 04 Jul 16:18

Highlights

  • aidress-sdk 0.2.4pip install -U aidress-sdk
  • aidress-mcp unchanged at 0.2.5

CLI

The aidress command gets a full visual upgrade via Rich: a banner, colored trust-score output, styled tables for verify/match/registry/schema, spinners on network calls, and formatted --help panels (commands, arguments, options, examples).

Packaging fix

The Rich dependency briefly landed in the wrong package's config during development — aidress-mcp (the MCP server) does not bundle the CLI or require rich; it's exactly the same server as 0.2.5. aidress-sdk correctly declares rich>=13.0.0 so pip install aidress-sdk works standalone with no manual dependency install.

No API, MCP tool, or SDK function changes in this release.