Skip to content

Commit 44f82a4

Browse files
committed
chore: bump version to 0.1.79
1 parent 36da03e commit 44f82a4

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Fixed
11-
- Fixed `original_query` being reset on every request instead of preserved across multi-turn sessions
10+
## [0.1.79] - 2026-03-03
11+
12+
### Added
13+
- Added a full prompt-versioning pipeline with computed hashes, mtime-aware caching, and agent-level observability hooks.
1214

15+
### Fixed
16+
- Fixed `original_query` being reset on every request instead of preserved across multi-turn sessions.
17+
- Hid internal tool validation errors from user-facing output.
18+
- Fixed typing issues in the thinking panel widget and constants module.
1319
## [0.1.78] - 2026-02-26
1420

1521
### Changed

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.78"
8+
version = "0.1.79"
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.78"
21+
APP_VERSION = "0.1.79"
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)