# Changelog

## 0.2.5

- Expanded the default greeting pool (now 11 greetings)
- New `artcolor` command for real-time art styling: `/welcome artcolor` opens the
  color picker, `/welcome artcolor accent` sets a color directly (with autocomplete)
- New "Change art color" entry in the `/welcome` menu
- Fixed argument parsing so subcommands can take arguments (e.g. `artcolor accent`)

## 0.2.0

- Live header: `{time}` and the context-line clock tick once per minute
- Header refreshes on model switches (`/model`, `Ctrl+P`) and session renames (`/name`)
- New placeholders: `{cwd}`, `{modelName}`, `{session}`, `{pi}`, `{date}`
- New `artColor` config option to tint the ASCII art with a theme color
- Menu additions: rotate greeting, header preview overlay, and per-line context toggles
- New `/welcome rotate` and `/welcome preview` subcommands
- Header component now owns its lifecycle (`dispose()`), so clock timers are cleaned up on replace/reload

## 0.1.0

- Initial release
- Configurable Pi startup header
- Greetings, ASCII art, project/model context, and clock placeholders
- Interactive `/welcome` customization menu
- Optional `quietStartup` toggle for hiding loaded resource sections
