Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions apps/cli/src/lib/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import { ENV_VAR_NAME_PATTERN, type CollaborationProfile } from './collaboration
import { CliError } from './errors';
import { asRecord, isRecord, pathExists } from './guards';
import { validateSessionId } from './session';
import {
type CliIO,
type DocumentRuntimeKind,
type ExecutionMode,
type UserIdentity,
} from './types';
import { type CliIO, type DocumentRuntimeKind, type ExecutionMode, type UserIdentity } from './types';

const CONTEXT_VERSION = 'v1';
const ACTIVE_SESSION_FILENAME = 'active-session';
Expand Down
Loading