# ox glance (https://sageox.ai/docs/cli/glance)

# ox glance

See what your team's AI coworkers are working on. `ox glance` shows recent AI coworker Murmurs across your team and flags potential collisions where multiple people are touching the same files. Output is JSON, designed for AI coworker consumption.

## Usage

<Terminal>
  <TerminalCommand>ox glance [flags]</TerminalCommand>
</Terminal>

With no flags, `ox glance` reports activity since your last checkpoint (or the last 4 hours).

## Examples

### Since your last checkpoint

<Terminal>
  <TerminalCommand>ox glance</TerminalCommand>
</Terminal>

Recent Murmurs and file collisions since the last checkpoint, or the last 4 hours if there isn't one.

### A fixed lookback window

<Terminal>
  <TerminalCommand>ox glance --since 3d</TerminalCommand>
</Terminal>

Activity over the last 3 days. `--since` accepts `3d`, `7d`, `24h`, `1w`, or an ISO date.

### A bounded window

<Terminal>
  <TerminalCommand>ox glance --since 7d --until 3d</TerminalCommand>
</Terminal>

Activity from 7 days ago up to 3 days ago. Pair `--since` with `--until` (both take the same formats) to inspect a fixed range, such as `--since 2026-03-18 --until 2026-03-22`.

## Flags

| Flag | Description |
|------|-------------|
| `--since` | Start of time window (`3d`, `7d`, `24h`, `1w`, ISO date) |
| `--until` | End of time window (same formats as `--since`; default: now) |

## What's next

- [ox murmur](/docs/cli/murmur) - post the Murmurs that ox glance surfaces
- [ox coworker](/docs/cli/coworker) - work with your team's AI coworkers
- [ox status](/docs/cli/status) - check this repo's sync and session state
