Eyejoker
d28b6151a8
chore: rebrand runtime and docs to EJClaw
2026-03-23 08:09:15 +09:00
Eyejoker
177b4450ef
rebrand to EJClaw, update README and browser skill
...
- Rename project to EJClaw, update README with verified features
- Update agent-browser SKILL.md for gstack browse commands (goto, snapshot -D/-a/-C, tabs, dialogs, etc.)
2026-03-23 07:51:00 +09:00
Eyejoker
02408aae8e
refactor: make runners single-turn
2026-03-23 04:51:54 +09:00
Eyejoker
767ab20d76
Restrict Codex task scheduling to CI watchers
2026-03-20 04:09:36 +09:00
Eyejoker
6eb72ad499
Merge origin/main into chore/nanoclaw-recursive-room
2026-03-20 03:48:29 +09:00
Eyejoker
a293a701f4
fix: restore regressions from discord-only refactor
2026-03-20 03:41:53 +09:00
Eyejoker
bb0628e8f4
refactor: remove legacy container and non-discord remnants
2026-03-20 01:07:46 +09:00
Eyejoker
41afcb91cf
feat: integrate Memento MCP for shared memory across agents
...
- Add MEMENTO_MCP_SSE_URL/ACCESS_KEY/REMOTE_PATH to readEnvFile
- Merge .env vars into cleanEnv for runner process inheritance
- Claude Code runner: add memento-mcp via mcp-remote in mcpServers
- Codex runner: inject memento-mcp section into config.toml
- Various improvements: CI watch, task scheduler, DB, IPC auth
2026-03-20 00:12:43 +09:00
Eyejoker
193119945a
Add self-stopping CI watch tasks
2026-03-19 14:14:39 +09:00
Eyejoker
f2ad1331a9
Rebrand NanoClaw to EJClaw
2026-03-19 03:31:41 +09:00
Eyejoker
779d57c392
Stabilize paired-room orchestration and Codex app-server flow
2026-03-19 02:57:14 +09:00
Eyejoker
b710d4a33d
chore: update claude-agent-sdk to 0.2.76, read dashboard config from .env
...
- Bump @anthropic-ai/claude-agent-sdk 0.2.68 → 0.2.76
- Read STATUS_CHANNEL_ID and USAGE_DASHBOARD from .env file
2026-03-16 05:54:17 +09:00
Eyejoker
9a6d9f4c4b
revert: roll back DB merge, keep useful improvements
...
Fully revert DB merge patch (WAL, composite PK, SERVICE_ID in IPC/
router_state/sessions). Return to proven split-DB architecture.
Keep:
- Docker/Apple Container cleanup
- Usage dashboard CLAUDE_CODE_OAUTH_TOKEN fallback
- Codex runner heartbeat
- Agent-runner stderr timeout reset
2026-03-15 22:35:53 +09:00
Eyejoker
e2d6476cdf
refactor: rename container/ to runners/
...
No longer using Docker containers — agents run as direct host
processes. The directory name now reflects the actual purpose.
Updated all references across source code, docs, and skills.
2026-03-15 19:29:23 +09:00