Skip to content

Instantly share code, notes, and snippets.

@ecommerce-dotcom
ecommerce-dotcom / catalogo.json
Created July 1, 2026 17:04
Projeto Rd catalogo
[
{
"id": 10006,
"name": "Sebastian Penetraitt Máscara Capilar 500ml",
"status": "published",
"image_url": "https://prodistribuidoraltda.agilecdn.com.br/10006.jpg?v=643-3013254049"
},
{
"id": 10014,
"name": "Sebastian Trilliant Spray Trifasico 150ml",
@ferrata
ferrata / openapi.yaml
Created July 1, 2026 17:03
OpenAPI spec for PR #2889
openapi: 3.1.0
info:
title: Makeswift API
description: Documentation for the Makeswift public REST API.
version: '1.0'
servers:
- url: https://api.makeswift.com
description: Production server
paths:
/v1/auth/user-info:

[{'agents': {'list': ['Hauptnutzer (Jörg) – voller Zugriff\n { id: "main', 'default: true, workspace: "/data/workspace', 'sandbox: { mode: "off']}}, {'id': 'user1', 'workspace': '/data/workspace-user1', 'sandbox': {'mode': 'all', 'scope': 'shared'}, 'tools': {'allow': ['read', 'message'], 'deny': ['exec', 'write', 'edit', 'browser', 'cron', 'web_search']}}, [{'agentId': 'main', 'match': {'channel': 'telegram', 'peer': {'kind': 'direct', 'id': ''}}}, {'agentId': 'user1', 'match': {'channel': 'telegram', 'peer': {'kind': 'direct', 'id': ''}}}, 'weitere Bindungen hier ergänzen\n ],\n channels: {\n telegram: {\n enabled: true,\n botToken: "${TELEGRAM_BOT_TOKEN}', 'dmPolicy: "allowlist', 'allowFrom: ["', ''], {'dmScope': 'per-channel-peer', 'threadBindings': {'enabled': True, 'idleHours': 30}, 'tools': {'agentToAgent': {'enabled': False}, 'models': {'defaults': {'model': {'primary': 'anthropic/claude-sonnet-4-6', 'fallbacks': ['openai/gpt-5.4'

@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check1__gemini/gemini-3.1-pro-preview-customtools__run1
diff --git a/applications/drive/src/app/store/_api/usePublicSession.tsx b/applications/drive/src/app/store/_api/usePublicSession.tsx
index 5902f2a6ef..1f46baa859 100644
--- a/applications/drive/src/app/store/_api/usePublicSession.tsx
+++ b/applications/drive/src/app/store/_api/usePublicSession.tsx
@@ -12,10 +12,7 @@ import type { SRPHandshakeInfo } from '@proton/shared/lib/interfaces/drive/shari
import { srpAuth } from '@proton/shared/lib/srp';
import { formatUser } from '@proton/shared/lib/user/helpers';
-import {
- getLastActivePersistedUserSessionUID,
@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check2__gpt-5.5__run2
diff --git a/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
new file mode 100644
index 0000000000..766b0a66a6
--- /dev/null
+++ b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
@@ -0,0 +1 @@
+{"surface":"public-session-startup-auth-handoff","candidateAuthorities":[{"id":"selectedBrowserSessionUID","source":"pre-resume persisted browser session","label":"browser continuity candidate"},{"id":"storedLocalID","source":"pre-resume persisted browser localID","label":"local continuity candidate"},{"id":"resumedUserID","source":"post-resume User.ID","label":"account principal candidate"},{"id":"resumedUserEmail","source":"post-resume User.Email","label":"account email candidate"},{"id":"accessTokenSubject","source":"post-resume AccessToken subject","label":"token subject candidate"},{"id":"srpProofSubject","source":"SRP handoff response subject","label":"srp subject candidate"}
@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check1__gpt-5.5__run1
diff --git a/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
new file mode 100644
index 0000000000..766b0a66a6
--- /dev/null
+++ b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
@@ -0,0 +1 @@
+{"surface":"public-session-startup-auth-handoff","candidateAuthorities":[{"id":"selectedBrowserSessionUID","source":"pre-resume persisted browser session","label":"browser continuity candidate"},{"id":"storedLocalID","source":"pre-resume persisted browser localID","label":"local continuity candidate"},{"id":"resumedUserID","source":"post-resume User.ID","label":"account principal candidate"},{"id":"resumedUserEmail","source":"post-resume User.Email","label":"account email candidate"},{"id":"accessTokenSubject","source":"post-resume AccessToken subject","label":"token subject candidate"},{"id":"srpProofSubject","source":"SRP handoff response subject","label":"srp subject candidate"}
@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check1__llama_experimental/emerald_lagoon__run1
diff --git a/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
new file mode 100644
index 0000000000..766b0a66a6
--- /dev/null
+++ b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
@@ -0,0 +1 @@
+{"surface":"public-session-startup-auth-handoff","candidateAuthorities":[{"id":"selectedBrowserSessionUID","source":"pre-resume persisted browser session","label":"browser continuity candidate"},{"id":"storedLocalID","source":"pre-resume persisted browser localID","label":"local continuity candidate"},{"id":"resumedUserID","source":"post-resume User.ID","label":"account principal candidate"},{"id":"resumedUserEmail","source":"post-resume User.Email","label":"account email candidate"},{"id":"accessTokenSubject","source":"post-resume AccessToken subject","label":"token subject candidate"},{"id":"srpProofSubject","source":"SRP handoff response subject","label":"srp subject candidate"}
@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check2__claude-opus-4-6__run1
diff --git a/applications/drive/src/app/store/_api/usePublicSession.tsx b/applications/drive/src/app/store/_api/usePublicSession.tsx
index 5902f2a6ef..06875676bf 100644
--- a/applications/drive/src/app/store/_api/usePublicSession.tsx
+++ b/applications/drive/src/app/store/_api/usePublicSession.tsx
@@ -12,10 +12,7 @@ import type { SRPHandshakeInfo } from '@proton/shared/lib/interfaces/drive/shari
import { srpAuth } from '@proton/shared/lib/srp';
import { formatUser } from '@proton/shared/lib/user/helpers';
-import {
- getLastActivePersistedUserSessionUID,
@tu-trinh-scale
tu-trinh-scale / agent_patch.diff
Created July 1, 2026 17:02
Halt-bench agent patch — check2__gemini/gemini-3.1-pro-preview-customtools__run1
diff --git a/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
new file mode 100644
index 0000000000..766b0a66a6
--- /dev/null
+++ b/applications/drive/src/app/store/_api/public-session-auth-handoff-matrix.json
@@ -0,0 +1 @@
+{"surface":"public-session-startup-auth-handoff","candidateAuthorities":[{"id":"selectedBrowserSessionUID","source":"pre-resume persisted browser session","label":"browser continuity candidate"},{"id":"storedLocalID","source":"pre-resume persisted browser localID","label":"local continuity candidate"},{"id":"resumedUserID","source":"post-resume User.ID","label":"account principal candidate"},{"id":"resumedUserEmail","source":"post-resume User.Email","label":"account email candidate"},{"id":"accessTokenSubject","source":"post-resume AccessToken subject","label":"token subject candidate"},{"id":"srpProofSubject","source":"SRP handoff response subject","label":"srp subject candidate"}