Dashboard › cli › Distillation
26f90540-3817-4129-912c-c763259e0ddb["lore_tm_v1_mnAiO2Ku1819Ogj8mFZbcLSRZ06dKj-Xxxtq5UooqaQ","lore_tm_v1_hEYB1IXqQUtInDqli2UnJ9XKniLa5aKe2kojA9HRlFI","lore_tm_v1_9k2xwoK6AZapa86IAUKSmR0QQkrJ8NSQ-4XOp9TSKpY","lore_tm_v1_qa2H_SYpmKsPhq7jvVp9dcJsRihfNU6o4w72U8-R_uM","lore_tm_v1_zOCcWrlUrO-QDfEoUlWPL-OAKUujkYo3Imk4u3tGWLI","lore_tm_v1_oB8-a3q_yfilL8KO0Fi4lt8yeX2GHdiaLtT1Y8japZQ","lore_tm_v1_iO7SRxOJefDhTxPb20hekZbK3usjb8XOY_PxSfUs2Ig","lore_tm_v1_cpzQHnnbcfSetPbETDrKQrjkWyZjfeSJLqOz94JX1-g","lore_tm_v1_xxHEnk_No0uPDcgJPHEDmPdkOY8Gixnb1Mmi2bGHJhI","lore_tm_v1_T9q-Brk-_UzCXm721N00VJb0LkzBRbysXLBEYlX7eyY","lore_tm_v1_9os4zHA6fbC_xhYXwbFZE2YrYm4sxUvPkKXNHmy3_T4","lore_tm_v1_edfqSAjOH52bu4eHvLHvoh2KXk86RNo-q-RfVZRWk3c","lore_tm_v1_JOMQjUA5vNLxU72KtwUgOcOwT6jZ0YYlD_UDd6wi93g","lore_tm_v1_4G7VA7kN0lE4zYjW9ogVXqFWENS6lukTsOvX6MnPJOg"]
Date: Sep 10, 2026
#1569 was merged.in_progress, high priority); 2. inspect pending Craft release issue and repository release workflow (pending, high); 3. trigger or approve the next computed stable CLI release (pending, high); 4. verify published bridge release assets and upgrade compatibility matrix (pending, high); 5. record the bridge version and unblock CLI history import tracker (pending, medium)./home/byk/.local/share/opencode/worktree/0e8c2f3bbe145a3280d6fb6ed900a5121f382cf0/toolkit-bridge-upgrade; its root contained .craft.yml, .git, .github/, .gitignore, .lore.md, .nojekyll, .npmrc, AGENTS.md, apps/, CHANGELOG.md, codemods/, docs/, LICENSE.md, node_modules/, package.json, packages/, pnpm-lock.yaml, pnpm-workspace.yaml, and README.md..github/workflows/ contained exactly 6 workflows: ci.yml, cleanup-nightlies.yml, eval-skill-fork.yml, publish-codemod.yml, release.yml, and sentry-release.yml..github/workflows/release.yml defines a manual workflow_dispatch Release workflow with optional inputs version (“Version to release (or "auto")”), force (“Force a release even when there are release-blockers”), and merge_target (“Target branch to merge into”); permissions are contents: write and pull-requests: write..github/workflows/release.yml pins NODE_VERSION_22: "22.23.1" because floating Node "22" can reuse runner-cached 22.23.0, which has the ERR_STREAM_PREMATURE_CLOSE keep-alive fetch regression tracked as nodejs/node#64004 and fixed in 22.23.1.ubuntu-latest, obtains an app token with actions/create-github-app-token@v3 using SENTRY_RELEASE_BOT_CLIENT_ID and SENTRY_RELEASE_BOT_PRIVATE_KEY, checks out with actions/checkout@v6 and fetch-depth: 0, configures Node via actions/setup-node@v6, and invokes getsentry/craft@v2 with GITHUB_TOKEN plus inputs version, force, and merge_target..github/workflows/release.yml delegates version computation to Craft, the assistant decided not to pass a target-version override and instead let Craft compute the bridge release version..craft.yml uses minVersion: '2.21.1', changelog.policy: auto, and versioning.policy: auto; pre-release command is bash -c 'cd packages/cli && node --experimental-strip-types script/bump-version.ts --pre', and post-release command is bash -c 'cd packages/cli && node --experimental-strip-types script/bump-version.ts --post'..craft.yml configures GitHub artifact provider group Build to collect /^sentry-.*$/, npm-package, and vercel; release targets are npm, github, vercel with project ID prj_wVkOnIwI3eIQbGD1Gw7qS1MqFFIK, registry, and brew.app:sentry is named Sentry CLI, uses package URL https://www.npmjs.com/package/sentry, docs URL https://cli.sentry.dev, artifact URL template https://github.com/getsentry/cli/releases/download/{{version}}/{{file}}, includes /^sentry-.*\.gz$/, and emits SHA-256 checksums in hex.getsentry/tools, formula sentry, path Formula, and artifacts matching /^sentry-(darwin|linux)-(arm64|x64)\.gz$/; supported binaries are sentry-darwin-arm64.gz, sentry-darwin-x64.gz, sentry-linux-arm64.gz, and sentry-linux-x64.gz. Its post_install runs sentry cli setup --method brew --no-modify-path, and its test checks sentry --version.#1565, titled log view never finds any log ID — always fails, exists at https://github.com/getsentry/cli/issues/1565; it was created 2026-09-09T07:59:59Z and carries the jared label.#1248, titled Merge sentry-cli + sentry-mcp into getsentry/toolkit monorepo (master), at https://github.com/getsentry/cli/issues/1248, created 2026-07-15T09:04:32Z.main pointed to verified bridge squash merge d21717b1f090e44578c3e6c39b65fddb28d872c0, latest stable was 0.44.1, and the most recent Release workflow run was August 29, 2026..github/workflows/release.yml without a version override so Craft would compute the bridge version; no release dispatch had occurred yet.