4 Commits

Author SHA1 Message Date
Replit Agent
eb40632c6e fix: migrate gitea remote to hermes VPS + fix TS errors from Gemini codegen
- gitea remote now points to http://143.198.27.163:3000/admin/timmy-tower.git
  (no more bore tunnel / Tailscale dependency)
- push-to-gitea.sh: default URL → hermes, user → admin, fix http:// URL injection
- .gitea-credentials: hermes token saved (gitignored)
- orval.config.cjs: converted from .ts (fixed orval v8 TS config loading)
- api-zod/src/index.ts: removed duplicate types/ re-export (both api.ts and types/
  export same names — api.ts is sufficient)
- integrations-gemini-ai/tsconfig.json: types:[] (no @types/node in this pkg)
- batch/utils.ts: import AbortError as named export (not pRetry.AbortError)
- image/index.ts: remove ai re-export (ai only on main client.ts now)
- routes/gemini.ts: req.params[id] cast to String() for Express 5 type compat
- package.json typecheck: exclude mockup-sandbox (pre-existing React 19 ref errors)
2026-03-20 02:52:31 +00:00
83a2ec19e2 fix(testkit): macOS compat + fix test 8c ordering (#24) 2026-03-18 21:01:13 -04:00
alexpaynex
fc4fd50e33 Add automated testing flow to reduce manual effort
Integrate a new testkit endpoint and update package.json scripts to enable automated testing via `pnpm test` and `pnpm test:prod`, including a new test case for request body size limits.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 418bf6f8-212b-4bb0-a7a5-8231a061da4e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 60472e18-59b7-4877-a9a2-16381573ab68
Replit-Helium-Checkpoint-Created: true
2026-03-18 17:43:01 +00:00
agent
c8ed262197 Initial commit 2026-03-13 23:21:55 +00:00