# BashSessionOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/bash-session.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/bash-session.ts#L6)

Options for creating a persistent bash session.

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `shell` | `string` |
| `env` | `Record<string, string>` |
| `defaultTimeout` | `number` |
