Update development dependencies#16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
ef5a357 to
c0a0d7c
Compare
c0a0d7c to
2e8929a
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.13→^0.11.022.19.17→22.19.191.110.0→1.120.03.7.1→3.9.13.8.1→3.8.3Release 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.v0.2.14Compare Source
What's Changed
Full Changelog: headsdownapp/headsdown-sdk@v0.2.13...v0.2.14
Microsoft/vsce (@vscode/vsce)
v3.9.1Compare Source
Changes:
This list of changes was auto generated.
v3.9.0Compare Source
Changes:
This list of changes was auto generated.
v3.8.1Compare Source
Changes:
This list of changes was auto generated.
v3.8.0Compare Source
Changes:
See More
This list of changes was auto generated.
prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
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.