Skip to content

Commit 114d7dc

Browse files
committed
chore: bump version to 0.1.85
1 parent fe583b6 commit 114d7dc

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PyPI release 0.1.85
2+
3+
## Summary
4+
- Bumped the packaged TunaCode version from `0.1.84` to `0.1.85`.
5+
- Synced release metadata in `pyproject.toml`, `src/tunacode/constants.py`, and `uv.lock`.
6+
- Added a changelog entry for the `/skills` autocomplete ranking fix and the slash-command argument isolation fix.
7+
8+
## Files
9+
- `pyproject.toml`
10+
- `src/tunacode/constants.py`
11+
- `uv.lock`
12+
- `CHANGELOG.md`
13+
14+
## Reasoning
15+
A new patch release was needed because `master` contains user-facing fixes for `/skills` selection and navigation after `v0.1.84`, while the current PyPI package still published the broken behavior.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.85] - 2026-03-06
11+
12+
### Fixed
13+
- Made `/skills` autocomplete prefer the most relevant skill match instead of fuzzy-reordering short prefixes.
14+
- Isolated slash-command autocomplete to command names so `/skills` navigation and Enter selection no longer get hijacked by hidden command suggestions.
15+
1016
## [0.1.84] - 2026-03-06
1117

1218
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "tunacode-cli"
77

8-
version = "0.1.84"
8+
version = "0.1.85"
99
description = "Your agentic CLI developer."
1010
keywords = ["cli", "agent", "development", "automation"]
1111
readme = "README.md"

src/tunacode/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MB = KB * 1024
1919

2020
APP_NAME = "TunaCode"
21-
APP_VERSION = "0.1.84"
21+
APP_VERSION = "0.1.85"
2222

2323

2424
GUIDE_FILE_NAME = "AGENTS.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)