Skip to content

v0.4.28

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:38
9fc3f37

NEAT 0.4.28

This is the release where connecting a provider stops being an internal API and becomes a command.

Turn on a connector from the CLI. neat connector add <provider> wires a pull-based OBSERVED connector for Supabase, Railway, Cloudflare, or Firebase — validated against the provider on the way in, credentials kept as $VAR references and never written into the graph. list, remove, and test round it out, and the daemon reads connectors.json at boot and runs each poll loop. No more hand-editing daemon internals to see live data.

See it in the dashboard. A new Connectors page shows every configured connector and its poll health, credentials redacted.

The graph fills in. Real Divergences, Find, Policies, Logs, and Settings pages; distinct canvas shapes for routes, GraphQL, gRPC, and WebSocket operations; blast-radius and dependency actions on any node. Cloudflare edges now route to file-grain when a Hono route matches.

The agent isn't blind to any of it. The skill docs now say OBSERVED can come from a connector's poll, not only OTel — so an integration NEAT never traced can still carry live edges, incidents, and staleness.

Full diff: v0.4.27...v0.4.28