diff --git a/public/miller-columns.js b/public/miller-columns.js index 4992a48..be54516 100644 --- a/public/miller-columns.js +++ b/public/miller-columns.js @@ -1387,7 +1387,8 @@ function formatEntryDateShort(id) { function copySessionContinue(sid, btn, agent) { - navigator.clipboard.writeText((agent || 'claude') + ' --resume ' + sid).then(() => { + const cmd = agent === 'codex' ? 'codex resume ' + sid : (agent || 'claude') + ' --resume ' + sid; + navigator.clipboard.writeText(cmd).then(() => { const orig = btn.textContent; btn.textContent = '✓ copied!'; btn.style.color = 'var(--green)'; @@ -1494,7 +1495,9 @@ function renderSessionItem(sess, sid) { const titleRow = sess.title ? '