Skip to content

Commit 74389a9

Browse files
committed
chore: bump version to 0.1.86
1 parent 8f108a8 commit 74389a9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.86] - 2026-03-06
11+
12+
### Added
13+
- Introduced prompt context injection for actively loaded skills so selected skill guidance is surfaced to the agent runtime.
14+
15+
### Changed
16+
- Refined skills UI styling and load behavior to improve local/global skill discovery ergonomics.
17+
18+
### Fixed
19+
- Resolved selected-skill path handling to use discovered absolute paths reliably across local and global skill locations.
20+
- Included absolute skill paths in prompt context to prevent path-resolution drift when rendering skill metadata.
21+
1022
## [0.1.85] - 2026-03-06
1123

1224
### 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.85"
8+
version = "0.1.86"
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.85"
21+
APP_VERSION = "0.1.86"
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)