
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@claudemini/ses-cli
Advanced tools
A CLI memory system for human-AI coding sessions.
ses-cli records agent activity as structured session artifacts, keeps checkpoint history, and adds query/review tooling on top of those artifacts.
Supports:
npm install -g @claudemini/ses-cli
Or run without installing:
npx @claudemini/ses-cli <command>
Node requirement:
>= 18
cd /path/to/your/project
ses enable
# use your agent normally
ses status
ses list
ses view <session-id>
Enable all supported agents:
ses enable --all
Enable commit-time checkpoints too:
ses enable --checkpoint
ses enable
ses enable --all
ses enable --checkpoint
ses disable
ses disable --clean
ses status
ses list
ses view <session-id>
ses view <session-id> --json
ses query --recent=5
ses query --file=src/auth.ts
ses explain <session-id>
ses review
ses review --json
ses review --md
ses review --recent=3
ses review --engine=multi-agent --providers=codex,dim,opencode
ses review --strict --fail-on=medium
Review options:
--engine=<agent|multi-agent>--providers=<claude|codex|qwen|dim|opencode>[,...]--recent=<n>--all--min-severity=<info|low|medium|high|critical>--fail-on=<info|low|medium|high|critical>--provider-timeout-ms=<ms>--max-provider-parallelism=<n>--agent-timeout-ms=<ms>--allow-worktree-diff--agent-auto-approve=<bool>--no-agent-auto-approve--strict--strict-contract--json--markdown / --mdses checkpoints
ses commit
ses rewind <checkpoint>
ses resume <checkpoint>
ses reset --force
ses doctor
ses doctor --fix
ses clean --days=7 --dry-run
ses clean --days=7
ses summarize <session-id>
ses webhook
ses webhook --test
Session data is stored under:
.ses-logs/
index.json
<session-id>/
events.jsonl
state.json
summary.json
metadata.json
summary.txt
context.md
prompts.txt
review.json
review-run.json
review.md
These artifacts are designed to be both human-readable and machine-consumable.
Configuration lives in:
.ses-logs/config.json
Environment variables override config file values.
Minimal OpenAI-compatible example:
{
"provider": "openai",
"api_key": "sk-...",
"model": "gpt-4o-mini",
"openai_base_url": "https://api.openai.com/v1"
}
Minimal Anthropic example:
{
"provider": "anthropic",
"api_key": "sk-ant-...",
"model": "claude-3-haiku-20240307"
}
Webhook example:
{
"webhooks": {
"url": "https://example.com/hook",
"events": ["session.ended", "review.completed"],
"secret": "",
"auth_token": "",
"headers": {},
"timeout_ms": 5000,
"retry": 1
}
}
Relevant environment variables:
OPENAI_API_KEYANTHROPIC_API_KEYOPENAI_BASE_URLOPENAI_ENDPOINTOPENAI_MODELANTHROPIC_MODELAI_MODELSES_WEBHOOK_URLSES_WEBHOOK_SECRETSES_WEBHOOK_AUTH_TOKENSES_WEBHOOK_EVENTSThis package publishes compiled output, not source files.
Current release flow:
npm run lint
npm run typecheck
npm test
npm pack --dry-run
npm publish --access public
See package.json.
FAQs
Session-based Hook Intelligence Tracker for human-AI coding sessions
The npm package @claudemini/ses-cli receives a total of 68 weekly downloads. As such, @claudemini/ses-cli popularity was classified as not popular.
We found that @claudemini/ses-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.