You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Seamlessly log your AI-powered coding conversations. opendeved fork of alingse/ai-cli-log adding Ctrl+Z suspend/resume support (self-handles the 0x1A byte, restores raw mode on SIGCONT, forces a redraw on resume).",
"main": "dist/index.js",
"bin": {
"ai-cli-log": "bin/ai-cli-log.js"
},
"scripts": {
"build": "tsc",
"prepare": "tsc || echo 'tsc unavailable (e.g. global git install omits devDeps); using committed dist/'",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"