Claude Code support is experimental.
LMAS installs an experimental Claude Code slash command that can start and watch long-running jobs, but automatic same-session resume is not guaranteed across every Claude Code frontend, desktop, remote, or session-history setup.
Install
npx let-my-agent-sleep install --agent claude
This installs ~/.claude/commands/let-my-agent-sleep.md and supporting scripts under ~/.claude/lmas/let-my-agent-sleep/. It does not install a global Claude skill, so OpenCode does not pick up the Claude integration through ~/.claude/skills.
Recommended settings
- LMAS captures
CLAUDE_CODE_SESSION_IDautomatically when the job starts. - Use
LMAS_CLAUDE_CONTINUE=1only when continuing the most recent Claude session in the working directory is acceptable. - If automatic resume is not safe, use the generated
resume_prompt.txtas a manual fallback.
Guarantee boundary
OpenCode is the primary target. Codex is supported. Claude Code remains experimental until same-session resume behavior is verified across the relevant frontends.