Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 29 May 23:45
ad2277c

What's Changed

  • profile: auto-republish card to the phonebook on set/clear by @laulpogan in #58
  • feat: Add GitHub Copilot / VS Code adapter for Wire by @dthoma1 in #59
  • fix(cli): reject relay URLs that embed userinfo (Bugs 1 & 3) by @dthoma1 in #61
  • fix(pair-ack): try every peer endpoint with failover on pair_drop_ack (Bug 2) by @dthoma1 in #62
  • feat: GitHub Copilot CLI adapter (Phase 2) by @dthoma1 in #63
  • docs: Phase 3 MS Copilot feasibility spike (no viable hosts under current pattern) by @dthoma1 in #64
  • refactor(cli): dedup cmd_push inline failover onto try_post_event_with_failover by @dthoma1 in #65
  • fix(pair): self-pair guard — refuse loudly when peer DID matches own DID (issue #30) by @dthoma1 in #66
  • SEO: Optimize README and add structured data for search discoverability by @dthoma1 in #60
  • fix(session): case-insensitive cwd-registry lookup on Windows (issue #30 root cause) by @dthoma1 in #67
  • feat(doctor): sender-side peer-staleness check — surface silent pinned peers (issue #14) by @dthoma1 in #68
  • feat(push): handle-directory 410 → whois re-resolve (issue #15) by @dthoma1 in #69
  • RFC: Token-efficient agent-to-agent communication by @laulpogan in #72
  • session: add CODEX_SESSION_ID env adapter by @WILLARDKLEIN in #70
  • fix(doctor): heal stale userinfo-bearing self-endpoints (closes the remaining half of the #61 bug class) by @dthoma1 in #71
  • docs: establish RFC process (docs/rfc/) by @laulpogan in #74
  • install: default to ~/.local/bin + warn-and-instruct when $PREFIX isn't on $PATH by @dthoma1 in #75
  • RFC-001 v2: Operator / Organization / Project identity layer by @dthoma1 in #76
  • cli: tighten 4xx slot-rotation predicate to word-boundary match (closes #69) by @dthoma1 in #77
  • relay_client: comment producer sites that error_smells_like_slot_4xx depends on (followup to #77) by @dthoma1 in #78
  • RFC-001 amendment: SSO-attestation channel (organization tier) — addresses #73 by @dthoma1 in #82
  • RFC-001 amendment: receiver-side filtering surface + project fork ruling (A) by @WILLARDKLEIN in #83
  • cli/mcp: flip tail default to newest-N + add --oldest flag (#79) by @dthoma1 in #84
  • fix(os_notify): dedup toast notifications by stable key + TTL (#81) by @dthoma1 in #86
  • cli: enrich wire upgrade PATH-shadow detection with sha256/mtime/active-marker (closes #80) by @dthoma1 in #85
  • docs(rfc): clarify org_attestation exact-match footgun (filtering §1.1) by @WILLARDKLEIN in #88
  • fix(session): identity-collision warn fires on every inbox-owning role (partial #29/#30) by @dthoma1 in #87
  • feat(identity): RFC-001 Phase 0 — agent-card v3.2 schema + Tier::OrgVerified + cert verifiers by @dthoma1 in #90
  • feat(identity): RFC-001 Phase 1a — org-membership verification (#93) by @laulpogan in #94
  • feat(identity): RFC-001 Phase 1b — pairing decision bridge (membership × policy → action) by @laulpogan in #95
  • feat(identity): RFC-001 Phase 2 — inline op_pubkey + org_pubkey in v3.2 cards by @laulpogan in #96
  • test(identity): RFC-001 end-to-end — operator+org card → ORG_VERIFIED offline by @laulpogan in #97
  • feat(identity): RFC-001 Phase 3 (minimal) — file-backed per-org policy store by @laulpogan in #98
  • feat(identity): RFC-001 — enrollment producer core (op claims + member certs) by @laulpogan in #99
  • feat(identity): SSO provider-adapter trait — the pluggable IdP seam (#92) by @laulpogan in #100
  • feat(identity): wire enroll CLI — operator/org keygen + member certs (#92/#93) by @laulpogan in #102
  • feat(identity): card-emit producer core — op claims onto the agent card by @laulpogan in #103
  • docs(rfc-001): record as-built v0.14 (offline-minimal) + fix inline-pubkey snippet by @laulpogan in #106
  • docs: wire as an A2A citizen — extension spec + did:wire method spec + PROTOCOL.md audit + blog by @dthoma1 in #91
  • feat(identity): RFC-001 Phase 1b — wire org-auto-pair into pair_drop receipt (REVIEW, do not auto-merge) by @laulpogan in #101
  • feat(identity): card-emit wiring — agents publish op/org claims [REVIEW, pairs with #101] by @laulpogan in #104
  • test(identity): live two-process e2e — offline ORG_VERIFIED loop by @laulpogan in #107
  • release: v0.14.0 — RFC-001 identity layer by @laulpogan in #108

New Contributors

Full Changelog: v0.13.5...v0.14.0