You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setup routes a local Claude Code session through OMP's Anthropic-compatible gateway, then uses the GitHub Copilot credential already stored by OMP.
Claude Code
|
| POST /v1/messages
v
OMP auth-gateway :4000 -----------------> GitHub Copilot -> selected model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy this prompt into an AI assistant if you want help reading the full guide.
Read this full guide first:
https://gist.github.com/gabrielmoreira/e5ec8f79c8b61a7a8a7063f3554abe9b
Act as my personalized reading guide. Use a minimalist progressive-reading style: useful answer first, short sections, simple language, one idea at a time, no huge summary, no jargon without explanation.
AI for Software Development — ADHD-friendly quick start
Copy/paste prompt
Copy this prompt into an AI assistant if you want help reading the full guide.
Read this full guide first:
https://gist.github.com/gabrielmoreira/e5ec8f79c8b61a7a8a7063f3554abe9b
Act as my personalized reading guide. Use a minimalist progressive-reading style: useful answer first, short sections, simple language, one idea at a time, no huge summary, no jargon without explanation.
About this report. This is a consolidation written by Claude (Opus 4.7 xhigh) at the user's request, distilling sessions from multiple coding agents (Claude, Codex, others) over ~1 month of intermittent investigation. The user has not line-by-line verified every claim — retroactive verification of incremental work spread across many sessions is itself impractical — but the reproductions, source-code references, and minimal repro scripts shipped alongside this document all run today. Treat this as a useful field reference for mise on Windows, not a definitive specification.
The user's broader goal, of which this report is one piece: a single, unified shell + tool-manager setup across Mac, Linux, and Windows. Mac and Linux unify naturally. Windows is the awkward one. Going all-in on WSL would be the easy unification path, but it is not practical here — WSL consumes system resources that the user prefers to dedicate to other programs, and modern Wi
Userscript to prevent unintended ad link openings on x.com when using mouse back/forward buttons.
X.com block mouse back/forward ad clicks
This userscript fixes a very "unintended" behavior on x.com where pressing the Back or Forward buttons on a mouse over sponsored posts can open advertiser links in a new tab without an actual, intentional click.
The problem
Some sponsored posts on x.com (for example, ads showing From didit.me) attach click and mouseup handlers that do not properly check which mouse button triggered the event.
As a result, pressing the mouse Back button (button 3) while the pointer is over an ad image or video is treated as a valid click, causing x.com to call window.open() and open the advertiser link in a new tab.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"Number":1,"Gender":"male","GivenName":"Leonardo","MiddleInitial":"P","Surname":"Souza","StreetAddress":"Rua Coromandel 1718","City":"Contagem","State":"MG","StateFull":"Minas Gerais","ZipCode":"32186-320","EmailAddress":"LeonardoPintoSouza@gustr.com","Username":"Otioure93","TelephoneNumber":"(31) 9326-4184","TelephoneCountryCode":55,"MothersMaiden":"Martins","Birthday":"2/19/1993","Age":23,"CCType":"Visa","CCNumber":4929974400186397,"CVV2":796,"CCExpires":"11/2021","NationalID":"173.730.067-28","Occupation":"Sales worker driver","Vehicle":"1998 Ford Ranger","Company":"Peaches","Latitude":-19.899046,"Longitude":-44.016137,"GUID":"96d9fbd0-91c9-4a18-a7eb-a21a5adc69eb"},
{"Number":2,"Gender":"male","GivenName":"Cauã","MiddleInitial":"P","Surname":"Castro","StreetAddress":"Bloco Vinte e Nove 1316","City":"Belém","State":"PA","StateFull":"Pará","ZipCode":"66090-780","EmailAddress":"CauaPintoCastro@superrito.com","Username":"Sataked82","TelephoneNumber":"(91) 4977-7042","TelephoneCountryCode":55,"MothersMaiden"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters