chore(deps): bump openai from 6.44.0 to 6.46.0 in /backend#203
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump openai from 6.44.0 to 6.46.0 in /backend#203dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
2ef33eb to
09e57b2
Compare
Bumps [openai](https://github.com/openai/openai-node) from 6.44.0 to 6.46.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](openai/openai-node@v6.44.0...v6.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 6.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
09e57b2 to
3d01c9e
Compare
initialjie
pushed a commit
to initialjie/SmartPerfetto
that referenced
this pull request
Jul 13, 2026
Land Plan 54 (Spark Gracker#162, Gracker#179, Gracker#180, Gracker#195, Gracker#196, Gracker#203) — case library, case graph, and the public case bundle for community use. Types added to `backend/src/types/sparkContracts.ts`: - `CaseEducationalLevel` — `novice | intermediate | advanced`. Drives default filters in the case browser (Spark Gracker#162) and the walkthrough / 导览模式 sequence. - `CaseFindingSeverity` — `info | warning | critical`. Mirrors the vocabulary used across SmartPerfetto reports. - `CaseFindingLink` — one finding inside a case with optional `evidence` pointer (SparkEvidenceRef). Links the curator's claim back to the trace data backing it. - `CaseNode` — extends SparkProvenance. Carries `redactionState` separate from `status` so an in-review case can move toward redaction without flipping the curation lifecycle. `traceArtifactId` is optional and pairs with `traceUnavailableReason` for archived / consent-revoked cases that stay in the library as read-only metadata. - `CaseEdge` — directional relation between two cases. Relation values cover same_app / same_device / similar_root_cause / before_after_fix / derived_pattern / contradicts. - `CaseGraphLibraryContract` — service surface bundling cases + edges + `lastPublishedAt` (only set when a public case bundle is exported, Spark Gracker#180). Publishing gate is double-controlled: a case advances to `status='published'` only when `redactionState='redacted'` AND `curatedBy` is set. Anonymizer alone is not sufficient — see §5.2 in the design doc for the boundary distinction. Six new test cases in `__tests__/sparkContracts.test.ts` cover: - 3 educational levels enumerated - draft case with raw redactionState is acceptable - archived case carries traceUnavailableReason instead of artifactId - finding link records evidence pointer to a skill artifact - edge records directional relation with optional weight - contract tracks lastPublishedAt for public bundle export Test count: 61 (was 55). Test tier: contract / type-only. `npx tsc --noEmit` clean, sparkContracts.test.ts passes 61/61. Trace regression intentionally not run per the tiered policy in commit d8529e1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Bumps openai from 6.44.0 to 6.46.0.
Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
6153924release: 6.46.0 (#1959)c660615document abort event handling (#1971)90a72e5docs: add Azure Assistants example (#1975)d93fbe5docs: document assistant stream failures (#1979)e9dc283docs: document file search result limits (#1981)95b54e5fix: upgrade next to 15.5.16 in examples (#1967)0e18d30fix(assistants): place array delta entries by index instead of appending (#1963)dac0368handle response stream keepalive events (#1965)71d2347Fix playAudio for Response streams (#1952)6371623fix(runner): normalize missing tool call IDs (#1958)