$npx -y @buildinternet/releases show rel_wXDrTkuj9fNdu_91B8AOe
Added automatic skill hot-reload - skills created or modified in ~/.claude/skills or .claude/skills are now immediately available without restarting the session
Added support for running skills and slash commands in a forked sub-agent context using context: fork in skill frontmatter
Added support for agent field in skills to specify agent type for execution
Added language setting to configure Claude's response language (e.g., language: "japanese")
Changed Shift+Enter to work out of the box in iTerm2, WezTerm, Ghostty, and Kitty without modifying terminal configs
Added respectGitignore support in settings.json for per-project control over @-mention file picker behavior
Added IS_DEMO environment variable to hide email and organization from the UI
Fixed security issue where sensitive data (OAuth tokens, API keys, passwords) could be exposed in debug logs
Fixed files and skills not being properly discovered when resuming sessions
Fixed pasted content being lost when replaying prompts from history
Fixed Esc key with queued prompts to only move them to input without canceling the running task
Reduced permission prompts for complex bash commands
Fixed command search to prioritize exact and prefix matches on command names over fuzzy matches
Fixed PreToolUse hooks to allow updatedInput when returning ask permission decision
Fixed plugin path resolution for file-based marketplace sources
Fixed LSP tool being incorrectly enabled when no LSP servers were configured
Fixed background tasks failing with "git repository not found" error for repositories with dots in their names
Fixed Claude in Chrome support for WSL environments
Fixed Windows native installer silently failing when executable creation fails
Improved CLI help output to display options and subcommands in alphabetical order
Added wildcard pattern matching for Bash tool permissions using * at any position in rules
Added unified Ctrl+B backgrounding for both bash commands and agents
Added support for MCP list_changed notifications, allowing MCP servers to dynamically update their available tools, prompts, and resources without requiring reconnection