Skip to content

Release v1.1.4 named-session first-use#56

Merged
nillo merged 2 commits into
mainfrom
release/v1.1.4-named-session-first-use
May 19, 2026
Merged

Release v1.1.4 named-session first-use#56
nillo merged 2 commits into
mainfrom
release/v1.1.4-named-session-first-use

Conversation

@nillo
Copy link
Copy Markdown
Contributor

@nillo nillo commented May 19, 2026

Summary

  • Adds explicit first-use named-session creation from either Claude-first or Codex-first launch flows behind CONTEXTRELAY_ALLOW_NAMED_SESSIONS=1.
  • Shows each named session operation path in status/session list/TUI and improves duplicate-default guidance.
  • Reworks README/docs/changelog for v1.1.4 and adds deterministic background-daemon CLI smoke coverage.

Testing

  • bun test src/e2e-cli.test.ts
  • bun run check
  • bun run src/cli.ts release-gate --json
  • Package smoke passed for proofofwork-agency-contextrelay-1.1.4.tgz

Known residual risk

  • --session <typo> intentionally creates and allocates a named runtime today; the first-use notice shows cleanup via contextrelay kill --session <id> && contextrelay session archive <id>. Lazy SessionState is deferred to a later slice.

Release note

  • This PR prepares v1.1.4. After squash merge, tag the merged main commit as v1.1.4 and create a draft GitHub release so npm publish remains manual.

Comment thread src/e2e-cli.test.ts
import { chmodSync, existsSync, mkdirSync, mkdtempSync, readFileSync, realpathSync, rmSync, writeFileSync } from "node:fs";
import { tmpdir } from "node:os";
import { join } from "node:path";
import { dirname, join } from "node:path";
@nillo nillo merged commit e395bcb into main May 19, 2026
5 checks passed
@nillo nillo deleted the release/v1.1.4-named-session-first-use branch May 19, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants