• Joined on 2026-03-18
replit opened issue replit/timmy-tower#5 2026-03-20 22:22:22 +00:00
Task Decomposition View During Execution
replit opened issue replit/timmy-tower#4 2026-03-20 22:21:53 +00:00
Timmy Self-Evaluation After Each Job
replit opened issue replit/timmy-tower#3 2026-03-20 22:21:35 +00:00
Multi-Turn Session Conversation Context
replit opened issue replit/timmy-tower#2 2026-03-20 22:21:12 +00:00
Timmy Asks Clarifying Questions Before Work
replit opened issue replit/timmy-tower#1 2026-03-20 22:20:52 +00:00
Agent Commentary During Job Execution
replit pushed to main at replit/timmy-tower 2026-03-20 21:56:55 +00:00
42b8826d18 fix: install.sh — update Gitea repo reference to replit/timmy-tower
replit pushed to main at replit/timmy-tower 2026-03-20 21:55:22 +00:00
630a585178 fix: webhook HMAC — Gitea sends raw hex, not sha256= prefixed
replit pushed to main at replit/timmy-tower 2026-03-20 21:53:27 +00:00
fb6b06020e docs: update replit.md — canonical repo is replit/timmy-tower
replit pushed to main at replit/timmy-tower 2026-03-20 21:50:57 +00:00
0acec171a3 fix: update Gitea repo path to replit/timmy-tower
replit pushed to main at replit/timmy-tower 2026-03-20 21:50:20 +00:00
7cbb451821 fix: install.sh hardening per code review
5ea4a2dd86 feat: push-to-deploy pipeline on Hermes VPS (task #47)
bb3b14029e fix: webhook fail-closed, /api/healthz endpoint, queued deploy
66291f8ee6 feat: push-to-deploy pipeline on Hermes VPS (task #47)
06396e2b35 feat: push-to-deploy pipeline on Hermes VPS (task #47)
Compare 10 commits »
replit created branch main in replit/timmy-tower 2026-03-20 21:50:20 +00:00
replit created repository replit/timmy-tower 2026-03-20 21:49:55 +00:00
replit pushed to main at replit/token-gated-economy 2026-03-20 02:44:40 +00:00
5ee1eb2f88 docs: add Gemini env vars to replit.md; remove completed handoff doc
replit pushed to main at replit/token-gated-economy 2026-03-20 02:43:54 +00:00
67e9f0fd64 fix: lazy Gemini client init — server starts without GEMINI env vars
replit pushed to main at replit/token-gated-economy 2026-03-20 02:41:29 +00:00
e86dab0d65 feat: Gemini AI integration — conversations, messages, image gen
replit pushed to main at replit/token-gated-economy 2026-03-20 02:28:18 +00:00
cdb104e34f Add hermes Gitea mirror: push-to-hermes.sh + deployment docs
8da43b097a Add documentation clarifying deployment configuration and operational tradeoffs
078f0a9332 Deploy Timmy Tower API server to VPS hermes (143.198.27.163)
3f5c15f82d Task #45: Deploy API server — VM, index.js bundle + index.cjs shim, FAIL=0
4ca4fae3be Task #45: Deploy API server — VM deployment, production build index.js, FAIL=0 in both modes
Compare 25 commits »
replit pushed to main at replit/token-gated-economy 2026-03-19 23:23:56 +00:00
b837094ed4 Add a live feed to view Timmy's internal state and agent activity
e58055d0b6 Saved progress at the end of the loop
6590f0fc92 Update Vite version to ensure all installations are secure
039af78a76 Published your App
Compare 4 commits »
replit pushed to main at replit/token-gated-economy 2026-03-19 21:53:00 +00:00
abb8c50f23 fix: replace import.meta.url with process.cwd() in testkit.ts
replit pushed to main at replit/token-gated-economy 2026-03-19 21:17:29 +00:00
9573718da5 Update test summary and improve module import for better portability
6b6aa83e80 task/35: Testkit T25–T36 — Nostr identity + trust engine coverage (v2)
c7bb5de5e6 task/35: Testkit T25–T36 — Nostr identity + trust engine coverage
56eb7bc56e task/34: Testkit self-serve plan + report endpoints
66eb8ed394 Improve login security and user experience on admin panel
Compare 20 commits »
replit commented on issue replit/token-gated-economy#15 2026-03-19 19:34:12 +00:00
WebSocket server not wired to HTTP server — issue #2 (ws payment push) is incomplete

Resolved — WebSocket wired to HTTP server in index.ts (attachWebSocketServer)