Update development dependencies#10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e4f56f3 to
9acb12c
Compare
9acb12c to
12c6377
Compare
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.
This PR contains the following updates:
^0.2.14→^0.11.025.6.0→25.9.30.28.0→0.28.14.1.5→4.1.8Release Notes
headsdownapp/headsdown-sdk (@headsdown/sdk)
v0.11.0Compare Source
Added
HeadsDownClient.requestSessionTimeboxExtension()for requesting more time on an active session timebox using only an opaque session id and requested minute count.SessionTimeboxExtensionRequestInput,SessionTimeboxExtensionRequest, andSessionTimeboxExtensionRequestResulttypes for session timebox extension requests.session_ended.reasonandsession_ended.ended_atmetadata to the IntegrationEvent vocabulary.Changed
TurnFailedReasonandToolFailedReasonto closed manifest enums so TypeScript callers match hosted validation.v0.10.0Compare Source
Added
IntegrationEventvocabulary: a vendor-neutral discriminated union covering session lifecycle (session_started,session_ended), turn lifecycle (turn_started,turn_ended,turn_failed), tool lifecycle (tool_invoked,tool_succeeded,tool_failed), authorization (permission_denied), and context (context_compacted).sessionStartedEvent,turnFailedEvent, etc.) and a genericintegrationEvent(context, event)that route throughassertIntegrationEventfor eager shape, enum, opaque-id, and privacy validation.INTEGRATION_EVENT_TYPEnamespace constants mapping each variant to its wire-level event type (integration.session_started, etc.). Wire events ride on the existingreportAgentRunEventGraphQL mutation; no new transport is needed.INTEGRATION_EVENT_MANIFESTas the single source of truth for variant names, wire types, required and optional payload fields, and per-field enum value sets. Type aliases (SessionOutcome,TurnFailedReason, etc.) and runtime validationSets are now derived from the manifest, so adding a variant or enum value is a single-edit change.schemas/integration-event-manifest.json, emitted fromINTEGRATION_EVENT_MANIFESTby the newemit:integration-event-manifestnpm script. Hosted backends (and any other language target) can read this JSON to assert their own validators stay in parity with the SDK.BucketLabelnominal alias documenting fields whose values are privacy-safe categorical labels (the runtime regex enforces the constraint).(string & {})) onTurnFailedReasonandToolFailedReason, matching the existingAgentRunEventTypepattern so future integrations can report new categories without an SDK upgrade.Changed
PROHIBITED_KEYSset withmodel_responses,transcript,transcripts,repo_name,git_repo,git_repository,git_branch, andsource, aligning with the hosted prohibited-key list.privacySafeCloneso SDK-controlled envelope fields likesource: "sdk"continue to flow through while the same key nested inside a payload is still rejected.validatePrivacySafe, no allocation) and the existing clone path (privacySafeClone, with allocation).assertPrivacySafenow uses the validate-only path, so eager validation in helpers no longer allocates a clone that gets discarded.v0.9.0Compare Source
Added
@headsdown/sdk/refereesubpath with shared local Referee contract parsing, evidence normalization, evaluation, structured and markdown receipt rendering, outcome payload shaping, preview text, share-decision helpers, and recursive privacy filtering.submitLocalRefereeOutcomeSummaryfor privacy-filtered hosted outcome submission with a typed endpoint-unavailable result when the endpoint is unavailable.DeferredDecisionReAttemptOutcome,DeferredDecisionReAttemptedPayload,deferredDecisionReAttemptedEvent, andclient.reportDeferredDecisionReAttempted().Fixed
recovery_decisioncategory.v0.8.0Compare Source
Added
getActiveAvailabilityOverride,createAvailabilityOverride, andcancelAvailabilityOverride.v0.7.0Compare Source
Added
@headsdown/sdk/agentsubpath for pure agent adapter helpers, including shared HeadsDown call/action rendering and privacy-safe event builder exports.fetchAutopilotPolicy,AUTOPILOT_POLICY_QUERY,assertAutopilotPolicy, andAutopilotPolicyResponsefor typed per-mode autopilot policy reads.Fixed
v0.6.0Compare Source
Added
interaction.ask_uservariant toActionShapediscriminated union with requiredquestion_categoryandrecent_tool_contextfields.QuestionCategoryandRecentToolContextfor the new variant.isInteractionAskUserActionShapetype guard.classifyActionShapeFallbackwith deterministic classification forinteraction.ask_user: baselinenotable, reclassified topermanentonrecovery_decision + failed, reclassified toroutineontooling_choice + succeeded.buildClassifierPromptFragmentswith ask_user fixture references intaxonomyFragmentand ask_user guidance ininstructionsFragment.CLASSIFIER_FIXTURESentries for the new variant.AUTOPILOT_CLASSIFIER_VERSIONfrom1.0.0to1.1.0. Old SDKs pinned to1.0.0degrade safely via the existing unknown-variant fallback.trivial/critical/classification_failed), and1.0.0 ↔ 1.1.0version-compatibility regression.interaction.ask_userusage, deterministic rules table, and action-schema extension guide.v0.5.1Compare Source
Added
deferred_decision.resolvedagent-run SDK support:DeferredDecisionResolutionKind,DeferredDecisionNotesBucket, andDeferredDecisionResolvedPayloadtypes.deferredDecisionResolvedEvent(context, payload)builder with deterministic idempotency key format{run_id}:deferred_decision.resolved:{decision_id}.client.reportDeferredDecisionResolved(context, payload)helper.client.listAgentRunEvents(args)andLIST_AGENT_RUN_EVENTS_QUERYfor reading event streams with optionalresolutionKindfiltering.listAgentRunEventsquery variable wiring.v0.5.0Compare Source
Added
LocalSessionSummarySDK contract with strict TypeScript typing, schema export constants, andassertLocalSessionSummary()validation.schemas/local-session-summary.schema.jsonfor non-TypeScript consumers and validator pipelines.Changed
LocalSessionSummary guidance
Include only derived session facts:
in_progress,completed,tabled,deferred_for_review).Do not include raw context:
Example:
v0.4.0Compare Source
Added
attention_window_closingHeadsDown call key, covering the attended-mode window-closing rescue flow.Changed
finish_line_friction. The server now recommendsnarrow_scopefor this call via therecommended_action_keyfield, replacing the previouspause_and_summarizerecommendation. SDK consumers should read the server-provided value and avoid hardcoding the old default.Note
rabbit_hole_detectedremains in the type union and is still valid for compatibility. Do not introduce new uses of it. Clients implementing the new contract must not render it as a hard-stop; treat it likekeep_it_tightif encountered.v0.3.1Compare Source
finish_line_frictionHeadsDown call key.v0.3.0Compare Source
reportAgentRunEvent()and named helpers for run lifecycle, progress, scope drift, continuation, queue, resume, terminal, and steering outcome events.progressPayloadGraphQL serialization, metadata-only privacy validation, bucket helpers, and generated schema/types for the #906 backend event ingestion API.v0.2.15Compare Source
applyHeadsdownAction.evanw/esbuild (esbuild)
v0.28.1Compare Source
Disallow
\\in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a
\\backslash character. It happened due to the use of Go'spath.Clean()function, which only handles Unix-style/characters. HTTP requests with paths containing\\are no longer allowed.Thanks to @dellalibera for reporting this issue.
Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)
The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.
Note that esbuild's Deno API installs from
registry.npmjs.orgby default, but allows theNPM_CONFIG_REGISTRYenvironment variable to override this with a custom package registry. This change means that the esbuild executable served byNPM_CONFIG_REGISTRYmust now match the expected content.Thanks to @sondt99 for reporting this issue.
Avoid inlining
usingandawait usingdeclarations (#4482)Previously esbuild's minifier sometimes incorrectly inlined
usingandawait usingdeclarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done forletandconstdeclarations by avoiding doing it forvardeclarations, which no longer worked when more declaration types were added. Here's an example:Fix module evaluation when an error is thrown (#4461, #4467)
If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if
import()orrequire()is used to import a module multiple times. The thrown error is supposed to be thrown by every call toimport()orrequire(), not just the first. With this release, esbuild will now throw the same error every time you callimport()orrequire()on a module that throws during its evaluation.Fix some edge cases around the
newoperator (#4477)Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a
newexpression (specifically an optional chain and/or a tagged template literal). The generated code for thenewtarget was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap thenewtarget in parentheses. Here is an example of some affected code:Fix renaming of nested
vardeclarations (#4471)This release fixes a bug where
vardeclarations in nested scopes that are hoisted up to module scope were not correctly being renamed during bundling. That could previously lead to name collisions when minification was disabled, which could potentially cause a behavior change. The bug has been fixed so that these hoisted declarations are now considered to be module-level symbols during the name collision avoidance pass.Emit
varinstead ofconstfor certain TypeScript-only constructs for ES5 (#4448)While esbuild doesn't generally support converting
consttovarfor ES5 due to nested scoping rules (which is currently a build-time error), esbuild previously incorrectly converted TypeScript-onlyimportassignment constructs into aconstdeclaration even when targeting ES5. With this release, esbuild will now usevarfor this case instead:vitest-dev/vitest (vitest)
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.