⏰ Current Time
🤖 Current Model
💪 Effort Level
🧠 Model Context
| #!/usr/bin/env bash | |
| # claude-plugin-scope-fix.sh | |
| # | |
| # Workaround for Claude Code plugin scope bug (anthropics/claude-code#29240) | |
| # | |
| # When a plugin is installed at project/local scope, Claude Code's UI shows it | |
| # as "Installed" globally, blocking reinstallation at a different scope or in | |
| # other projects. This script manually edits the registry and settings files | |
| # to promote, add, or fix plugin scope entries. | |
| # |
| { | |
| "BZ2": { | |
| "name": "UAP", | |
| "names": { | |
| "abbreviation": "UAP", | |
| "fullName": "Access Point", | |
| "sku": "UAP" | |
| }, | |
| "type": "uap", | |
| "compliance": { |
| .contains-task-list li { | |
| margin-left: 0px !important; | |
| } |
| #!/bin/bash | |
| ### Google Domains provides an API to update a DNS "Syntheitc record". This script | |
| ### updates a record with the script-runner's public IP, as resolved using a DNS | |
| ### lookup. | |
| ### | |
| ### Google Dynamic DNS: https://support.google.com/domains/answer/6147083 | |
| ### Synthetic Records: https://support.google.com/domains/answer/6069273 | |
| USERNAME="" |
| Link to Latest Teams Download | |
| https://github.com/ItzLevvie/MicrosoftTeams-msinternal/issues/6 | |
| https://raw.githubusercontent.com/ItzLevvie/MicrosoftTeams-msinternal/master/defconfig2 | |
| URLs for the latest Public Developer Preview (R3.6 or P) build of Microsoft Teams: | |
| Ring 0 Canary | |
| Ring 1 Teams | |
| Ring 1.5 IT Admins Preview (Beta) |
| Windows Registry Editor Version 5.00 | |
| ; Open files | |
| [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] | |
| @="Edit with VS Code" | |
| "Icon"="C:\\Users\\GLamb\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe,0" | |
| [HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command] | |
| @="\"C:\\Users\\GLamb\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\"" |