Skip to content

feat(sdk): report a development session when an integration is created - #1101

Merged
blove merged 6 commits into
mainfrom
blove/sdk-session-on-boot
Sep 17, 2026
Merged

blove merged 6 commits into
mainfrom
blove/sdk-session-on-boot

Conversation

@blove

@blove blove commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • langgraph, ag-ui and render call touch() on their development runtime immediately after creating it, so one runtime.session_started development observation is sent when an app boots with the integration configured instead of on first use.
  • @threadplane/telemetry runtime code is unchanged: touch() already applies every guard (dev mode, real browser, navigator.webdriver, disable flags, policy) and the one-per-session dedupe.
  • Package READMEs and the website's public CLAUDE.md/AGENTS.md disclosure no longer claim that unused construction is inert.
  • Unblocks publishing: the development-bundle verification sandbox lacked structuredClone, which the ag-ui adapter has needed at construction since a386692 (landed after the v0.1.0 tag), so the Publish workflow's bundle check has failed on main since then.
  • Spec: docs/superpowers/specs/2026-09-16-install-boot-observation-and-founder-digest-design.md (lands with the growth PR).

Test plan

  • nx test langgraph, nx test ag-ui, nx test render (mutation-checked: each construction test fails without the touch() line)
  • nx run-many -t build -p langgraph,ag-ui,render,telemetry
  • nx run telemetry:test-development-bundle and telemetry:test-install-pack pass locally on Node 22
  • website unit suite 1488/1488
  • Post-publish fresh-consumer smoke: install the released versions, ng serve, load the page without sending a message, confirm the runtime row in Neon.

🤖 Generated with Claude Code

@blove
blove enabled auto-merge (squash) September 17, 2026 05:26
@vercel

vercel Bot commented Sep 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 17, 2026 6:30pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

blove and others added 6 commits September 17, 2026 11:26
…s created

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… constructed

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…arden construction tests

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…dbox

The ag-ui adapter reads an interrupt snapshot via structuredClone during
construction since a386692, which landed after the v0.1.0 tag, so the
publish-time bundle verification has failed on main since then.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…construction

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove merged commit 3955621 into main Sep 17, 2026
77 checks passed
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.

1 participant