Skip to content

Commit f307bdd

Browse files
authored
chore(main): release 0.3.0 (#5)
2 parents c584df8 + fb3ce2d commit f307bdd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0](https://github.com/dedalus-labs/wingman/compare/v0.2.2...v0.3.0) (2026-01-07)
9+
10+
11+
### Features
12+
13+
* headless cli (-p flag); terminal-bench benchmarking support ([840276c](https://github.com/dedalus-labs/wingman/commit/840276ce911035a03cad5cdbf1884418728da9c1))
14+
* pass tool outputs to context; remove max_steps limit; escape to cancel generation and clear input; collapse long pastes; update SelectionModal theme ([b8118aa](https://github.com/dedalus-labs/wingman/commit/b8118aaf63567fcac89b96a79b92257e8cbd671a))
15+
* **tools:** fd/rg file ops, read_file pagination, escape fixes ([63144f9](https://github.com/dedalus-labs/wingman/commit/63144f9074d2c54f3c1598b88d4551323a3c49c4))
16+
17+
18+
### Bug Fixes
19+
20+
* **ui:** spacing, edit rejection loop, system prompt updates ([082b853](https://github.com/dedalus-labs/wingman/commit/082b853b63175730dfe3029efff57e27158ad784))
21+
822
## [0.2.2](https://github.com/dedalus-labs/wingman/compare/v0.2.1...v0.2.2) (2025-12-23)
923

1024

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "hatchling.build"
1212

1313
[project]
1414
name = "wingman-cli"
15-
version = "0.2.2"
15+
version = "0.3.0"
1616
description = "AI-powered TUI coding assistant for the terminal"
1717
readme = "README.md"
1818
requires-python = ">=3.10"

0 commit comments

Comments
 (0)