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
e7200a1ed8
Fix Codex task target JID injection
2026-03-19 14:35:30 +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
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
bd7f4408ae
refactor: rename container references to agent across codebase
...
- container-runner.ts → agent-runner.ts
- ContainerInput/Output → AgentInput/Output
- ContainerConfig → AgentConfig
- runContainerAgent → runAgentProcess
- CONTAINER_TIMEOUT → AGENT_TIMEOUT (with env fallback)
- MAX_CONCURRENT_CONTAINERS → MAX_CONCURRENT_AGENTS
- containerName → processName, isTaskContainer → isTaskProcess
- DB column container_config kept as-is (backwards compat)
2026-03-13 16:18:36 +09:00