thumbgate 1.12.0 โ†’ 1.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate-marketplace",
3
- "version": "1.12.0",
3
+ "version": "1.12.2",
4
4
  "owner": {
5
5
  "name": "Igor Ganapolsky",
6
6
  "email": "ig5973700@gmail.com"
@@ -13,7 +13,7 @@
13
13
  "source": "npm",
14
14
  "package": "thumbgate"
15
15
  },
16
- "version": "1.12.0",
16
+ "version": "1.12.2",
17
17
  "author": {
18
18
  "name": "Igor Ganapolsky"
19
19
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thumbgate",
3
3
  "description": "Type ๐Ÿ‘ or ๐Ÿ‘Ž on any agent action. ThumbGate captures it, distills a lesson, and blocks the pattern from repeating. One thumbs-down = the agent physically cannot make that mistake again. 33 pre-action gates, budget enforcement, self-protection, and NIST/SOC2 compliance tags.",
4
- "version": "1.12.0",
4
+ "version": "1.12.2",
5
5
  "author": {
6
6
  "name": "Igor Ganapolsky"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate",
3
- "version": "1.12.0",
3
+ "version": "1.12.2",
4
4
  "description": "ThumbGate โ€” ๐Ÿ‘๐Ÿ‘Ž feedback that teaches your AI agent. Thumbs down a mistake, it never happens again.",
5
5
  "homepage": "https://thumbgate-production.up.railway.app",
6
6
  "transport": "stdio",
@@ -3,7 +3,7 @@
3
3
  - `chatgpt/openapi.yaml`: import into GPT Actions.
4
4
  - `gemini/function-declarations.json`: Gemini function-calling definitions.
5
5
  - `mcp/server-stdio.js`: underlying local MCP stdio server implementation.
6
- - `claude/.mcp.json`: example Claude Code MCP config using `npx --yes --package thumbgate@1.12.0 thumbgate serve`.
6
+ - `claude/.mcp.json`: example Claude Code MCP config using `npx --yes --package thumbgate@1.12.2 thumbgate serve`.
7
7
  - `codex/config.toml`: example Codex MCP profile section using the same version-pinned portable launcher.
8
8
  - `amp/skills/thumbgate-feedback/SKILL.md`: Amp skill template.
9
9
  - `opencode/opencode.json`: portable OpenCode MCP profile using the same version-pinned portable launcher.
@@ -2,13 +2,13 @@
2
2
  "mcpServers": {
3
3
  "thumbgate": {
4
4
  "command": "npx",
5
- "args": ["--yes", "--package", "thumbgate@1.12.0", "thumbgate", "serve"]
5
+ "args": ["--yes", "--package", "thumbgate@1.12.2", "thumbgate", "serve"]
6
6
  }
7
7
  },
8
8
  "hooks": {
9
9
  "preToolUse": {
10
10
  "command": "npx",
11
- "args": ["--yes", "--package", "thumbgate@1.12.0", "thumbgate", "gate-check"]
11
+ "args": ["--yes", "--package", "thumbgate@1.12.2", "thumbgate", "gate-check"]
12
12
  }
13
13
  }
14
14
  }
@@ -153,7 +153,7 @@ const {
153
153
  finalizeSession: finalizeFeedbackSession,
154
154
  } = require('../../scripts/feedback-session');
155
155
 
156
- const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.12.0' };
156
+ const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.12.2' };
157
157
  const COMMERCE_CATEGORIES = [
158
158
  'product_recommendation',
159
159
  'brand_compliance',
@@ -7,7 +7,7 @@
7
7
  "npx",
8
8
  "--yes",
9
9
  "--package",
10
- "thumbgate@1.12.0",
10
+ "thumbgate@1.12.2",
11
11
  "thumbgate",
12
12
  "serve"
13
13
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thumbgate",
3
- "version": "1.12.0",
3
+ "version": "1.12.2",
4
4
  "description": "Self-improving agent governance: type thumbs-up or thumbs-down on any AI agent action. ThumbGate turns every mistake into a prevention rule and blocks the pattern from repeating. One thumbs-down, never again. 33 pre-action gates, budget enforcement, and self-protection for Claude Code, Cursor, Codex, Gemini CLI, and Amp.",
5
5
  "homepage": "https://thumbgate-production.up.railway.app",
6
6
  "repository": {
@@ -72,6 +72,7 @@
72
72
  "scripts/codegraph-context.js",
73
73
  "scripts/commercial-offer.js",
74
74
  "scripts/context-manager.js",
75
+ "scripts/context-engine.js",
75
76
  "scripts/contextfs.js",
76
77
  "scripts/conversation-context.js",
77
78
  "scripts/creator-campaigns.js",
@@ -84,6 +85,7 @@
84
85
  "scripts/decision-journal.js",
85
86
  "scripts/decision-trace.js",
86
87
  "scripts/delegation-runtime.js",
88
+ "scripts/durability/step.js",
87
89
  "scripts/dispatch-brief.js",
88
90
  "scripts/distribution-surfaces.js",
89
91
  "scripts/docker-sandbox-planner.js",
@@ -111,6 +113,7 @@
111
113
  "scripts/gate-templates.js",
112
114
  "scripts/gates-engine.js",
113
115
  "scripts/harness-selector.js",
116
+ "scripts/hf-papers.js",
114
117
  "scripts/history-distiller.js",
115
118
  "scripts/hook-runtime.js",
116
119
  "scripts/hook-thumbgate-cache-updater.js",
@@ -173,6 +176,7 @@
173
176
  "scripts/seo-gsd.js",
174
177
  "scripts/session-episode-store.js",
175
178
  "scripts/session-health-sensor.js",
179
+ "scripts/session-report.js",
176
180
  "scripts/settings-hierarchy.js",
177
181
  "scripts/skill-generator.js",
178
182
  "scripts/slo-alert-engine.js",
@@ -185,9 +189,11 @@
185
189
  "scripts/statusline-meta.js",
186
190
  "scripts/statusline-tower.js",
187
191
  "scripts/statusline.sh",
192
+ "scripts/swarm-coordinator.js",
188
193
  "scripts/telemetry-analytics.js",
189
194
  "scripts/thompson-sampling.js",
190
195
  "scripts/thumbgate-search.js",
196
+ "scripts/token-savings.js",
191
197
  "scripts/tool-kpi-tracker.js",
192
198
  "scripts/tool-registry.js",
193
199
  "scripts/user-profile.js",
@@ -566,7 +572,7 @@
566
572
  "node": ">=18.18.0"
567
573
  },
568
574
  "dependencies": {
569
- "@anthropic-ai/sdk": "^0.88.0",
575
+ "@anthropic-ai/sdk": "^0.90.0",
570
576
  "@google/genai": "^1.49.0",
571
577
  "@huggingface/transformers": "^4.0.1",
572
578
  "@lancedb/lancedb": "^0.27.2",
@@ -574,7 +580,7 @@
574
580
  "better-sqlite3": "^12.9.0",
575
581
  "dotenv": "^17.4.2",
576
582
  "playwright-core": "^1.59.1",
577
- "stripe": "^22.0.1"
583
+ "stripe": "^22.0.2"
578
584
  },
579
585
  "overrides": {
580
586
  "express@4.22.1": {
package/public/index.html CHANGED
@@ -974,7 +974,7 @@ __GA_BOOTSTRAP__
974
974
  <!-- HOW IT WORKS -->
975
975
  <section class="how-it-works" id="how-it-works">
976
976
  <div class="container">
977
- <div class="section-label">New in v1.12.0</div>
977
+ <div class="section-label">New in v1.12.2</div>
978
978
  <h2 class="section-title">Three steps to stop repeated AI failures</h2>
979
979
  <div class="steps">
980
980
  <div class="step">
@@ -1330,7 +1330,7 @@ __GA_BOOTSTRAP__
1330
1330
  <a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
1331
1331
  <a href="/blog">Blog</a>
1332
1332
  </div>
1333
- <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.12.0</span>
1333
+ <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.12.2</span>
1334
1334
  </div>
1335
1335
  </footer>
1336
1336