Skip to content

feat(spec): add optional valid-until to capability-request - #105

Merged
Mearman merged 1 commit into
mainfrom
feat/capability-request-valid-until
Sep 13, 2026
Merged

feat(spec): add optional valid-until to capability-request#105
Mearman merged 1 commit into
mainfrom
feat/capability-request-valid-until

Conversation

@Mearman

@Mearman Mearman commented Sep 13, 2026

Copy link
Copy Markdown
Member

Lets a requester bound how long its own ask is worth granting -- a receiver refuses a request whose deadline has already passed outright rather than presenting a stale ask to a human for approval, and a future relay/facilitator forwarding the request can drop it once expired rather than keep holding or forwarding it. Reuses the same message/token-lifetime concept the plan's own section E already names, rather than inventing a second TTL field.

No new frame or verb, no conformance vector regen needed: capability-request's existing open extension tail already made this an additive field.

Closes #82.

Lets a requester bound how long its own ask is worth granting -- a receiver refuses a request whose deadline has already passed outright rather than presenting a stale ask to a human for approval, and a future relay/facilitator forwarding the request can drop it once expired rather than keep holding or forwarding it. Reuses the same message/token-lifetime concept the plan's own section E already names, rather than inventing a second TTL field.

No new frame or verb, no conformance vector regen needed: capability-request's existing open extension tail already made this an additive field, matching every other domain's own use of the identical pattern.
@Mearman
Mearman marked this pull request as ready for review September 13, 2026 05:26
@Mearman
Mearman merged commit 00a677a into main Sep 13, 2026
8 checks passed
@Mearman
Mearman deleted the feat/capability-request-valid-until branch September 13, 2026 05:26
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-13T05:30:20.565049Z 1db3b87 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optional valid-until to capability-request params

1 participant