agentty 0.8.3 → 0.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +411 -136
- package/README.md +12 -9
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,155 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
-
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
|
|
6
|
+
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [
|
|
8
|
+
## [v0.8.8] - 2026-04-26
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Install `rustfmt` in the shared Rust/`prek` setup action for both default and LLVM
|
|
13
|
+
tools nightly toolchains.
|
|
14
|
+
- Bump workspace crate metadata and lockfile package versions to `0.8.8`.
|
|
15
|
+
|
|
16
|
+
### Contributors
|
|
17
|
+
|
|
18
|
+
- @minev-dev
|
|
19
|
+
|
|
20
|
+
## [v0.8.7] - 2026-04-26
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- Bump workspace crate metadata and lockfile package versions to `0.8.7`.
|
|
25
|
+
- Preserve the generated release workflow permissions needed by the crates.io publish
|
|
26
|
+
job.
|
|
27
|
+
|
|
28
|
+
### Contributors
|
|
29
|
+
|
|
30
|
+
- @minev-dev
|
|
31
|
+
|
|
32
|
+
## [v0.8.6] - 2026-04-26
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
|
|
36
|
+
- Rename the pre-start session status from `New` to `Draft` across runtime state,
|
|
37
|
+
persistence, UI labels, and user documentation.
|
|
38
|
+
- Rename theme settings from `Current` and `Hacker` to `Agentty Default` and
|
|
39
|
+
`Agentty Green`.
|
|
40
|
+
- Publish workspace crates through the release workflow and wait for crates.io
|
|
41
|
+
publication before release announcement.
|
|
42
|
+
- Run strict lint checks in postsubmit, install clippy in the shared Rust/`prek` setup,
|
|
43
|
+
and align CI hook usage with release checks.
|
|
44
|
+
- Clarify testty public API tripwire tests and session isolation documentation.
|
|
45
|
+
|
|
46
|
+
### Contributors
|
|
47
|
+
|
|
48
|
+
- @minev-dev
|
|
49
|
+
|
|
50
|
+
## [v0.8.5] - 2026-04-27
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
|
|
54
|
+
- Add a regular/draft session creation selector, plus feature-test coverage for
|
|
55
|
+
draft-session cancellation and terminal-session continuation.
|
|
56
|
+
- Allow running sessions to be canceled from the sessions list, and allow unstarted
|
|
57
|
+
draft sessions to be canceled before their worktree is created.
|
|
58
|
+
- Queue follow-up chat messages while a turn is running, render queued messages inline,
|
|
59
|
+
and retract them one at a time with `Ctrl+C` before canceling the active turn.
|
|
60
|
+
- Add GitHub and GitLab review-comment previews in diff mode, background review-request
|
|
61
|
+
refresh, and persisted focused-review output across restarts.
|
|
62
|
+
- Add `gpt-5.4-mini` as a selectable Codex model and show model-specific focused-review
|
|
63
|
+
loading text.
|
|
64
|
+
- Add the `Dark Horizon` theme and refine theme tokens, status colors, and footer
|
|
65
|
+
branch/path styling.
|
|
66
|
+
- Add session worktree isolation checks, main-checkout dirtiness detection, and scoped
|
|
67
|
+
app-server provider approval handling.
|
|
68
|
+
- Add transient workflow notices and committing progress rows for auto-commit, rebase,
|
|
69
|
+
and merge flows.
|
|
70
|
+
- Add the `bump-version` workflow skill and shared release-check setup for
|
|
71
|
+
`prek`-managed CI validation.
|
|
72
|
+
- testty: add the curated `testty::prelude` surface, public API tripwire coverage,
|
|
73
|
+
`SnapshotConfig::with_update_mode`, and Result-returning `match_*` assertion APIs.
|
|
74
|
+
|
|
75
|
+
### Changed
|
|
76
|
+
|
|
77
|
+
- Question input now uses `Ctrl+C` to end the turn without answering and `q` to return
|
|
78
|
+
to the sessions list from non-text focus, while `Esc` no longer discards in-progress
|
|
79
|
+
question text.
|
|
80
|
+
- Session worktrees and publishes now start from upstream-tracked refs so unpublished
|
|
81
|
+
local base-branch commits stay out of session pull requests and merge requests.
|
|
82
|
+
- Auto-commit handling now treats empty amend results as no-change notices and keeps
|
|
83
|
+
commit/rebase workflow notices outside the final transcript body.
|
|
84
|
+
- `/apply` now requires actionable focused-review suggestions before it can send an
|
|
85
|
+
apply prompt.
|
|
86
|
+
- Open-worktree actions stay hidden while sessions are active, queued, rebasing, or
|
|
87
|
+
merging.
|
|
88
|
+
- Documentation and release automation now use `mdformat` wrapping, a shared Rust/`prek`
|
|
89
|
+
CI setup action, and release guidance in `AGENTS.md` plus `bump-version`.
|
|
90
|
+
- testty: prepare the crate for independent crates.io publication, document the upgrade
|
|
91
|
+
path from earlier `0.x` releases, and make the public snapshot error/config surfaces
|
|
92
|
+
non-exhaustive.
|
|
93
|
+
|
|
94
|
+
### Removed
|
|
95
|
+
|
|
96
|
+
- testty: remove the public `artifact`, `calibration`, and `overlay` modules, and remove
|
|
97
|
+
`testty::snapshot::is_update_mode()` in favor of per-config update-mode methods.
|
|
98
|
+
- Remove the old `release` skill in favor of the repository release guidance and
|
|
99
|
+
`bump-version` workflow.
|
|
100
|
+
|
|
101
|
+
### Fixed
|
|
102
|
+
|
|
103
|
+
- Wrap agent prompt diffs before rendering so long diff lines do not overflow the
|
|
104
|
+
session output view.
|
|
105
|
+
- Render queued chat messages without a UI delay.
|
|
106
|
+
- Preserve focused-review cache and visibility across restarts, diff mode, and
|
|
107
|
+
clarification flows.
|
|
108
|
+
- Refresh session tests and end-to-end assertions for cancellation, `/apply` guidance,
|
|
109
|
+
question input, and the new feature demos.
|
|
110
|
+
|
|
111
|
+
### Contributors
|
|
112
|
+
|
|
113
|
+
- @andagaev
|
|
114
|
+
- @minev-dev
|
|
115
|
+
|
|
116
|
+
## [v0.8.4] - 2026-04-25
|
|
117
|
+
|
|
118
|
+
### Added
|
|
119
|
+
|
|
120
|
+
- Queue chat messages while a turn is running and include them in session output.
|
|
121
|
+
- Animate in-progress session output with a Tachyonfx loader.
|
|
122
|
+
- Split settings into global and project sections.
|
|
123
|
+
- Surface FYI guidance for opening commands in the sessions list.
|
|
124
|
+
- Gate `/apply` to verify focused-review suggestions before applying.
|
|
125
|
+
|
|
126
|
+
### Changed
|
|
127
|
+
|
|
128
|
+
- Render done-session transcript and summary as a single stream.
|
|
129
|
+
- Use semantic text foreground for persisted user prompt content.
|
|
130
|
+
- Align summary markdown spacing with the section layout.
|
|
131
|
+
- Align UI component foreground style with session list text color.
|
|
132
|
+
- Use a stable bar glyph for spinner status indicators.
|
|
133
|
+
- Adopt theme-driven session status colors and broader theme styling refresh.
|
|
134
|
+
- Return interrupted in-progress turns to `Review`.
|
|
135
|
+
- Update `testty` crate description and document the feature module.
|
|
136
|
+
|
|
137
|
+
### Fixed
|
|
138
|
+
|
|
139
|
+
- Hide focused review output in terminal `Done` and `Canceled` sessions.
|
|
140
|
+
|
|
141
|
+
### Contributors
|
|
142
|
+
|
|
143
|
+
- @andagaev
|
|
144
|
+
- @minev-dev
|
|
9
145
|
|
|
10
146
|
## [v0.8.3] - 2026-04-24
|
|
11
147
|
|
|
12
148
|
### Changed
|
|
149
|
+
|
|
13
150
|
- build: remove pinned version comments from release.yml
|
|
14
151
|
|
|
15
152
|
### Contributors
|
|
153
|
+
|
|
16
154
|
- @minev-dev
|
|
17
155
|
|
|
18
156
|
## [v0.8.2] - 2026-04-24
|
|
@@ -33,8 +171,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
33
171
|
|
|
34
172
|
### Fixed
|
|
35
173
|
|
|
36
|
-
- Show review fallback status when no review text is available and refresh staged-draft
|
|
37
|
-
|
|
174
|
+
- Show review fallback status when no review text is available and refresh staged-draft
|
|
175
|
+
sessions immediately.
|
|
176
|
+
- Preserve focused review visibility after completion across prompt, question, and done
|
|
177
|
+
sessions.
|
|
38
178
|
- Preserve user-cancelled turns as canceled sessions.
|
|
39
179
|
- Track turn prompt source to preserve agent payload text.
|
|
40
180
|
- Restrict protocol questions to genuine clarifications.
|
|
@@ -48,7 +188,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
48
188
|
|
|
49
189
|
### Added
|
|
50
190
|
|
|
51
|
-
- Preview review-request comments inside the diff page. Press `d` from a review-ready
|
|
191
|
+
- Preview review-request comments inside the diff page. Press `d` from a review-ready
|
|
192
|
+
session to open the diff page, then press `c` inside the page to toggle the right
|
|
193
|
+
panel between the git diff and the cached comments. The comments panel lists inline
|
|
194
|
+
threads and pull-request-level "General discussion" comments for GitHub-linked
|
|
195
|
+
sessions; GitLab support is tracked as a follow-up.
|
|
52
196
|
- Add theme setting and theme-aware palette rendering.
|
|
53
197
|
- Add `gpt-5.5` Codex model support.
|
|
54
198
|
- Render session summary above active prompt during in-progress turns.
|
|
@@ -75,20 +219,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
75
219
|
|
|
76
220
|
### Added
|
|
77
221
|
|
|
78
|
-
- Add terminal session continuation that seeds a new session from completed or canceled
|
|
79
|
-
|
|
80
|
-
- Add
|
|
222
|
+
- Add terminal session continuation that seeds a new session from completed or canceled
|
|
223
|
+
work.
|
|
224
|
+
- Add `/apply` so focused-review suggestions can be sent back to the agent as a new
|
|
225
|
+
prompt.
|
|
226
|
+
- Add background review-request polling plus refreshed session-view guidance and demo
|
|
227
|
+
coverage.
|
|
81
228
|
|
|
82
229
|
### Changed
|
|
83
230
|
|
|
84
|
-
- Refactor app orchestration, database repositories, and UI layout/state into narrower
|
|
85
|
-
|
|
86
|
-
-
|
|
231
|
+
- Refactor app orchestration, database repositories, and UI layout/state into narrower
|
|
232
|
+
modules with typed `SessionId` handling.
|
|
233
|
+
- Improve forge workflow handling, including remote working-directory GitHub CLI
|
|
234
|
+
execution and stacked review-request planning.
|
|
235
|
+
- Refresh release-policy, workflow, keybinding, and architecture documentation for the
|
|
236
|
+
new session and review flows.
|
|
87
237
|
|
|
88
238
|
### Fixed
|
|
89
239
|
|
|
90
|
-
- Add SQLite busy-timeout handling and align WAL persistence settings for more reliable
|
|
91
|
-
|
|
240
|
+
- Add SQLite busy-timeout handling and align WAL persistence settings for more reliable
|
|
241
|
+
session storage.
|
|
242
|
+
- Debounce stale `@`-mention loading, clear pending session tasks correctly, and
|
|
243
|
+
preserve focused-review output through clarification flows.
|
|
92
244
|
|
|
93
245
|
### Contributors
|
|
94
246
|
|
|
@@ -167,8 +319,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
167
319
|
|
|
168
320
|
### Changed
|
|
169
321
|
|
|
170
|
-
- Delay draft-session worktree creation until the staged bundle starts so the branch is
|
|
171
|
-
|
|
322
|
+
- Delay draft-session worktree creation until the staged bundle starts so the branch is
|
|
323
|
+
based on the latest local base branch.
|
|
324
|
+
- Split branch publishing onto `p` and forge review-request publishing onto `Shift+P`,
|
|
325
|
+
with the same optional custom branch-name flow.
|
|
172
326
|
|
|
173
327
|
### Fixed
|
|
174
328
|
|
|
@@ -253,7 +407,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
253
407
|
- Constrain draft prompt routing to new sessions.
|
|
254
408
|
- Normalize @lookups for agent delivery while preserving raw prompt text.
|
|
255
409
|
- Refactor prompt composer into shared domain module.
|
|
256
|
-
- Preserve focused review when exiting diff mode and suppress rebase during
|
|
410
|
+
- Preserve focused review when exiting diff mode and suppress rebase during
|
|
411
|
+
`AgentReview`.
|
|
257
412
|
- Refine docs table wrapping, runtime-flow guidance, and session workflow diagrams.
|
|
258
413
|
- Adopt promotion-based roadmap ownership process.
|
|
259
414
|
|
|
@@ -303,16 +458,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
303
458
|
|
|
304
459
|
- Add draft session workflow state and staged draft metadata handling.
|
|
305
460
|
- Add session diff stats plus base and remote git status tracking in the UI.
|
|
306
|
-
- Add broader unit and E2E coverage, including modular `testty`-backed session,
|
|
461
|
+
- Add broader unit and E2E coverage, including modular `testty`-backed session,
|
|
462
|
+
navigation, confirmation, and showcase flows.
|
|
307
463
|
- Add a features page with per-feature GIF demos to the docs site.
|
|
308
464
|
|
|
309
465
|
### Changed
|
|
310
466
|
|
|
311
467
|
- Persist and reuse app-server instruction bootstrap state across restored sessions.
|
|
312
|
-
- Scope model selection and auto-commit defaults to locally runnable backends and
|
|
313
|
-
|
|
314
|
-
-
|
|
315
|
-
|
|
468
|
+
- Scope model selection and auto-commit defaults to locally runnable backends and
|
|
469
|
+
project setting names.
|
|
470
|
+
- Propagate typed error enums through app, session, app-server transport, and CLI
|
|
471
|
+
boundaries.
|
|
472
|
+
- Restrict follow-up tasks to code changes and default new follow-up prompts to the
|
|
473
|
+
first available task.
|
|
474
|
+
- Restructure E2E coverage into multi-module tests and refresh roadmap planning
|
|
475
|
+
guidance.
|
|
316
476
|
|
|
317
477
|
### Contributors
|
|
318
478
|
|
|
@@ -348,13 +508,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
348
508
|
### Added
|
|
349
509
|
|
|
350
510
|
- Add a docs-site blog section.
|
|
351
|
-
- Add roadmap metadata requirements for step headings, IDs, assignees, and claim
|
|
511
|
+
- Add roadmap metadata requirements for step headings, IDs, assignees, and claim
|
|
512
|
+
commits.
|
|
352
513
|
|
|
353
514
|
### Changed
|
|
354
515
|
|
|
355
|
-
- Rename the Rust-native TUI E2E crate from `ag-tui-test` to `testty` and prepare it for
|
|
356
|
-
|
|
357
|
-
-
|
|
516
|
+
- Rename the Rust-native TUI E2E crate from `ag-tui-test` to `testty` and prepare it for
|
|
517
|
+
crates.io publishing.
|
|
518
|
+
- Remove the manual review-request sync flow and keep `end_turn_no_answer` aligned with
|
|
519
|
+
`Review`.
|
|
520
|
+
- Refocus implementation-roadmap guidance on active follow-up work and simpler step
|
|
521
|
+
operations.
|
|
358
522
|
- Remove `#[ignore]` gates from E2E tests.
|
|
359
523
|
- Clarify session commit prompt guidance to consult repository commit conventions.
|
|
360
524
|
|
|
@@ -467,7 +631,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
467
631
|
### Changed
|
|
468
632
|
|
|
469
633
|
- Publish session branches with `git push --force-with-lease`.
|
|
470
|
-
- Update agent test expectations for generic agent wording and the current commit
|
|
634
|
+
- Update agent test expectations for generic agent wording and the current commit
|
|
635
|
+
message model.
|
|
471
636
|
|
|
472
637
|
### Contributors
|
|
473
638
|
|
|
@@ -653,11 +818,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
653
818
|
|
|
654
819
|
- **Agent:** Add predefined answer options for agent questions.
|
|
655
820
|
- **Agent:** Add mandatory per-turn change summaries to agent protocol.
|
|
656
|
-
- **Infra:** Implement forge CLI review-request adapters (GitHub/GitLab PR/MR
|
|
821
|
+
- **Infra:** Implement forge CLI review-request adapters (GitHub/GitLab PR/MR
|
|
822
|
+
workflows).
|
|
657
823
|
- **UI:** Add session view review request workflows (create, open, refresh).
|
|
658
824
|
- **UI:** Show project scope in list tabs.
|
|
659
825
|
- **Settings:** Scope settings per project.
|
|
660
|
-
- **Review:** Auto-start focused review generation on session Review transition and
|
|
826
|
+
- **Review:** Auto-start focused review generation on session Review transition and
|
|
827
|
+
cache results.
|
|
661
828
|
|
|
662
829
|
### Changed
|
|
663
830
|
|
|
@@ -680,7 +847,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
680
847
|
- **Docs:** Add GitHub issue form templates and directory indexing.
|
|
681
848
|
- **Infra:** Add default pull request template for the repository.
|
|
682
849
|
- **UI:** Add Agentty info panel to the project list.
|
|
683
|
-
- **UI:** Chat panel gets polished chrome and unified overlay styling with dimmed
|
|
850
|
+
- **UI:** Chat panel gets polished chrome and unified overlay styling with dimmed
|
|
851
|
+
backdrop.
|
|
684
852
|
|
|
685
853
|
### Changed
|
|
686
854
|
|
|
@@ -715,8 +883,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
715
883
|
|
|
716
884
|
### Added
|
|
717
885
|
|
|
718
|
-
- **UI:** Support `Alt+Enter` and `Shift+Enter` newline entry across settings and
|
|
719
|
-
|
|
886
|
+
- **UI:** Support `Alt+Enter` and `Shift+Enter` newline entry across settings and
|
|
887
|
+
prompt.
|
|
888
|
+
- **Session:** Generate session titles from user intent when the first start turn
|
|
889
|
+
begins.
|
|
720
890
|
|
|
721
891
|
### Changed
|
|
722
892
|
|
|
@@ -728,7 +898,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
728
898
|
- **UI:** Stop `@mention` highlighting before trailing punctuation.
|
|
729
899
|
- **Session Output:** Improve verbatim markdown wrapping and Unicode width handling.
|
|
730
900
|
- **Session Output:** Preserve multiline user prompts across persistence and rendering.
|
|
731
|
-
- **Review:** Tighten review suggestion severity criteria and require concise actionable
|
|
901
|
+
- **Review:** Tighten review suggestion severity criteria and require concise actionable
|
|
902
|
+
suggestions.
|
|
732
903
|
- **Architecture:** Refactor module roots into router-only modules.
|
|
733
904
|
- **Claude:** Enforce strict MCP config for Claude backend.
|
|
734
905
|
- **Docs:** Reframe UI beautification plan around implementation status.
|
|
@@ -747,16 +918,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
747
918
|
|
|
748
919
|
- **UI:** Support multiline open command editing in the settings tab.
|
|
749
920
|
- **UI:** Render session status header directly above the output panel.
|
|
750
|
-
- **Session:** Add open command selector when multiple launch commands are configured
|
|
921
|
+
- **Session:** Add open command selector when multiple launch commands are configured
|
|
922
|
+
for a worktree.
|
|
751
923
|
- **Docs:** Add `CLAUDE` and `GEMINI` symlinks for module-level `AGENTS.md` files.
|
|
752
924
|
|
|
753
925
|
### Changed
|
|
754
926
|
|
|
755
|
-
- **Architecture:** Rename `app` and `ui` module roots to singular names (`app.rs`,
|
|
927
|
+
- **Architecture:** Rename `app` and `ui` module roots to singular names (`app.rs`,
|
|
928
|
+
`ui.rs`, `domain.rs`, `infra.rs`, `runtime.rs`).
|
|
756
929
|
- **Architecture:** Parse merge commit messages from structured protocol output.
|
|
757
|
-
- **Architecture:** Harden `AGENTS.md` index validation and normalize directory index
|
|
758
|
-
|
|
759
|
-
- **Docs:**
|
|
930
|
+
- **Architecture:** Harden `AGENTS.md` index validation and normalize directory index
|
|
931
|
+
links.
|
|
932
|
+
- **Docs:** Prevent content and table-of-contents text overflow on the documentation
|
|
933
|
+
site.
|
|
934
|
+
- **Docs:** Expand runtime flow documentation and add doc comments across migration,
|
|
935
|
+
runtime, UI, and database helpers.
|
|
760
936
|
|
|
761
937
|
### Contributors
|
|
762
938
|
|
|
@@ -768,18 +944,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
768
944
|
|
|
769
945
|
- **UI:** Show active session count in the project list.
|
|
770
946
|
- **Review:** Run focused review assist in isolated start mode.
|
|
771
|
-
- **Docs:** Split architecture documentation into a dedicated section and document
|
|
947
|
+
- **Docs:** Split architecture documentation into a dedicated section and document
|
|
948
|
+
structured response protocol.
|
|
772
949
|
|
|
773
950
|
### Changed
|
|
774
951
|
|
|
775
952
|
- **Protocol:** Harden structured protocol handling across providers.
|
|
776
|
-
- **Architecture:** Standardize module-oriented imports across the `app` and `ui`
|
|
777
|
-
|
|
778
|
-
- **
|
|
953
|
+
- **Architecture:** Standardize module-oriented imports across the `app` and `ui`
|
|
954
|
+
layers.
|
|
955
|
+
- **Architecture:** Align architecture docs with runtime mode, channel schema, and test
|
|
956
|
+
boundaries.
|
|
957
|
+
- **Quality:** Require explicit user approval to retain legacy behavior during
|
|
958
|
+
development.
|
|
779
959
|
|
|
780
960
|
### Fixed
|
|
781
961
|
|
|
782
|
-
- **UI:** Fix active session count calculation to exclude `Question` status and ensure
|
|
962
|
+
- **UI:** Fix active session count calculation to exclude `Question` status and ensure
|
|
963
|
+
projects reload on session refresh.
|
|
783
964
|
|
|
784
965
|
### Contributors
|
|
785
966
|
|
|
@@ -790,19 +971,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
790
971
|
|
|
791
972
|
### Added
|
|
792
973
|
|
|
793
|
-
- **UI:** Handle agent clarification questions in a dedicated question mode with
|
|
974
|
+
- **UI:** Handle agent clarification questions in a dedicated question mode with
|
|
975
|
+
persistent history.
|
|
794
976
|
- **UI:** Highlight `@mention` tokens in chat input.
|
|
795
977
|
- **UI:** Improve chat input wrapping and viewport scrolling.
|
|
796
978
|
- **UI:** Align session output wrapping with panel borders.
|
|
797
|
-
- **Architecture:** Switch agent output to schema-validated JSON messages and normalize
|
|
798
|
-
|
|
979
|
+
- **Architecture:** Switch agent output to schema-validated JSON messages and normalize
|
|
980
|
+
assist protocol output.
|
|
981
|
+
- **Architecture:** Inject `FsClient` and `Clock` dependencies into session workflows
|
|
982
|
+
for better testability.
|
|
799
983
|
- **Architecture:** Route session stats and filesystem workflows through the app layer.
|
|
800
984
|
- **Docs:** Add diff-first verification guidance and refine site responsiveness.
|
|
801
985
|
|
|
802
986
|
### Changed
|
|
803
987
|
|
|
804
|
-
- **Session:** Move first-turn title generation to the start-turn worker and use plain
|
|
805
|
-
|
|
988
|
+
- **Session:** Move first-turn title generation to the start-turn worker and use plain
|
|
989
|
+
text.
|
|
990
|
+
- **Session:** Filter Codex thought/reasoning text from persisted assistant output and
|
|
991
|
+
handle it separately during streaming.
|
|
806
992
|
- **Session:** Remove plan messages from the agent response protocol.
|
|
807
993
|
- **Session:** Prefer active sessions for initial selection in the UI.
|
|
808
994
|
- **Protocol:** Prefer agent message content over trailing reasoning payloads.
|
|
@@ -814,7 +1000,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
814
1000
|
|
|
815
1001
|
### Fixed
|
|
816
1002
|
|
|
817
|
-
- **Session:** Ensure merge cleanup (worktree/branch removal) completes before marking
|
|
1003
|
+
- **Session:** Ensure merge cleanup (worktree/branch removal) completes before marking
|
|
1004
|
+
session as `Done`.
|
|
818
1005
|
- **Sync:** Optimize session output synchronization for append-heavy updates.
|
|
819
1006
|
- **Review:** Parse structured agent responses in focused review assist correctly.
|
|
820
1007
|
|
|
@@ -827,16 +1014,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
827
1014
|
|
|
828
1015
|
### Added
|
|
829
1016
|
|
|
830
|
-
- **UI:** Add `Ctrl+u` prompt-line deletion and intent-aware confirmations for merge,
|
|
831
|
-
|
|
1017
|
+
- **UI:** Add `Ctrl+u` prompt-line deletion and intent-aware confirmations for merge,
|
|
1018
|
+
delete, and quit actions.
|
|
1019
|
+
- **Settings:** Persist Codex reasoning levels and propagate reasoning identifiers
|
|
1020
|
+
through runtime integrations.
|
|
832
1021
|
- **Environment:** Allow `AGENTTY_ROOT` to override the default agentty data root.
|
|
833
1022
|
|
|
834
1023
|
### Changed
|
|
835
1024
|
|
|
836
|
-
- **UI:** Remove the session list project column and highlight the active project name
|
|
837
|
-
|
|
838
|
-
- **
|
|
839
|
-
|
|
1025
|
+
- **UI:** Remove the session list project column and highlight the active project name
|
|
1026
|
+
in the `Sessions` tab.
|
|
1027
|
+
- **Session:** Preserve live session state during reload and unify child PID propagation
|
|
1028
|
+
across assist/rebase/merge flows.
|
|
1029
|
+
- **Docs:** Split usage docs into dedicated workflow and keybindings pages and refine
|
|
1030
|
+
rebase conflict guidance.
|
|
1031
|
+
- **Quality:** Require full validation checks during execution and standardize the full
|
|
1032
|
+
test command to single-threaded runs.
|
|
840
1033
|
|
|
841
1034
|
### Fixed
|
|
842
1035
|
|
|
@@ -858,8 +1051,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
858
1051
|
- **Docs:** Add design and architecture documentation page.
|
|
859
1052
|
- **Docs:** Add GitHub metadata badges and right-side anchor links.
|
|
860
1053
|
- **Docs:** Add tooling setup instructions for `uv` and `pre-commit`.
|
|
861
|
-
- **Session:** Generate session titles once in background and refine generation
|
|
862
|
-
|
|
1054
|
+
- **Session:** Generate session titles once in background and refine generation
|
|
1055
|
+
instructions.
|
|
1056
|
+
- **Session:** Persist and resume provider-native conversation identifiers across
|
|
1057
|
+
restarts.
|
|
863
1058
|
- **Architecture:** Add structured agent response protocol with metadata delimiter.
|
|
864
1059
|
- **Architecture:** Unify session turn execution through agent channels.
|
|
865
1060
|
|
|
@@ -868,7 +1063,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
868
1063
|
- **Codex:** Load usage limits lazily and remove usage panel/polling.
|
|
869
1064
|
- **Codex:** Update model defaults and remove `gpt-5.2-codex`.
|
|
870
1065
|
- **UI:** Refine info overlay and session list padding.
|
|
871
|
-
- **Architecture:** Extract process boundaries (tmux, editor, sync) and inject
|
|
1066
|
+
- **Architecture:** Extract process boundaries (tmux, editor, sync) and inject
|
|
1067
|
+
dependencies (clock, sleeper, git) for better testability.
|
|
872
1068
|
- **Architecture:** Propagate assistant phase metadata in app-server streams.
|
|
873
1069
|
- **Sync:** Render sync success details as markdown sections.
|
|
874
1070
|
|
|
@@ -888,13 +1084,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
888
1084
|
|
|
889
1085
|
- **UI:** Add Cmd+Backspace current-line deletion in prompt.
|
|
890
1086
|
- **Settings:** Add default review model and separate default smart/fast model settings.
|
|
891
|
-
- **Review:** Enforce read-only constraints for focused review assist and refine prompt
|
|
1087
|
+
- **Review:** Enforce read-only constraints for focused review assist and refine prompt
|
|
1088
|
+
structure.
|
|
892
1089
|
|
|
893
1090
|
### Changed
|
|
894
1091
|
|
|
895
1092
|
- **UI:** Show diff line-change totals in diff panel title.
|
|
896
1093
|
- **UI:** Center loading sync text in info overlay and show only OK action.
|
|
897
|
-
- **Sync:** Improve sync completion details and info overlay presentation; show newly
|
|
1094
|
+
- **Sync:** Improve sync completion details and info overlay presentation; show newly
|
|
1095
|
+
pulled commit titles.
|
|
898
1096
|
- **Settings:** Rename DevServer setting to OpenCommand.
|
|
899
1097
|
- **Session:** Session manager replays review history after restart.
|
|
900
1098
|
- **Tokens:** Read turn usage from thread token usage updates.
|
|
@@ -927,8 +1125,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
927
1125
|
### Changed
|
|
928
1126
|
|
|
929
1127
|
- **UI:** Keep info overlay action row visible for multiline messages.
|
|
930
|
-
- **UI:** Handle shifted J/K scrolling in diff mode and block actions for canceled
|
|
931
|
-
|
|
1128
|
+
- **UI:** Handle shifted J/K scrolling in diff mode and block actions for canceled
|
|
1129
|
+
sessions.
|
|
1130
|
+
- **Sync:** Improve sync popup guidance for push authentication failures and render sync
|
|
1131
|
+
success metrics on separate lines.
|
|
932
1132
|
- **Git:** Set non-interactive git prompt defaults for repo commands.
|
|
933
1133
|
- **Architecture:** Backend command construction uses one build API.
|
|
934
1134
|
|
|
@@ -967,25 +1167,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
967
1167
|
|
|
968
1168
|
### Added
|
|
969
1169
|
|
|
970
|
-
- **UI:** Add `Shift+Arrow` and `Alt/Shift+Backspace` word-wise cursor movement in
|
|
971
|
-
|
|
1170
|
+
- **UI:** Add `Shift+Arrow` and `Alt/Shift+Backspace` word-wise cursor movement in
|
|
1171
|
+
prompt mode.
|
|
1172
|
+
- **Models:** Stream Gemini assistant chunks to the UI during turns and handle ACP
|
|
1173
|
+
permission requests.
|
|
972
1174
|
- **Skills:** Add code review skill.
|
|
973
1175
|
- **Tests:** Add regression tests and improve coverage with mocked clients.
|
|
974
1176
|
|
|
975
1177
|
### Changed
|
|
976
1178
|
|
|
977
|
-
- **UI:** Project switcher supports `j`/`k` navigation, unfiltered list navigation, and
|
|
978
|
-
|
|
1179
|
+
- **UI:** Project switcher supports `j`/`k` navigation, unfiltered list navigation, and
|
|
1180
|
+
visible selection.
|
|
1181
|
+
- **UI:** Report sync outcome details in completion popup and keep confirmation choices
|
|
1182
|
+
visible.
|
|
979
1183
|
- **UX:** List mode opens canceled sessions on `Enter`.
|
|
980
|
-
- **Models:** Codex resume uses `--last` only without replay history and enforces high
|
|
1184
|
+
- **Models:** Codex resume uses `--last` only without replay history and enforces high
|
|
1185
|
+
reasoning effort.
|
|
981
1186
|
- **Models:** Rename Gemini Pro preview variant to Gemini 3.1.
|
|
982
|
-
- **Session Output:** Keep clean auto-commit silent, report no-op states, and ignore
|
|
983
|
-
|
|
984
|
-
- **
|
|
1187
|
+
- **Session Output:** Keep clean auto-commit silent, report no-op states, and ignore
|
|
1188
|
+
synthetic Codex completion messages.
|
|
1189
|
+
- **Architecture:** Centralize git command execution and isolate Codex usage-limit
|
|
1190
|
+
loading.
|
|
1191
|
+
- **Docs:** Update documentation to highlight Agentty self-hosting and align docs page
|
|
1192
|
+
widths.
|
|
985
1193
|
|
|
986
1194
|
### Fixed
|
|
987
1195
|
|
|
988
|
-
- **Models:** Handle Gemini `session/new` error responses explicitly and ignore empty
|
|
1196
|
+
- **Models:** Handle Gemini `session/new` error responses explicitly and ignore empty
|
|
1197
|
+
assistant chunks.
|
|
989
1198
|
- **UI:** Stabilize site header across routes.
|
|
990
1199
|
|
|
991
1200
|
### Removed
|
|
@@ -1009,8 +1218,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1009
1218
|
|
|
1010
1219
|
- **App:** Resolve main repository roots via git and exclude session worktrees.
|
|
1011
1220
|
- **UI:** Switch to `Sessions` after project selection and compact footer help actions.
|
|
1012
|
-
- **Runtime:** Route app-server turns by provider, include root `AGENTS.md`
|
|
1013
|
-
|
|
1221
|
+
- **Runtime:** Route app-server turns by provider, include root `AGENTS.md`
|
|
1222
|
+
instructions, and pass session folder/model in Codex payloads.
|
|
1223
|
+
- **Docs:** Reorganize site sections, standardize skill headers, and migrate the docs
|
|
1224
|
+
site to compiled Sass styling.
|
|
1014
1225
|
- **Models:** Add support for the `gpt-5.3-codex-spark` model.
|
|
1015
1226
|
|
|
1016
1227
|
### Fixed
|
|
@@ -1087,15 +1298,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1087
1298
|
|
|
1088
1299
|
### Added
|
|
1089
1300
|
|
|
1090
|
-
- **Session Output:** Add toggle to switch between summary and full output for completed
|
|
1301
|
+
- **Session Output:** Add toggle to switch between summary and full output for completed
|
|
1302
|
+
sessions.
|
|
1091
1303
|
- **Release:** Require explicit confirmation for version bump type in release skill.
|
|
1092
1304
|
- **Runtime:** Track active turn ID to prevent race conditions during turn completion.
|
|
1093
1305
|
|
|
1094
1306
|
### Changed
|
|
1095
1307
|
|
|
1096
|
-
- **Architecture:** Refactor UI routing and overlays into dedicated modules and
|
|
1097
|
-
|
|
1098
|
-
- **
|
|
1308
|
+
- **Architecture:** Refactor UI routing and overlays into dedicated modules and
|
|
1309
|
+
centralize frame drawing.
|
|
1310
|
+
- **Session:** Defer session cleanup and load at-mention entries asynchronously for
|
|
1311
|
+
faster startup.
|
|
1312
|
+
- **Git:** Retry git commands on index lock contention and simplify session view
|
|
1313
|
+
handling.
|
|
1099
1314
|
- **Settings:** Only persist default model when the "last-used" option is enabled.
|
|
1100
1315
|
- **Rebase:** Improve recovery from stale metadata during rebase assist.
|
|
1101
1316
|
- **Permissions:** Consolidate permission handling into a single "Auto Edit" mode.
|
|
@@ -1122,14 +1337,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1122
1337
|
- **Stats:** Persist session-creation activity and render by local day.
|
|
1123
1338
|
- **Stats:** Persist and display all-time model usage and longest session duration.
|
|
1124
1339
|
- **Help:** Help system uses state-aware action projection.
|
|
1125
|
-
- **Dev Server:** Add editable Dev Server setting and run when opening session tmux
|
|
1340
|
+
- **Dev Server:** Add editable Dev Server setting and run when opening session tmux
|
|
1341
|
+
window.
|
|
1126
1342
|
- **UX:** Add `h`/`l` shortcuts for confirmation selection.
|
|
1127
1343
|
|
|
1128
1344
|
### Changed
|
|
1129
1345
|
|
|
1130
1346
|
- **Architecture:** Refactor agent infrastructure into provider modules.
|
|
1131
1347
|
- **Architecture:** Split git infrastructure and UI utilities into focused modules.
|
|
1132
|
-
- **Architecture:** Inject `GitClient` into app workflows and isolate multi-command git
|
|
1348
|
+
- **Architecture:** Inject `GitClient` into app workflows and isolate multi-command git
|
|
1349
|
+
tests.
|
|
1133
1350
|
- **Refactor:** Move file indexing into infra module and parse using `pulldown-cmark`.
|
|
1134
1351
|
- **Refactor:** Rename state, file, and mode modules for clarity.
|
|
1135
1352
|
- **Refactor:** Move module roots from `mod.rs` to sibling files.
|
|
@@ -1138,13 +1355,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1138
1355
|
- **Plan:** Improve plan follow-ups and Codex stats limit rendering.
|
|
1139
1356
|
- **UX:** Use shared confirmation mode for quit and session deletion.
|
|
1140
1357
|
- **UX:** Confirmation prompts default to "No" selection.
|
|
1141
|
-
- **UX:** Hide open-worktree shortcut for done sessions and restrict view actions while
|
|
1358
|
+
- **UX:** Hide open-worktree shortcut for done sessions and restrict view actions while
|
|
1359
|
+
running.
|
|
1142
1360
|
- **Commit:** Preserve a single evolving session commit.
|
|
1143
1361
|
- **Search:** Prioritize basename matches in file list fuzzy scoring.
|
|
1144
1362
|
|
|
1145
1363
|
### Fixed
|
|
1146
1364
|
|
|
1147
|
-
- **Codex:** Fix app-server error status recovery and wait for responses before parsing
|
|
1365
|
+
- **Codex:** Fix app-server error status recovery and wait for responses before parsing
|
|
1366
|
+
limits.
|
|
1148
1367
|
- **Stability:** Fix launch and lint regressions after rebase.
|
|
1149
1368
|
- **UI:** Deduplicate list background rendering and reset grouped session table offset.
|
|
1150
1369
|
|
|
@@ -1165,7 +1384,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1165
1384
|
- **Stats:** Add activity heatmap to the Stats tab.
|
|
1166
1385
|
- **Stats:** Track per-model session usage and render usage summaries.
|
|
1167
1386
|
- **Settings:** Add settings tab and persist default model.
|
|
1168
|
-
- **Diff View:** Split diff view into file list and content panels with file explorer
|
|
1387
|
+
- **Diff View:** Split diff view into file list and content panels with file explorer
|
|
1388
|
+
navigation.
|
|
1169
1389
|
- **Diff View:** Render changed files as a tree in the file explorer.
|
|
1170
1390
|
- **Diff View:** Filter diff view content by selected file explorer item.
|
|
1171
1391
|
- **Site:** Add agentty.xyz documentation site with GitHub Pages deployment workflow.
|
|
@@ -1174,25 +1394,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1174
1394
|
|
|
1175
1395
|
- **Architecture:** Refactor codebase into domain, infrastructure, and UI state modules.
|
|
1176
1396
|
- **Architecture:** Move tab state into a dedicated tab manager.
|
|
1177
|
-
- **Session List:** Group sessions by merge queue and separate archived sessions with
|
|
1397
|
+
- **Session List:** Group sessions by merge queue and separate archived sessions with
|
|
1398
|
+
placeholders.
|
|
1178
1399
|
- **Session List:** Align session navigation with grouped list order.
|
|
1179
1400
|
- **Session Output:** Render session output and user prompt blocks as markdown.
|
|
1180
|
-
- **Session Output:** Preserve multiline user prompt block spacing and verbatim
|
|
1181
|
-
|
|
1401
|
+
- **Session Output:** Preserve multiline user prompt block spacing and verbatim
|
|
1402
|
+
rendering.
|
|
1403
|
+
- **Merge Queue:** Queue session merges in FIFO order and handle queued sessions across
|
|
1404
|
+
app and UI.
|
|
1182
1405
|
- **Merge Queue:** Advance merge queue progression and retry on git index lock failures.
|
|
1183
1406
|
- **Merge:** Treat already-applied squash merges as successful.
|
|
1184
1407
|
- **Rebase:** Harden rebase assist loop against partially resolved conflicts.
|
|
1185
1408
|
- **Output:** Task service batches streamed output before flushing.
|
|
1186
1409
|
- **Output:** Separate streamed response messages for Codex output spacing.
|
|
1187
1410
|
- **Models:** Load default session model from persisted setting.
|
|
1188
|
-
- **Models:** Use npm semver for version checks and restore version display in status
|
|
1411
|
+
- **Models:** Use npm semver for version checks and restore version display in status
|
|
1412
|
+
bar.
|
|
1189
1413
|
- **Prompt:** Handle multiline paste and control-key newlines in prompt input.
|
|
1190
|
-
- **Site:** Redesign landing page with dark terminal theme, Tailwind CSS v4, and theme
|
|
1414
|
+
- **Site:** Redesign landing page with dark terminal theme, Tailwind CSS v4, and theme
|
|
1415
|
+
selector.
|
|
1191
1416
|
- **Deps:** Bump dependency versions.
|
|
1192
1417
|
|
|
1193
1418
|
### Fixed
|
|
1194
1419
|
|
|
1195
|
-
- **Build:** Fix refactor regressions and restore build stability after module
|
|
1420
|
+
- **Build:** Fix refactor regressions and restore build stability after module
|
|
1421
|
+
restructure.
|
|
1196
1422
|
|
|
1197
1423
|
### Contributors
|
|
1198
1424
|
|
|
@@ -1213,12 +1439,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1213
1439
|
|
|
1214
1440
|
### Changed
|
|
1215
1441
|
|
|
1216
|
-
- **Session Metadata:** Move session status to output panel title and metadata to chat
|
|
1442
|
+
- **Session Metadata:** Move session status to output panel title and metadata to chat
|
|
1443
|
+
input border.
|
|
1217
1444
|
- **Session Titles:** Persist session title and summary from squash commit message.
|
|
1218
1445
|
- **Session Titles:** Use full prompt as session title for new sessions.
|
|
1219
1446
|
- **Session Replay:** Replay session transcript once after model switch.
|
|
1220
1447
|
- **Git Actions:** Remove session commit count and always show git actions.
|
|
1221
|
-
- **Diff View:** Use merge-base for session diff to accurately exclude base branch
|
|
1448
|
+
- **Diff View:** Use merge-base for session diff to accurately exclude base branch
|
|
1449
|
+
updates.
|
|
1222
1450
|
- **Rebase:** Refactor rebase logic into a reusable workflow.
|
|
1223
1451
|
- **Database:** Make session token stats non-nullable with zero defaults.
|
|
1224
1452
|
- **NPM:** Update package name to `agentty` in docs and badges.
|
|
@@ -1237,16 +1465,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1237
1465
|
|
|
1238
1466
|
### Added
|
|
1239
1467
|
|
|
1240
|
-
- **Session UX:** Added a delete confirmation mode with selectable actions for session
|
|
1241
|
-
|
|
1242
|
-
- **
|
|
1468
|
+
- **Session UX:** Added a delete confirmation mode with selectable actions for session
|
|
1469
|
+
deletion.
|
|
1470
|
+
- **Output Streaming:** Added a live single-line progress indicator in chat and spacing
|
|
1471
|
+
before the first streamed response chunk.
|
|
1472
|
+
- **Agent Runtime:** Added Codex output streaming during non-interactive runs and
|
|
1473
|
+
follow-up actions for plan mode replies.
|
|
1243
1474
|
|
|
1244
1475
|
### Changed
|
|
1245
1476
|
|
|
1246
|
-
- **Git Runtime:** Completed async `git` module transition to `spawn_blocking` and
|
|
1247
|
-
|
|
1248
|
-
- **
|
|
1249
|
-
|
|
1477
|
+
- **Git Runtime:** Completed async `git` module transition to `spawn_blocking` and
|
|
1478
|
+
updated call sites.
|
|
1479
|
+
- **Session Model:** Refactored sessions to derive `AgentKind` from `AgentModel`,
|
|
1480
|
+
removed the session `agent` column, and migrated legacy PR statuses to `Review`.
|
|
1481
|
+
- **Merge/Rebase:** Improved merge and rebase robustness by auto-committing pending
|
|
1482
|
+
changes before merge/rebase and broadening auto-commit assistance handling.
|
|
1483
|
+
- **UI:** Improved session list layout with minimum-width columns and title truncation,
|
|
1484
|
+
and added spacing around user input in session chat output.
|
|
1250
1485
|
- **Automation:** Split pre-commit workflow into separate autofix and validation phases.
|
|
1251
1486
|
- **Config:** Removed `npm-scope` from `dist-workspace.toml`.
|
|
1252
1487
|
|
|
@@ -1264,7 +1499,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1264
1499
|
|
|
1265
1500
|
### Added
|
|
1266
1501
|
|
|
1267
|
-
- **Permissions:** Add per-session permission mode toggle and `Plan` permission mode
|
|
1502
|
+
- **Permissions:** Add per-session permission mode toggle and `Plan` permission mode
|
|
1503
|
+
with denial-gated response parsing.
|
|
1268
1504
|
- **Session Control:** Add `Ctrl+c` to stop running agent sessions.
|
|
1269
1505
|
- **Prompt History:** Implement prompt history navigation with up/down arrows.
|
|
1270
1506
|
- **Stats Page:** Add project and model columns to the stats page.
|
|
@@ -1275,16 +1511,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1275
1511
|
|
|
1276
1512
|
### Changed
|
|
1277
1513
|
|
|
1278
|
-
- **Architecture:** Refactor app into manager composition with event-driven session
|
|
1279
|
-
|
|
1280
|
-
|
|
1514
|
+
- **Architecture:** Refactor app into manager composition with event-driven session
|
|
1515
|
+
state updates and reducer-based routing for git status, PR control, and session
|
|
1516
|
+
mutations.
|
|
1517
|
+
- **Architecture:** Split session module and centralize lookups; separate session
|
|
1518
|
+
snapshots from runtime handles.
|
|
1519
|
+
- **Session Defaults:** New sessions inherit the latest session's agent, model, and
|
|
1520
|
+
permission mode.
|
|
1281
1521
|
- **File Listing:** Include non-ignored dotfiles in file listing.
|
|
1282
|
-
- **Merge Flow:** Run session merges asynchronously, harden merge messaging, and
|
|
1283
|
-
|
|
1522
|
+
- **Merge Flow:** Run session merges asynchronously, harden merge messaging, and
|
|
1523
|
+
increase merge commit message timeout.
|
|
1524
|
+
- **Rebase Flow:** Improve assisted rebase continuation flow and auto-commit pending
|
|
1525
|
+
changes before rebasing.
|
|
1284
1526
|
- **Auto-Commit:** Improve auto-commit recovery with agent assistance.
|
|
1285
1527
|
- **Session Summary:** Backfill and use session summary for finished sessions.
|
|
1286
|
-
- **UI:** Move open worktree keybinding to chat view and update session size color
|
|
1287
|
-
|
|
1528
|
+
- **UI:** Move open worktree keybinding to chat view and update session size color
|
|
1529
|
+
palette.
|
|
1530
|
+
- **Docs:** Document app module architecture and public API docs; add cargo install
|
|
1531
|
+
instructions to README.
|
|
1288
1532
|
|
|
1289
1533
|
### Removed
|
|
1290
1534
|
|
|
@@ -1299,16 +1543,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1299
1543
|
|
|
1300
1544
|
### Added
|
|
1301
1545
|
|
|
1302
|
-
- **Review Workflow:** Added an explicit `Merging` session status and a review-session
|
|
1303
|
-
|
|
1304
|
-
- **
|
|
1546
|
+
- **Review Workflow:** Added an explicit `Merging` session status and a review-session
|
|
1547
|
+
rebase action.
|
|
1548
|
+
- **Session UX:** Added read-only controls for done sessions and a `/clear` slash
|
|
1549
|
+
command.
|
|
1550
|
+
- **Help UI:** Added a `?` keybinding with an updated overlay and descriptive
|
|
1551
|
+
slash-command menu.
|
|
1305
1552
|
|
|
1306
1553
|
### Changed
|
|
1307
1554
|
|
|
1308
|
-
- **Session List:** Split session metadata into `Project`, `Model`, and `Status` columns
|
|
1309
|
-
|
|
1555
|
+
- **Session List:** Split session metadata into `Project`, `Model`, and `Status` columns
|
|
1556
|
+
with dynamic width sizing.
|
|
1557
|
+
- **Runtime:** Run session commands through per-session workers and restore interrupted
|
|
1558
|
+
sessions into `Review`.
|
|
1310
1559
|
- **Stats:** Accumulate token usage over time and preserve stats after `/clear`.
|
|
1311
|
-
- **Merge Flow:** Enforce merge commit message formatting and normalize co-author
|
|
1560
|
+
- **Merge Flow:** Enforce merge commit message formatting and normalize co-author
|
|
1561
|
+
trailer handling.
|
|
1312
1562
|
- **UI Cleanup:** Removed agent labels from session list rows and session chat titles.
|
|
1313
1563
|
|
|
1314
1564
|
### Contributors
|
|
@@ -1321,15 +1571,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1321
1571
|
|
|
1322
1572
|
### Added
|
|
1323
1573
|
|
|
1324
|
-
- **Diff View:** Added diff content wrapping to render long changed lines without
|
|
1325
|
-
|
|
1574
|
+
- **Diff View:** Added diff content wrapping to render long changed lines without
|
|
1575
|
+
truncation.
|
|
1576
|
+
- **Diff View:** Added structured parsing with line-number gutters (`old│new`) for
|
|
1577
|
+
unified diffs.
|
|
1326
1578
|
- **Docs:** Added a demo GIF to the README and documented GIF generation with VHS.
|
|
1327
1579
|
|
|
1328
1580
|
### Changed
|
|
1329
1581
|
|
|
1330
|
-
- **Diff View:** Compare against each session's base branch so review shows all
|
|
1331
|
-
|
|
1332
|
-
- **
|
|
1582
|
+
- **Diff View:** Compare against each session's base branch so review shows all
|
|
1583
|
+
accumulated changes.
|
|
1584
|
+
- **Workflow:** Simplified commit flow by auto-committing after agent iterations and
|
|
1585
|
+
removing manual commit mode.
|
|
1586
|
+
- **Release Docs:** Added contributor-list requirements and examples to the release
|
|
1587
|
+
workflow documentation.
|
|
1333
1588
|
|
|
1334
1589
|
### Contributors
|
|
1335
1590
|
|
|
@@ -1340,13 +1595,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1340
1595
|
### Added
|
|
1341
1596
|
|
|
1342
1597
|
- **Onboarding:** Added a full-screen onboarding page shown when no sessions exist.
|
|
1343
|
-
- **Tests:** Added onboarding behavior coverage for app state, list mode `Enter`
|
|
1598
|
+
- **Tests:** Added onboarding behavior coverage for app state, list mode `Enter`
|
|
1599
|
+
handling, and UI rendering conditions.
|
|
1344
1600
|
|
|
1345
1601
|
### Changed
|
|
1346
1602
|
|
|
1347
|
-
- **UX:** Pressing `Enter` from the onboarding view now creates a new session and opens
|
|
1348
|
-
|
|
1349
|
-
- **
|
|
1603
|
+
- **UX:** Pressing `Enter` from the onboarding view now creates a new session and opens
|
|
1604
|
+
prompt mode directly.
|
|
1605
|
+
- **Error Handling:** Session creation errors in list mode are now surfaced instead of
|
|
1606
|
+
being silently ignored.
|
|
1607
|
+
- **UI:** Kept the footer visible during onboarding and simplified session list
|
|
1608
|
+
rendering to consistently use the table layout.
|
|
1350
1609
|
|
|
1351
1610
|
### Contributors
|
|
1352
1611
|
|
|
@@ -1356,15 +1615,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1356
1615
|
|
|
1357
1616
|
### Added
|
|
1358
1617
|
|
|
1359
|
-
- **UI:** Show session worktree path and branch in the footer bar for better context
|
|
1618
|
+
- **UI:** Show session worktree path and branch in the footer bar for better context
|
|
1619
|
+
awareness.
|
|
1360
1620
|
- **UI:** Display commit count in the session chat title.
|
|
1361
1621
|
- **Stats:** Add session token usage statistics to the Stats page.
|
|
1362
1622
|
|
|
1363
1623
|
### Changed
|
|
1364
1624
|
|
|
1365
|
-
- **Persistence:** Moved application data directory from `/var/tmp/.agentty` to
|
|
1625
|
+
- **Persistence:** Moved application data directory from `/var/tmp/.agentty` to
|
|
1626
|
+
`~/.agentty` for better persistence and standard compliance.
|
|
1366
1627
|
- **UX:** Renamed "Roadmap" tab to "Stats" to better reflect its content.
|
|
1367
|
-
- **UX:** Use shortened 8-character UUIDs for session folders and git branches to reduce
|
|
1628
|
+
- **UX:** Use shortened 8-character UUIDs for session folders and git branches to reduce
|
|
1629
|
+
clutter.
|
|
1368
1630
|
- **Internal:** Standardized session ID variable naming across the codebase.
|
|
1369
1631
|
|
|
1370
1632
|
### Contributors
|
|
@@ -1376,20 +1638,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1376
1638
|
|
|
1377
1639
|
### Added
|
|
1378
1640
|
|
|
1379
|
-
- **Session Status:** Added a `Committing` status to make commit progress explicit in
|
|
1641
|
+
- **Session Status:** Added a `Committing` status to make commit progress explicit in
|
|
1642
|
+
the session lifecycle.
|
|
1380
1643
|
|
|
1381
1644
|
### Changed
|
|
1382
1645
|
|
|
1383
|
-
- **Persistence:** Persist session prompt/output history in SQLite and load it on
|
|
1384
|
-
|
|
1385
|
-
- **
|
|
1386
|
-
|
|
1387
|
-
- **
|
|
1646
|
+
- **Persistence:** Persist session prompt/output history in SQLite and load it on
|
|
1647
|
+
startup so chat history survives app reloads.
|
|
1648
|
+
- **Session Output:** Parse agent JSON output and display only the response message in
|
|
1649
|
+
session output.
|
|
1650
|
+
- **GitHub Integration:** Parse GitHub PR responses using typed serde structs and move
|
|
1651
|
+
GitHub CLI logic into a dedicated `gh` module.
|
|
1652
|
+
- **PR Workflow:** Treat closed pull requests as canceled sessions and show a loader
|
|
1653
|
+
while PR creation is in flight.
|
|
1654
|
+
- **Commit Flow:** Improve asynchronous session commit handling and remove placeholder
|
|
1655
|
+
commit output in view mode.
|
|
1388
1656
|
- **Documentation:** Extract git commit guidance into the shared skills documentation.
|
|
1389
1657
|
|
|
1390
1658
|
### Fixed
|
|
1391
1659
|
|
|
1392
|
-
- **Tests:** Stabilized merge cleanup testing to avoid environment-dependent blocking
|
|
1660
|
+
- **Tests:** Stabilized merge cleanup testing to avoid environment-dependent blocking
|
|
1661
|
+
during release verification.
|
|
1393
1662
|
|
|
1394
1663
|
### Contributors
|
|
1395
1664
|
|
|
@@ -1407,11 +1676,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1407
1676
|
|
|
1408
1677
|
### Changed
|
|
1409
1678
|
|
|
1410
|
-
- **Architecture:** Modularized app and runtime into focused modules (`app/` and
|
|
1679
|
+
- **Architecture:** Modularized app and runtime into focused modules (`app/` and
|
|
1680
|
+
`runtime/`).
|
|
1411
1681
|
- **Runtime:** Injected event source into the runtime event loop for better testability.
|
|
1412
1682
|
- **Session:** Made agent and model configurations session-scoped.
|
|
1413
|
-
- **Linting:** Refined clippy lint configuration, tightening policies and re-enabling
|
|
1414
|
-
|
|
1683
|
+
- **Linting:** Refined clippy lint configuration, tightening policies and re-enabling
|
|
1684
|
+
pedantic rules.
|
|
1685
|
+
- **Skills:** Symlinked the entire skills directory for agents and refactored release
|
|
1686
|
+
skill.
|
|
1415
1687
|
- **Refactor:** Refactored long handlers to enforce clippy line limits.
|
|
1416
1688
|
|
|
1417
1689
|
### Contributors
|
|
@@ -1429,8 +1701,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1429
1701
|
|
|
1430
1702
|
### Changed
|
|
1431
1703
|
|
|
1432
|
-
- **Session Ordering:** Sessions are now strictly ordered by `updated_at` (latest
|
|
1433
|
-
|
|
1704
|
+
- **Session Ordering:** Sessions are now strictly ordered by `updated_at` (latest
|
|
1705
|
+
first).
|
|
1706
|
+
- **Performance:** Implemented incremental session state refresh to reduce database
|
|
1707
|
+
load.
|
|
1434
1708
|
- **UX:** Moved prompt cursor by visual wrapped lines for better navigation.
|
|
1435
1709
|
- **Internal:** Use `String` directly for session IDs in `AppMode` and command flows.
|
|
1436
1710
|
- **Internal:** Refactored health checks into flat pass/fail checks.
|
|
@@ -1480,7 +1754,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1480
1754
|
|
|
1481
1755
|
### Added
|
|
1482
1756
|
|
|
1483
|
-
- **GitHub Integration:** Added 'p' command to create GitHub Pull Requests (draft by
|
|
1757
|
+
- **GitHub Integration:** Added 'p' command to create GitHub Pull Requests (draft by
|
|
1758
|
+
default).
|
|
1484
1759
|
- **GitHub Integration:** Added GitHub CLI health check with nested auth sub-check.
|
|
1485
1760
|
- **UI:** Centralized icons into a reusable `Icon` enum.
|
|
1486
1761
|
- **UI:** Improve command palette with arrow navigation and auto-select.
|
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# Agentty
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+

|
|
4
|
+
[](https://codecov.io/gh/agentty-xyz/agentty)
|
|
5
|
+
[](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml)
|
|
4
6
|
|
|
5
|
-
Agentty is an **ADE (Agentic Development Environment) for structured, controllable
|
|
7
|
+
Agentty is an **ADE (Agentic Development Environment) for structured, controllable
|
|
8
|
+
AI-assisted software development**. Built with Rust and [Ratatui](https://ratatui.rs),
|
|
9
|
+
and refined through its own day-to-day use, it brings agents, review, and iteration into
|
|
10
|
+
one focused terminal workflow.
|
|
6
11
|
|
|
7
12
|
<p align="center">
|
|
8
13
|
<img src="docs/site/static/demo/demo.gif" alt="Agentty demo" width="900" />
|
|
@@ -52,19 +57,17 @@ agentty # Launch with auto-update enabled (default)
|
|
|
52
57
|
agentty --no-update # Launch without automatic updates
|
|
53
58
|
```
|
|
54
59
|
|
|
55
|
-
Use the **Settings** tab to switch between the default terminal colors and the
|
|
56
|
-
docs-site-inspired `Hacker` theme.
|
|
57
|
-
|
|
58
60
|
## Documentation
|
|
59
61
|
|
|
60
|
-
Documentation for installation and workflows is available at
|
|
62
|
+
Documentation for installation and workflows is available at
|
|
63
|
+
[agentty.xyz/docs](https://agentty.xyz/docs/).
|
|
61
64
|
|
|
62
65
|
> [!WARNING]
|
|
66
|
+
>
|
|
63
67
|
> Agentty is in active development. While releases follow Semantic Versioning, the
|
|
64
68
|
> current `0.y.z` series may still introduce breaking changes between releases as
|
|
65
|
-
> workflows, integrations, and safeguards evolve. Always review and verify the
|
|
66
|
-
>
|
|
67
|
-
> them.
|
|
69
|
+
> workflows, integrations, and safeguards evolve. Always review and verify the changes
|
|
70
|
+
> Agentty proposes or applies in your repositories before you rely on them.
|
|
68
71
|
|
|
69
72
|
## Contributing
|
|
70
73
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"name": "agentty",
|
|
26
|
-
"version": "0.8.
|
|
26
|
+
"version": "0.8.8"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/cliui": {
|
|
29
29
|
"engines": {
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"requires": true,
|
|
545
|
-
"version": "0.8.
|
|
545
|
+
"version": "0.8.8"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/agentty-xyz/agentty/releases/download/v0.8.
|
|
3
|
+
"https://github.com/agentty-xyz/agentty/releases/download/v0.8.8"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"agentty": "run-agentty.js"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"zipExt": ".tar.xz"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"version": "0.8.
|
|
71
|
+
"version": "0.8.8",
|
|
72
72
|
"volta": {
|
|
73
73
|
"node": "18.14.1",
|
|
74
74
|
"npm": "9.5.0"
|