Skip to content

Commit b2f860c

Browse files
committed
chore: bump version to 0.1.93
1 parent 0a3787d commit b2f860c

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AGENTS.md
2-
Last Updated: 2026-03-14
2+
Last Updated: 2026-03-16
33

44
## Repository Orientation
55
- This is `tunacode-cli`, a terminal AI coding agent with a Textual UI and tiny-agent tool loop.

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.93] - 2026-03-16
11+
12+
### Changed
13+
- Reduced TUI cold-start overhead by tightening command-registry and package import loading paths.
14+
- Cleaned up stale project artifacts by removing outdated `.claude/` and `.tickets/` repository files.
15+
1016
## [0.1.92] - 2026-03-14
1117

1218
### 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.92"
8+
version = "0.1.93"
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.92"
21+
APP_VERSION = "0.1.93"
2222

2323

2424
AGENTS_MD = "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)