Skip to content

v0.1.0-alpha.8

Pre-release
Pre-release

Choose a tag to compare

@Apethor Apethor released this 10 Jun 17:57

Alpha.8 hardens the agent-facing session and MCP lifecycle flow.

Highlights:

  • Adds secret management commands/tools so agents can request credential setup without exposing API keys in chat, shell args, or Codex config.
  • Hardens npm MCP installation with package inspection, credential env var detection, local/global install helpers, and clearer guidance for auth-bound MCPs.
  • Adds runtime identity checks for managed App Server state so Windows, WSL, and path-flavor mismatches do not accidentally reuse incompatible App Servers.
  • Improves error surfaces and docs around session management, MCP lifecycle operations, validation, and secure credential workflows.

Validation before publish:

  • npm run check
  • npm test
  • npm run smoke
  • npm run security:smoke
  • npm run security:scan
  • npm run audit:prod
  • npm run pack:validate
  • git diff --check

Install:

npm install -g codex-agent-session-manager@0.1.0-alpha.8