# Changelog

## 0.1.11 - 2026-08-06

- Raised the minimum Pi peer version to 0.83.0.

## 0.1.10 - 2026-08-03

- Added `Alt+Shift+Tab` to cycle backward through thinking levels supported by the active model.
- Added `Ctrl+Shift+T` to select the session thinking level from a filterable list.
- Preserved session-level changes made while a per-prompt thinking override is active.

## 0.1.9 - 2026-07-29

- Added per-prompt `max` thinking overrides for models such as GPT-5.6.
- Declared `^` as an autocomplete trigger so thinking-level suggestions open naturally.
- Raised the minimum Pi peer version to 0.80.6.

## 0.1.8 - 2026-05-15

- Updated package metadata for the pnpm workspace migration.

## 0.1.7 - 2026-05-15

- Migrated runtime imports and peer dependencies to the `@earendil-works/*` Pi 0.74 package scope.

## 0.1.6 - 2026-04-23

- Replaced the custom editor autocomplete integration with stacked `ctx.ui.addAutocompleteProvider(...)` providers.
- Prefer the live current thinking level at the top of bare `^` suggestions and now require Pi 0.69 or newer.

## 0.1.5 - 2026-04-04

- Updated session lifecycle handling for pi 0.65.0 by resetting editor state from `session_start`.

## 0.1.4 - 2026-03-28

- Forwarded autocomplete request options to the base provider so `/` autocomplete remains compatible with current pi builds.

## 0.1.3 - 2026-03-28

- Composed the thinking editor with other session editor extensions.
