lucy-cli 1.12.2

A small local JSONL agent harness
Documentation
# Changelog

All notable user-facing changes are documented here from the next release onward. For earlier releases, see the [GitHub Releases](https://github.com/jwoo0122/lucy/releases) page.

This project follows [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.12.2]https://github.com/jwoo0122/lucy/compare/v1.12.1...v1.12.2 - 2026-07-25

### Fixed

- deliver background cmd completions as low-privilege observations

## [1.12.1]https://github.com/jwoo0122/lucy/compare/v1.12.0...v1.12.1 - 2026-07-25

### Fixed

- *(tui)* sort sessions with sort_by_key to satisfy clippy::unnecessary_sort_by

### Other

- Merge branch 'main' into feat/session-command

## [1.12.0]https://github.com/jwoo0122/lucy/compare/v1.11.0...v1.12.0 - 2026-07-25

### Added

- *(tui)* show a running background task indicator under the console

## [1.11.0]https://github.com/jwoo0122/lucy/compare/v1.10.1...v1.11.0 - 2026-07-25

### Added

- *(codex)* default to the model's max context window

## [1.10.1]https://github.com/jwoo0122/lucy/compare/v1.10.0...v1.10.1 - 2026-07-25

### Fixed

- drop unsigned thinking fragments before sending them back

### Other

- Merge origin/main into issue/8

## [1.10.0]https://github.com/jwoo0122/lucy/compare/v1.9.1...v1.10.0 - 2026-07-25

### Added

- support background commands

### Other

- Merge pull request #33 from jwoo0122/issue/29

## [1.9.1]https://github.com/jwoo0122/lucy/compare/v1.9.0...v1.9.1 - 2026-07-25

### Fixed

- *(tui)* keep scrollbar outside transcript

## [1.9.0]https://github.com/jwoo0122/lucy/compare/v1.8.4...v1.9.0 - 2026-07-25

### Added

- load Codex model metadata from server

## [1.8.4]https://github.com/jwoo0122/lucy/compare/v1.8.3...v1.8.4 - 2026-07-25

### Fixed

- *(tui)* add subtle prompt background
- *(tui)* remove prompt background effects

## [1.8.3]https://github.com/jwoo0122/lucy/compare/v1.8.2...v1.8.3 - 2026-07-25

### Fixed

- *(tui)* restore context usage graph
- *(tui)* narrow content area by ten columns
- *(tui)* remove context usage bar
- *(tui)* show transcript scrollbar and speed up tool fades
- *(tui)* align context status and place busy indicator
- *(tui)* slow model graph animation
- *(tui)* fade model graph trail with equal blocks
- *(tui)* animate model status only while busy

### Other

- Merge origin/main into fix/tui-style

## [1.8.2]https://github.com/jwoo0122/lucy/compare/v1.8.1...v1.8.2 - 2026-07-25

### Fixed

- move agent orchestration outside Lucy ([#24]https://github.com/jwoo0122/lucy/pull/24)

## [1.8.1]https://github.com/jwoo0122/lucy/compare/v1.8.0...v1.8.1 - 2026-07-25

### Fixed

- *(tui)* simplify console surface and animate model status ([#23]https://github.com/jwoo0122/lucy/pull/23)

## [1.8.0]https://github.com/jwoo0122/lucy/compare/v1.7.0...v1.8.0 - 2026-07-23

### Added

- add Codex subscription authentication ([#22]https://github.com/jwoo0122/lucy/pull/22)

### Other

- add logo to readme ([#21]https://github.com/jwoo0122/lucy/pull/21)

## [1.7.0]https://github.com/jwoo0122/lucy/compare/v1.6.1...v1.7.0 - 2026-07-21

### Added

- *(context)* add cwd and README.md to boot context ([#20]https://github.com/jwoo0122/lucy/pull/20)

## [1.6.1]https://github.com/jwoo0122/lucy/compare/v1.6.0...v1.6.1 - 2026-07-21

### Fixed

- enable Shift+Enter detection inside tmux via modifyOtherKeys ([#19]https://github.com/jwoo0122/lucy/pull/19)

## [1.6.0]https://github.com/jwoo0122/lucy/compare/v1.5.5...v1.6.0 - 2026-07-21

### Added

- show text-based logo with gradient on greeting screen ([#18]https://github.com/jwoo0122/lucy/pull/18)

## [1.5.5]https://github.com/jwoo0122/lucy/compare/v1.5.4...v1.5.5 - 2026-07-21

### Fixed

- gate greeting image behind LUCY_GREETING_IMAGE env flag ([#17]https://github.com/jwoo0122/lucy/pull/17)

### Other

- add site ([#16]https://github.com/jwoo0122/lucy/pull/16)

## [1.5.4]https://github.com/jwoo0122/lucy/compare/v1.5.3...v1.5.4 - 2026-07-21

### Fixed

- hide cursor before flush to prevent flicker across glow region ([#15]https://github.com/jwoo0122/lucy/pull/15)

### Other

- isolate test configuration path ([#14]https://github.com/jwoo0122/lucy/pull/14)

## [1.5.3]https://github.com/jwoo0122/lucy/compare/v1.5.2...v1.5.3 - 2026-07-20

### Fixed

- add greeting image

### Other

- change sample image

## [1.5.2]https://github.com/jwoo0122/lucy/compare/v1.5.1...v1.5.2 - 2026-07-20

### Fixed

- change glow design

### Other

- change sample image

## [1.5.1]https://github.com/jwoo0122/lucy/compare/v1.5.0...v1.5.1 - 2026-07-19

### Fixed

- refine ux

### Other

- add sample image ([#13]https://github.com/jwoo0122/lucy/pull/13)

## [1.5.0]https://github.com/jwoo0122/lucy/compare/v1.4.1...v1.5.0 - 2026-07-19

### Added

- refine ux 3
- subprocess lifecycle

### Fixed

- tui

## [1.4.1]https://github.com/jwoo0122/lucy/compare/v1.4.0...v1.4.1 - 2026-07-18

### Fixed

- minor design change

### Changed

- Added pull-request quality gates for formatting, linting, and tests.
- Added license and changelog documentation.
- Generate release notes in `CHANGELOG.md` during the version-bump workflow.