{ "name": "opencode-session-restart", "version": "0.1.0", "description": "opencode plugin that lets the agent restart a session into a fresh child session with a focused prompt, dodging compaction.", "type": "module", "main": "./index.ts", "files": ["index.ts"], "license": "MIT", "keywords": ["opencode", "plugin", "session", "restart", "compaction"], "peerDependencies": { "@opencode-ai/plugin": ">=1.0.0", "@opencode-ai/sdk": ">=1.0.0" }, "devDependencies": { "@opencode-ai/plugin": "^1.18.21", "@opencode-ai/sdk": "^1.18.21", "typescript": "^5.8.2" } }