Conversation
Delete truncate_did() from status.rs and trust.rs, and short_did() from init_helpers.rs. All CLI output now displays the complete DID string so users can copy-paste without ambiguity.
Hide 15 advanced commands (id, device, key, policy, etc.) from `auths --help` while keeping them fully functional and available in shell completions. Updated long_about to list hidden commands for discoverability.
New top-level command that shows the current identity DID on this machine. Supports --json mode. Shows actionable error when no identity is initialized.
Hide no-qr, offline, capabilities, and no-mdns flags behind --help while keeping them visible in long help. Short help now shows only join, registry, and timeout.
Destructive/high-impact operations now support --dry-run to preview actions without making changes. All three respect --json mode for machine-readable output.
When --device-key-alias is not provided, the CLI now auto-detects the device key by looking up key aliases for the current identity. Works when exactly one key exists; provides actionable errors for zero or multiple keys.
sign commit range, derive-did, and pubkey-to-did now produce structured JSON output when --json is set.
All PyRuntimeError messages now carry [AUTHS_*] prefixes that the Python-side _map_error() can parse into typed exceptions (KeychainError, StorageError, IdentityError, etc.).
Rename key_alias to _key_alias on Identity, AgentIdentity, and DelegatedAgent dataclasses. The field is excluded from repr output but still accessible internally for FFI calls.
- extract_seed_from_pkcs8 now takes &Pkcs8Der instead of &Zeroizing<Vec<u8>> - build_ed25519_pkcs8_v2_from_seed returns Pkcs8Der instead of Zeroizing<Vec<u8>> - extract_pubkey_from_key_bytes takes &[u8] instead of &Zeroizing<Vec<u8>> - Updated all callers in auths-sdk, auths-core, and auths-cli
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.