v4.1.6 — CLI auto-loads .env + Pinecone 9.x gRPC compat
Two install papercuts from the live 4.1.5 test:
- CLI auto-loads
<store>/.env— bareattestor add/recall/doctor <store>now works without manually sourcing.env($PGPASSWORDetc. are loaded; an exported shell value still wins). Also removes the repeated shell-source permission prompts. - Pinecone 9.x gRPC compat — the Pinecone Local path imported
GRPCClientConfig, removed in pinecone 9.x; it now constructsGrpcIndex(host=…, api_key=…, secure=False)directly. (The full Pinecone Local round-trip on 9.x — create_index/upsert/query — is still being validated on a live box.)
Install: pipx install attestor==4.1.6 then attestor quickstart.