chore(deps): bump @openai/agents from 0.11.6 to 0.13.0 in /backend#201
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @openai/agents from 0.11.6 to 0.13.0 in /backend#201dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@openai/agents](https://github.com/openai/openai-agents-js) from 0.11.6 to 0.13.0. - [Release notes](https://github.com/openai/openai-agents-js/releases) - [Commits](openai/openai-agents-js@v0.11.6...v0.13.0) --- updated-dependencies: - dependency-name: "@openai/agents" dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
initialjie
pushed a commit
to initialjie/SmartPerfetto
that referenced
this pull request
Jul 13, 2026
…, Gracker#197, Gracker#201) TraceConfigGeneratorContract bundles three forward-compatible facets: - PerfettoConfigFragment[] for AI-suggested trace.config sources (Gracker#197) - CustomSliceSpec[] for business-side custom slice / protobuf schema (Gracker#53) - TraceSelfDescription with package / build / cuj / device / intent (Gracker#201) The TraceSelfDescription type carries its own SparkProvenance so it can ride along with trace artifacts independently of the generator output. Plan: docs/superpowers/spark/plans/07-trace-config-generator.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
initialjie
pushed a commit
to initialjie/SmartPerfetto
that referenced
this pull request
Jul 13, 2026
generateTraceConfig({intent, packageName?, cuj?, device?, buildId?,
customSlices?}) returns a TraceConfigGeneratorContract with the right
data sources for the requested intent (scrolling / startup / anr /
memory / gpu / network / generic).
The base config is deterministic so callers don't need an LLM round-trip
to get a working trace.config; AI customization can layer on top. Each
intent picks foundation sources (process_stats / sys_stats / log) plus
the targeted facets:
- scrolling: frametimeline + ftrace sched + surfaceflinger + input
- startup: ftrace + frametimeline + binder
- anr: ftrace + binder + input
- memory: ftrace mm_event + power
- gpu: gpu.memory + surfaceflinger
- network: network_packets
selfDescription embeds intent / cuj / device / buildId so the captured
trace is self-describing per Spark Gracker#201; expectedCustomSlices carries
the business-instrumentation schema per Spark Gracker#53.
Tests: 5 cases covering each intent path plus custom-slice carriage.
Plan: docs/superpowers/spark/plans/07-trace-config-generator.md
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/agents from 0.11.6 to 0.13.0.
Release notes
Sourced from @openai/agents's releases.
... (truncated)
Commits
480bf40chore: update versions (#1448)00b418efeat: update realtime default model to gpt-realtime-2.1 (#1446)01d754cdocs: updates for v0.12.1 (#1445)9ca55d1chore: update versions (#1430)53eaac8docs: adjust example details81d654ffeat: add invalid final output recovery handler (#1444)8432b1echore: update runtime-behavior-probe skill to use request_user_inputca82d1cdocs: polish snippets and guide links (#1441)a16d3abdocs: correct Zod output snippet nameb65facechore: correct explicit model flag spelling (#1440)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)