Skip to content

Instantly share code, notes, and snippets.

@seanGSISG
seanGSISG / revert-claude-code.ps1
Created March 5, 2026 17:46
Revert Claude Code to v2.1.68 - Fix Windows trust dialog bug (issue #31156)
# Revert Claude Code to v2.1.68
# Fixes trust dialog bug on Windows (https://github.com/anthropics/claude-code/issues/31156)
$binDir = Join-Path $env:USERPROFILE ".local\bin"
$versionsDir = Join-Path $env:USERPROFILE ".local\share\claude\versions"
$claudeExe = Join-Path $binDir "claude.exe"
$targetVersion = "2.1.68"
# Find the 2.1.68 binary - check versions dir first, then old backups
$source = $null
@seanGSISG
seanGSISG / sandbox.md
Created January 18, 2026 20:29 — forked from jacobparis/sandbox.md
run claude in a vercel sandbox overnight

sandbox.sh

Run Claude in an isolated Vercel Sandbox with full git access.

It uses the sandbox ID (sbx_asdfasdfasdf) as the branch name, so it's safe to push and then you can get your changes by pulling them from that branch

Examples

Test permissions are set up properly