Skip to content

Commit 25c3205

Browse files
authored
Merge pull request #226 from nkmr-jp/release-please--branches--main--components--prompt-line
chore(main): release prompt-line 0.25.2
2 parents 35abfd8 + 0426e12 commit 25c3205

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.25.1"
2+
".": "0.25.2"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.25.2](https://github.com/nkmr-jp/prompt-line/compare/prompt-line-v0.25.1...prompt-line-v0.25.2) (2026-03-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **agent-skill:** prevent in-place mutation of cached entries array ([d9ad7a8](https://github.com/nkmr-jp/prompt-line/commit/d9ad7a8631ac56cc9077a68e2407e6075ff184ec))
9+
* **perf:** address code review findings for suggestion optimization ([0edebc1](https://github.com/nkmr-jp/prompt-line/commit/0edebc18fa78e76d6151cee44920cfa225ddc8b1))
10+
11+
12+
### Performance Improvements
13+
14+
* **suggest:** fix root causes of suggestion slowdown ([bed916d](https://github.com/nkmr-jp/prompt-line/commit/bed916dfcbc52e4bbe2bfd95e755369435d06ee8))
15+
* **suggestions:** fix @ mention and / command suggestion speed regression ([1ee59e2](https://github.com/nkmr-jp/prompt-line/commit/1ee59e2aed8d689e7c5a9191d61e4ef61d7d1472))
16+
* **suggestions:** optimize @ mention and slash command performance ([35abfd8](https://github.com/nkmr-jp/prompt-line/commit/35abfd87482f94bbd1e591b262938ef9792b9a91))
17+
* **suggestions:** optimize renderer-side processing and eliminate redundant computations ([0cc6389](https://github.com/nkmr-jp/prompt-line/commit/0cc6389e5a2e5a7c4b5a5438ac53dff7b76c0b00))
18+
* **suggest:** optimize @ mention and / command suggestion performance ([6901a58](https://github.com/nkmr-jp/prompt-line/commit/6901a585799a9b9c23a2eb636541261e2507033c))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* remove investigation report ([115c42f](https://github.com/nkmr-jp/prompt-line/commit/115c42f71bf8356a1f1531cd490b5ca810c4e5e2))
24+
325
## [0.25.1](https://github.com/nkmr-jp/prompt-line/compare/prompt-line-v0.25.0...prompt-line-v0.25.1) (2026-02-28)
426

527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-line",
3-
"version": "0.25.1",
3+
"version": "0.25.2",
44
"description": "Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as Claude Code, OpenAI Codex CLI, and Aider.",
55
"main": "dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)