Commit History

refactor: conversation-loop v2 — Claude Code as primary executor
f3f1288

tao-shen Claude Opus 4.6 commited on

fix: use --user flag for pip install (non-root container)
5c981dd

tao-shen Claude Opus 4.6 commited on

fix: install requests at runtime before launching conversation-loop
f532fc8

tao-shen Claude Opus 4.6 commited on

fix: add requests dependency for conversation-loop.py
594f943

tao-shen Claude Opus 4.6 commited on

feat: add /api/conv-loop-log endpoint for remote diagnostics
8d482fd

tao-shen Claude Opus 4.6 commited on

feat: run conversation-loop on Home Space cloud + CONFIG_ERROR fixes
acab3db

tao-shen Claude Opus 4.6 commited on

feat: integrate Claude Code as coding-agent backend (z.ai/Zhipu GLM)
d653b4e

tao-shen Claude Opus 4.6 commited on

feat: add coding-agent OpenClaw extension with 8 HF Space tools
b44dfca

tao-shen Claude Opus 4.6 commited on

fix: clear write dedup when Cain is RUNNING but API unresponsive
7a1ef1c

tao-shen Claude Opus 4.6 commited on

feat: persist Adam & Eve conversation to HF Dataset
b447519

tao-shen Claude Opus 4.6 commited on

fix: move global declaration to function top to fix SyntaxError
1956abb

tao-shen Claude Opus 4.6 commited on

fix: defer cooldown to end of turn so agents can batch file ops
42eb3e9

tao-shen Claude Opus 4.6 commited on

feat: add delete_file action so agents can remove conflicting files
00e404d

tao-shen Claude Opus 4.6 commited on

fix: add sdk:gradio vs sdk:docker warning — Dockerfile ignored in gradio mode
2291ba7

tao-shen Claude Opus 4.6 commited on

fix: add pip uninstall hint for cached deps + torch OOM warning
b85abe9

tao-shen Claude Opus 4.6 commited on

fix: add HF Docker cache override warning + retry strategy rule
39d732e

tao-shen Claude Opus 4.6 commited on

fix: prevent wasted actions from Chinese action names in LLM output
6ee803b

tao-shen Claude Opus 4.6 commited on

fix: fetch runtime logs in check_health when RUNNING but API unresponsive
f1156b1

tao-shen Claude Opus 4.6 commited on

fix: add HF Spaces port 7860/Gradio constraint to agent system prompt
4653fc1

tao-shen Claude Opus 4.6 commited on

fix: allow write_file during APP_STARTING so agents can fix stuck startups
8cab3f9

tao-shen Claude Opus 4.6 commited on

fix: add grace period after smart-wait timeout for consecutive agent turns
a5f444a

tao-shen Claude Opus 4.6 commited on

fix: add smart-wait timeout to prevent infinite APP_STARTING polling
d2dcafa

tao-shen Claude Opus 4.6 commited on

fix: clear write-dedup and knowledge cache on RUNTIME_ERROR/BUILD_ERROR
5782191

tao-shen Claude Opus 4.6 commited on

fix: change break→continue in action guards to preserve multi-action turns
ea70f5d

tao-shen Claude Opus 4.6 commited on

feat: multi-action turns + sub-agent delegation + GLM-4.5
e91c753

tao-shen Claude Opus 4.6 commited on

perf: major efficiency overhaul for conversation-loop mechanism
869a98d

tao-shen Claude Opus 4.6 commited on

fix: optimize mobile responsive layout for chatlog panel
a2fe46e

tao-shen Claude Opus 4.6 commited on

fix: block write_file during BUILDING/APP_STARTING, fix guard bypass
c7d4e65

tao-shen Claude Opus 4.6 commited on

fix: improve bilingual parsing to split English/Chinese by paragraph
44f1609

tao-shen Claude Opus 4.6 commited on

fix: revert character positions to original a6c1202 coordinates
bcd1283

tao-shen Claude Opus 4.6 commited on

fix: align character positions with scene landmarks and fix chatlog height
4bea727

tao-shen Claude Opus 4.6 commited on

fix: parents (Adam/Eve) use fixed cats, child (Cain) keeps animated wandering
4815f9e

tao-shen Claude Opus 4.6 commited on

fix: chatlog height follows game canvas, not the other way around
fbfb8a7

tao-shen Claude Opus 4.6 commited on

fix: skip forced ACT transition when Cain is BUILDING/RESTARTING
5a4dc30

tao-shen Claude Opus 4.6 commited on

fix: use animated guest sprites instead of static cats, fix Star-Office-UI link
87aa57a

tao-shen Claude Opus 4.6 commited on

fix: lock chatlog panel height to match game canvas
786f337

tao-shen Claude Opus 4.6 commited on

fix: remove extra closing brace causing SyntaxError on line 4580
82aaf9f

tao-shen Claude Opus 4.6 commited on

fix: add 10-min rebuild cooldown to prevent build-reset loops
16a30db

tao-shen Claude Opus 4.6 commited on

fix: apply agent wandering to source file electron-standalone.html
1c89a09

tao-shen Claude Opus 4.6 commited on

fix: make all agents wander freely in room instead of fixed positions
35baae6

tao-shen Claude Opus 4.6 commited on

docs: add architecture diagram and acknowledgments to README
8c9d85f

tao-shen Claude Opus 4.6 commited on

docs: add new Home screenshot with conversation panel
43770e4

tao-shen Claude Opus 4.6 commited on

docs: restore main README, add Home + Cain + conversation-loop section
6d8a735

tao-shen Claude Opus 4.6 commited on

fix: case-insensitive action parser — support [Action:], [操作:], [动作:]
10cdcf6

tao-shen Claude Opus 4.6 commited on

docs: sync architecture diagram with current code (glm-4.7, emoji, safety layers)
c3aac5f

tao-shen Claude Opus 4.6 commited on

fix: block shell expressions in set_env, show secrets in get_env
b512df7

tao-shen Claude Opus 4.6 commited on

fix: expand emoji action parser to handle 🛠️ in addition to 🔧
20ccd66

tao-shen Claude Opus 4.6 commited on

feat: upgrade to GLM-4.7, add parenting goals, architecture comments, fix page width
8982430

tao-shen Claude Opus 4.6 commited on

feat: fix page width overflow + add architecture comments to conversation-loop
a6c1202

tao-shen Claude Opus 4.6 commited on

feat: move chatlog panel to right side with mobile responsive layout
5fd1052

tao-shen Claude Opus 4.6 commited on