agentty 0.8.4 → 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 CHANGED
@@ -2,10 +2,116 @@
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
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
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
- ## [Unreleased]
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
9
115
 
10
116
  ## [v0.8.4] - 2026-04-25
11
117
 
@@ -65,8 +171,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
171
 
66
172
  ### Fixed
67
173
 
68
- - Show review fallback status when no review text is available and refresh staged-draft sessions immediately.
69
- - Preserve focused review visibility after completion across prompt, question, and done sessions.
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.
70
178
  - Preserve user-cancelled turns as canceled sessions.
71
179
  - Track turn prompt source to preserve agent payload text.
72
180
  - Restrict protocol questions to genuine clarifications.
@@ -80,7 +188,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
188
 
81
189
  ### Added
82
190
 
83
- - Preview review-request comments inside the diff page. Press `d` from a review-ready session to open the diff page, then press `c` inside the page to toggle the right panel between the git diff and the cached comments. The comments panel lists inline threads and pull-request-level "General discussion" comments for GitHub-linked sessions; GitLab support is tracked as a follow-up.
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.
84
196
  - Add theme setting and theme-aware palette rendering.
85
197
  - Add `gpt-5.5` Codex model support.
86
198
  - Render session summary above active prompt during in-progress turns.
@@ -107,20 +219,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
219
 
108
220
  ### Added
109
221
 
110
- - Add terminal session continuation that seeds a new session from completed or canceled work.
111
- - Add `/apply` so focused-review suggestions can be sent back to the agent as a new prompt.
112
- - Add background review-request polling plus refreshed session-view guidance and demo coverage.
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.
113
228
 
114
229
  ### Changed
115
230
 
116
- - Refactor app orchestration, database repositories, and UI layout/state into narrower modules with typed `SessionId` handling.
117
- - Improve forge workflow handling, including remote working-directory GitHub CLI execution and stacked review-request planning.
118
- - Refresh release-policy, workflow, keybinding, and architecture documentation for the new session and review flows.
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.
119
237
 
120
238
  ### Fixed
121
239
 
122
- - Add SQLite busy-timeout handling and align WAL persistence settings for more reliable session storage.
123
- - Debounce stale `@`-mention loading, clear pending session tasks correctly, and preserve focused-review output through clarification flows.
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.
124
244
 
125
245
  ### Contributors
126
246
 
@@ -199,8 +319,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199
319
 
200
320
  ### Changed
201
321
 
202
- - Delay draft-session worktree creation until the staged bundle starts so the branch is based on the latest local base branch.
203
- - Split branch publishing onto `p` and forge review-request publishing onto `Shift+P`, with the same optional custom branch-name flow.
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.
204
326
 
205
327
  ### Fixed
206
328
 
@@ -285,7 +407,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285
407
  - Constrain draft prompt routing to new sessions.
286
408
  - Normalize @lookups for agent delivery while preserving raw prompt text.
287
409
  - Refactor prompt composer into shared domain module.
288
- - Preserve focused review when exiting diff mode and suppress rebase during `AgentReview`.
410
+ - Preserve focused review when exiting diff mode and suppress rebase during
411
+ `AgentReview`.
289
412
  - Refine docs table wrapping, runtime-flow guidance, and session workflow diagrams.
290
413
  - Adopt promotion-based roadmap ownership process.
291
414
 
@@ -335,16 +458,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
335
458
 
336
459
  - Add draft session workflow state and staged draft metadata handling.
337
460
  - Add session diff stats plus base and remote git status tracking in the UI.
338
- - Add broader unit and E2E coverage, including modular `testty`-backed session, navigation, confirmation, and showcase flows.
461
+ - Add broader unit and E2E coverage, including modular `testty`-backed session,
462
+ navigation, confirmation, and showcase flows.
339
463
  - Add a features page with per-feature GIF demos to the docs site.
340
464
 
341
465
  ### Changed
342
466
 
343
467
  - Persist and reuse app-server instruction bootstrap state across restored sessions.
344
- - Scope model selection and auto-commit defaults to locally runnable backends and project setting names.
345
- - Propagate typed error enums through app, session, app-server transport, and CLI boundaries.
346
- - Restrict follow-up tasks to code changes and default new follow-up prompts to the first available task.
347
- - Restructure E2E coverage into multi-module tests and refresh roadmap planning guidance.
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.
348
476
 
349
477
  ### Contributors
350
478
 
@@ -380,13 +508,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380
508
  ### Added
381
509
 
382
510
  - Add a docs-site blog section.
383
- - Add roadmap metadata requirements for step headings, IDs, assignees, and claim commits.
511
+ - Add roadmap metadata requirements for step headings, IDs, assignees, and claim
512
+ commits.
384
513
 
385
514
  ### Changed
386
515
 
387
- - Rename the Rust-native TUI E2E crate from `ag-tui-test` to `testty` and prepare it for crates.io publishing.
388
- - Remove the manual review-request sync flow and keep `end_turn_no_answer` aligned with `Review`.
389
- - Refocus implementation-roadmap guidance on active follow-up work and simpler step operations.
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.
390
522
  - Remove `#[ignore]` gates from E2E tests.
391
523
  - Clarify session commit prompt guidance to consult repository commit conventions.
392
524
 
@@ -499,7 +631,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
499
631
  ### Changed
500
632
 
501
633
  - Publish session branches with `git push --force-with-lease`.
502
- - Update agent test expectations for generic agent wording and the current commit message model.
634
+ - Update agent test expectations for generic agent wording and the current commit
635
+ message model.
503
636
 
504
637
  ### Contributors
505
638
 
@@ -685,11 +818,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
685
818
 
686
819
  - **Agent:** Add predefined answer options for agent questions.
687
820
  - **Agent:** Add mandatory per-turn change summaries to agent protocol.
688
- - **Infra:** Implement forge CLI review-request adapters (GitHub/GitLab PR/MR workflows).
821
+ - **Infra:** Implement forge CLI review-request adapters (GitHub/GitLab PR/MR
822
+ workflows).
689
823
  - **UI:** Add session view review request workflows (create, open, refresh).
690
824
  - **UI:** Show project scope in list tabs.
691
825
  - **Settings:** Scope settings per project.
692
- - **Review:** Auto-start focused review generation on session Review transition and cache results.
826
+ - **Review:** Auto-start focused review generation on session Review transition and
827
+ cache results.
693
828
 
694
829
  ### Changed
695
830
 
@@ -712,7 +847,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
712
847
  - **Docs:** Add GitHub issue form templates and directory indexing.
713
848
  - **Infra:** Add default pull request template for the repository.
714
849
  - **UI:** Add Agentty info panel to the project list.
715
- - **UI:** Chat panel gets polished chrome and unified overlay styling with dimmed backdrop.
850
+ - **UI:** Chat panel gets polished chrome and unified overlay styling with dimmed
851
+ backdrop.
716
852
 
717
853
  ### Changed
718
854
 
@@ -747,8 +883,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
747
883
 
748
884
  ### Added
749
885
 
750
- - **UI:** Support `Alt+Enter` and `Shift+Enter` newline entry across settings and prompt.
751
- - **Session:** Generate session titles from user intent when the first start turn begins.
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.
752
890
 
753
891
  ### Changed
754
892
 
@@ -760,7 +898,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
760
898
  - **UI:** Stop `@mention` highlighting before trailing punctuation.
761
899
  - **Session Output:** Improve verbatim markdown wrapping and Unicode width handling.
762
900
  - **Session Output:** Preserve multiline user prompts across persistence and rendering.
763
- - **Review:** Tighten review suggestion severity criteria and require concise actionable suggestions.
901
+ - **Review:** Tighten review suggestion severity criteria and require concise actionable
902
+ suggestions.
764
903
  - **Architecture:** Refactor module roots into router-only modules.
765
904
  - **Claude:** Enforce strict MCP config for Claude backend.
766
905
  - **Docs:** Reframe UI beautification plan around implementation status.
@@ -779,16 +918,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
779
918
 
780
919
  - **UI:** Support multiline open command editing in the settings tab.
781
920
  - **UI:** Render session status header directly above the output panel.
782
- - **Session:** Add open command selector when multiple launch commands are configured for a worktree.
921
+ - **Session:** Add open command selector when multiple launch commands are configured
922
+ for a worktree.
783
923
  - **Docs:** Add `CLAUDE` and `GEMINI` symlinks for module-level `AGENTS.md` files.
784
924
 
785
925
  ### Changed
786
926
 
787
- - **Architecture:** Rename `app` and `ui` module roots to singular names (`app.rs`, `ui.rs`, `domain.rs`, `infra.rs`, `runtime.rs`).
927
+ - **Architecture:** Rename `app` and `ui` module roots to singular names (`app.rs`,
928
+ `ui.rs`, `domain.rs`, `infra.rs`, `runtime.rs`).
788
929
  - **Architecture:** Parse merge commit messages from structured protocol output.
789
- - **Architecture:** Harden `AGENTS.md` index validation and normalize directory index links.
790
- - **Docs:** Prevent content and table-of-contents text overflow on the documentation site.
791
- - **Docs:** Expand runtime flow documentation and add doc comments across migration, runtime, UI, and database helpers.
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.
792
936
 
793
937
  ### Contributors
794
938
 
@@ -800,18 +944,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
800
944
 
801
945
  - **UI:** Show active session count in the project list.
802
946
  - **Review:** Run focused review assist in isolated start mode.
803
- - **Docs:** Split architecture documentation into a dedicated section and document structured response protocol.
947
+ - **Docs:** Split architecture documentation into a dedicated section and document
948
+ structured response protocol.
804
949
 
805
950
  ### Changed
806
951
 
807
952
  - **Protocol:** Harden structured protocol handling across providers.
808
- - **Architecture:** Standardize module-oriented imports across the `app` and `ui` layers.
809
- - **Architecture:** Align architecture docs with runtime mode, channel schema, and test boundaries.
810
- - **Quality:** Require explicit user approval to retain legacy behavior during development.
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.
811
959
 
812
960
  ### Fixed
813
961
 
814
- - **UI:** Fix active session count calculation to exclude `Question` status and ensure projects reload on session refresh.
962
+ - **UI:** Fix active session count calculation to exclude `Question` status and ensure
963
+ projects reload on session refresh.
815
964
 
816
965
  ### Contributors
817
966
 
@@ -822,19 +971,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
822
971
 
823
972
  ### Added
824
973
 
825
- - **UI:** Handle agent clarification questions in a dedicated question mode with persistent history.
974
+ - **UI:** Handle agent clarification questions in a dedicated question mode with
975
+ persistent history.
826
976
  - **UI:** Highlight `@mention` tokens in chat input.
827
977
  - **UI:** Improve chat input wrapping and viewport scrolling.
828
978
  - **UI:** Align session output wrapping with panel borders.
829
- - **Architecture:** Switch agent output to schema-validated JSON messages and normalize assist protocol output.
830
- - **Architecture:** Inject `FsClient` and `Clock` dependencies into session workflows for better testability.
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.
831
983
  - **Architecture:** Route session stats and filesystem workflows through the app layer.
832
984
  - **Docs:** Add diff-first verification guidance and refine site responsiveness.
833
985
 
834
986
  ### Changed
835
987
 
836
- - **Session:** Move first-turn title generation to the start-turn worker and use plain text.
837
- - **Session:** Filter Codex thought/reasoning text from persisted assistant output and handle it separately during streaming.
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.
838
992
  - **Session:** Remove plan messages from the agent response protocol.
839
993
  - **Session:** Prefer active sessions for initial selection in the UI.
840
994
  - **Protocol:** Prefer agent message content over trailing reasoning payloads.
@@ -846,7 +1000,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
846
1000
 
847
1001
  ### Fixed
848
1002
 
849
- - **Session:** Ensure merge cleanup (worktree/branch removal) completes before marking session as `Done`.
1003
+ - **Session:** Ensure merge cleanup (worktree/branch removal) completes before marking
1004
+ session as `Done`.
850
1005
  - **Sync:** Optimize session output synchronization for append-heavy updates.
851
1006
  - **Review:** Parse structured agent responses in focused review assist correctly.
852
1007
 
@@ -859,16 +1014,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
859
1014
 
860
1015
  ### Added
861
1016
 
862
- - **UI:** Add `Ctrl+u` prompt-line deletion and intent-aware confirmations for merge, delete, and quit actions.
863
- - **Settings:** Persist Codex reasoning levels and propagate reasoning identifiers through runtime integrations.
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.
864
1021
  - **Environment:** Allow `AGENTTY_ROOT` to override the default agentty data root.
865
1022
 
866
1023
  ### Changed
867
1024
 
868
- - **UI:** Remove the session list project column and highlight the active project name in the `Sessions` tab.
869
- - **Session:** Preserve live session state during reload and unify child PID propagation across assist/rebase/merge flows.
870
- - **Docs:** Split usage docs into dedicated workflow and keybindings pages and refine rebase conflict guidance.
871
- - **Quality:** Require full validation checks during execution and standardize the full test command to single-threaded runs.
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.
872
1033
 
873
1034
  ### Fixed
874
1035
 
@@ -890,8 +1051,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
890
1051
  - **Docs:** Add design and architecture documentation page.
891
1052
  - **Docs:** Add GitHub metadata badges and right-side anchor links.
892
1053
  - **Docs:** Add tooling setup instructions for `uv` and `pre-commit`.
893
- - **Session:** Generate session titles once in background and refine generation instructions.
894
- - **Session:** Persist and resume provider-native conversation identifiers across restarts.
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.
895
1058
  - **Architecture:** Add structured agent response protocol with metadata delimiter.
896
1059
  - **Architecture:** Unify session turn execution through agent channels.
897
1060
 
@@ -900,7 +1063,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
900
1063
  - **Codex:** Load usage limits lazily and remove usage panel/polling.
901
1064
  - **Codex:** Update model defaults and remove `gpt-5.2-codex`.
902
1065
  - **UI:** Refine info overlay and session list padding.
903
- - **Architecture:** Extract process boundaries (tmux, editor, sync) and inject dependencies (clock, sleeper, git) for better testability.
1066
+ - **Architecture:** Extract process boundaries (tmux, editor, sync) and inject
1067
+ dependencies (clock, sleeper, git) for better testability.
904
1068
  - **Architecture:** Propagate assistant phase metadata in app-server streams.
905
1069
  - **Sync:** Render sync success details as markdown sections.
906
1070
 
@@ -920,13 +1084,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
920
1084
 
921
1085
  - **UI:** Add Cmd+Backspace current-line deletion in prompt.
922
1086
  - **Settings:** Add default review model and separate default smart/fast model settings.
923
- - **Review:** Enforce read-only constraints for focused review assist and refine prompt structure.
1087
+ - **Review:** Enforce read-only constraints for focused review assist and refine prompt
1088
+ structure.
924
1089
 
925
1090
  ### Changed
926
1091
 
927
1092
  - **UI:** Show diff line-change totals in diff panel title.
928
1093
  - **UI:** Center loading sync text in info overlay and show only OK action.
929
- - **Sync:** Improve sync completion details and info overlay presentation; show newly pulled commit titles.
1094
+ - **Sync:** Improve sync completion details and info overlay presentation; show newly
1095
+ pulled commit titles.
930
1096
  - **Settings:** Rename DevServer setting to OpenCommand.
931
1097
  - **Session:** Session manager replays review history after restart.
932
1098
  - **Tokens:** Read turn usage from thread token usage updates.
@@ -959,8 +1125,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
959
1125
  ### Changed
960
1126
 
961
1127
  - **UI:** Keep info overlay action row visible for multiline messages.
962
- - **UI:** Handle shifted J/K scrolling in diff mode and block actions for canceled sessions.
963
- - **Sync:** Improve sync popup guidance for push authentication failures and render sync success metrics on separate lines.
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.
964
1132
  - **Git:** Set non-interactive git prompt defaults for repo commands.
965
1133
  - **Architecture:** Backend command construction uses one build API.
966
1134
 
@@ -999,25 +1167,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
999
1167
 
1000
1168
  ### Added
1001
1169
 
1002
- - **UI:** Add `Shift+Arrow` and `Alt/Shift+Backspace` word-wise cursor movement in prompt mode.
1003
- - **Models:** Stream Gemini assistant chunks to the UI during turns and handle ACP permission requests.
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.
1004
1174
  - **Skills:** Add code review skill.
1005
1175
  - **Tests:** Add regression tests and improve coverage with mocked clients.
1006
1176
 
1007
1177
  ### Changed
1008
1178
 
1009
- - **UI:** Project switcher supports `j`/`k` navigation, unfiltered list navigation, and visible selection.
1010
- - **UI:** Report sync outcome details in completion popup and keep confirmation choices visible.
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.
1011
1183
  - **UX:** List mode opens canceled sessions on `Enter`.
1012
- - **Models:** Codex resume uses `--last` only without replay history and enforces high reasoning effort.
1184
+ - **Models:** Codex resume uses `--last` only without replay history and enforces high
1185
+ reasoning effort.
1013
1186
  - **Models:** Rename Gemini Pro preview variant to Gemini 3.1.
1014
- - **Session Output:** Keep clean auto-commit silent, report no-op states, and ignore synthetic Codex completion messages.
1015
- - **Architecture:** Centralize git command execution and isolate Codex usage-limit loading.
1016
- - **Docs:** Update documentation to highlight Agentty self-hosting and align docs page widths.
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.
1017
1193
 
1018
1194
  ### Fixed
1019
1195
 
1020
- - **Models:** Handle Gemini `session/new` error responses explicitly and ignore empty assistant chunks.
1196
+ - **Models:** Handle Gemini `session/new` error responses explicitly and ignore empty
1197
+ assistant chunks.
1021
1198
  - **UI:** Stabilize site header across routes.
1022
1199
 
1023
1200
  ### Removed
@@ -1041,8 +1218,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1041
1218
 
1042
1219
  - **App:** Resolve main repository roots via git and exclude session worktrees.
1043
1220
  - **UI:** Switch to `Sessions` after project selection and compact footer help actions.
1044
- - **Runtime:** Route app-server turns by provider, include root `AGENTS.md` instructions, and pass session folder/model in Codex payloads.
1045
- - **Docs:** Reorganize site sections, standardize skill headers, and migrate the docs site to compiled Sass styling.
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.
1046
1225
  - **Models:** Add support for the `gpt-5.3-codex-spark` model.
1047
1226
 
1048
1227
  ### Fixed
@@ -1119,15 +1298,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1119
1298
 
1120
1299
  ### Added
1121
1300
 
1122
- - **Session Output:** Add toggle to switch between summary and full output for completed sessions.
1301
+ - **Session Output:** Add toggle to switch between summary and full output for completed
1302
+ sessions.
1123
1303
  - **Release:** Require explicit confirmation for version bump type in release skill.
1124
1304
  - **Runtime:** Track active turn ID to prevent race conditions during turn completion.
1125
1305
 
1126
1306
  ### Changed
1127
1307
 
1128
- - **Architecture:** Refactor UI routing and overlays into dedicated modules and centralize frame drawing.
1129
- - **Session:** Defer session cleanup and load at-mention entries asynchronously for faster startup.
1130
- - **Git:** Retry git commands on index lock contention and simplify session view handling.
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.
1131
1314
  - **Settings:** Only persist default model when the "last-used" option is enabled.
1132
1315
  - **Rebase:** Improve recovery from stale metadata during rebase assist.
1133
1316
  - **Permissions:** Consolidate permission handling into a single "Auto Edit" mode.
@@ -1154,14 +1337,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1154
1337
  - **Stats:** Persist session-creation activity and render by local day.
1155
1338
  - **Stats:** Persist and display all-time model usage and longest session duration.
1156
1339
  - **Help:** Help system uses state-aware action projection.
1157
- - **Dev Server:** Add editable Dev Server setting and run when opening session tmux window.
1340
+ - **Dev Server:** Add editable Dev Server setting and run when opening session tmux
1341
+ window.
1158
1342
  - **UX:** Add `h`/`l` shortcuts for confirmation selection.
1159
1343
 
1160
1344
  ### Changed
1161
1345
 
1162
1346
  - **Architecture:** Refactor agent infrastructure into provider modules.
1163
1347
  - **Architecture:** Split git infrastructure and UI utilities into focused modules.
1164
- - **Architecture:** Inject `GitClient` into app workflows and isolate multi-command git tests.
1348
+ - **Architecture:** Inject `GitClient` into app workflows and isolate multi-command git
1349
+ tests.
1165
1350
  - **Refactor:** Move file indexing into infra module and parse using `pulldown-cmark`.
1166
1351
  - **Refactor:** Rename state, file, and mode modules for clarity.
1167
1352
  - **Refactor:** Move module roots from `mod.rs` to sibling files.
@@ -1170,13 +1355,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1170
1355
  - **Plan:** Improve plan follow-ups and Codex stats limit rendering.
1171
1356
  - **UX:** Use shared confirmation mode for quit and session deletion.
1172
1357
  - **UX:** Confirmation prompts default to "No" selection.
1173
- - **UX:** Hide open-worktree shortcut for done sessions and restrict view actions while running.
1358
+ - **UX:** Hide open-worktree shortcut for done sessions and restrict view actions while
1359
+ running.
1174
1360
  - **Commit:** Preserve a single evolving session commit.
1175
1361
  - **Search:** Prioritize basename matches in file list fuzzy scoring.
1176
1362
 
1177
1363
  ### Fixed
1178
1364
 
1179
- - **Codex:** Fix app-server error status recovery and wait for responses before parsing limits.
1365
+ - **Codex:** Fix app-server error status recovery and wait for responses before parsing
1366
+ limits.
1180
1367
  - **Stability:** Fix launch and lint regressions after rebase.
1181
1368
  - **UI:** Deduplicate list background rendering and reset grouped session table offset.
1182
1369
 
@@ -1197,7 +1384,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1197
1384
  - **Stats:** Add activity heatmap to the Stats tab.
1198
1385
  - **Stats:** Track per-model session usage and render usage summaries.
1199
1386
  - **Settings:** Add settings tab and persist default model.
1200
- - **Diff View:** Split diff view into file list and content panels with file explorer navigation.
1387
+ - **Diff View:** Split diff view into file list and content panels with file explorer
1388
+ navigation.
1201
1389
  - **Diff View:** Render changed files as a tree in the file explorer.
1202
1390
  - **Diff View:** Filter diff view content by selected file explorer item.
1203
1391
  - **Site:** Add agentty.xyz documentation site with GitHub Pages deployment workflow.
@@ -1206,25 +1394,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1206
1394
 
1207
1395
  - **Architecture:** Refactor codebase into domain, infrastructure, and UI state modules.
1208
1396
  - **Architecture:** Move tab state into a dedicated tab manager.
1209
- - **Session List:** Group sessions by merge queue and separate archived sessions with placeholders.
1397
+ - **Session List:** Group sessions by merge queue and separate archived sessions with
1398
+ placeholders.
1210
1399
  - **Session List:** Align session navigation with grouped list order.
1211
1400
  - **Session Output:** Render session output and user prompt blocks as markdown.
1212
- - **Session Output:** Preserve multiline user prompt block spacing and verbatim rendering.
1213
- - **Merge Queue:** Queue session merges in FIFO order and handle queued sessions across app and UI.
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.
1214
1405
  - **Merge Queue:** Advance merge queue progression and retry on git index lock failures.
1215
1406
  - **Merge:** Treat already-applied squash merges as successful.
1216
1407
  - **Rebase:** Harden rebase assist loop against partially resolved conflicts.
1217
1408
  - **Output:** Task service batches streamed output before flushing.
1218
1409
  - **Output:** Separate streamed response messages for Codex output spacing.
1219
1410
  - **Models:** Load default session model from persisted setting.
1220
- - **Models:** Use npm semver for version checks and restore version display in status bar.
1411
+ - **Models:** Use npm semver for version checks and restore version display in status
1412
+ bar.
1221
1413
  - **Prompt:** Handle multiline paste and control-key newlines in prompt input.
1222
- - **Site:** Redesign landing page with dark terminal theme, Tailwind CSS v4, and theme selector.
1414
+ - **Site:** Redesign landing page with dark terminal theme, Tailwind CSS v4, and theme
1415
+ selector.
1223
1416
  - **Deps:** Bump dependency versions.
1224
1417
 
1225
1418
  ### Fixed
1226
1419
 
1227
- - **Build:** Fix refactor regressions and restore build stability after module restructure.
1420
+ - **Build:** Fix refactor regressions and restore build stability after module
1421
+ restructure.
1228
1422
 
1229
1423
  ### Contributors
1230
1424
 
@@ -1245,12 +1439,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1245
1439
 
1246
1440
  ### Changed
1247
1441
 
1248
- - **Session Metadata:** Move session status to output panel title and metadata to chat input border.
1442
+ - **Session Metadata:** Move session status to output panel title and metadata to chat
1443
+ input border.
1249
1444
  - **Session Titles:** Persist session title and summary from squash commit message.
1250
1445
  - **Session Titles:** Use full prompt as session title for new sessions.
1251
1446
  - **Session Replay:** Replay session transcript once after model switch.
1252
1447
  - **Git Actions:** Remove session commit count and always show git actions.
1253
- - **Diff View:** Use merge-base for session diff to accurately exclude base branch updates.
1448
+ - **Diff View:** Use merge-base for session diff to accurately exclude base branch
1449
+ updates.
1254
1450
  - **Rebase:** Refactor rebase logic into a reusable workflow.
1255
1451
  - **Database:** Make session token stats non-nullable with zero defaults.
1256
1452
  - **NPM:** Update package name to `agentty` in docs and badges.
@@ -1269,16 +1465,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1269
1465
 
1270
1466
  ### Added
1271
1467
 
1272
- - **Session UX:** Added a delete confirmation mode with selectable actions for session deletion.
1273
- - **Output Streaming:** Added a live single-line progress indicator in chat and spacing before the first streamed response chunk.
1274
- - **Agent Runtime:** Added Codex output streaming during non-interactive runs and follow-up actions for plan mode replies.
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.
1275
1474
 
1276
1475
  ### Changed
1277
1476
 
1278
- - **Git Runtime:** Completed async `git` module transition to `spawn_blocking` and updated call sites.
1279
- - **Session Model:** Refactored sessions to derive `AgentKind` from `AgentModel`, removed the session `agent` column, and migrated legacy PR statuses to `Review`.
1280
- - **Merge/Rebase:** Improved merge and rebase robustness by auto-committing pending changes before merge/rebase and broadening auto-commit assistance handling.
1281
- - **UI:** Improved session list layout with minimum-width columns and title truncation, and added spacing around user input in session chat output.
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.
1282
1485
  - **Automation:** Split pre-commit workflow into separate autofix and validation phases.
1283
1486
  - **Config:** Removed `npm-scope` from `dist-workspace.toml`.
1284
1487
 
@@ -1296,7 +1499,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1296
1499
 
1297
1500
  ### Added
1298
1501
 
1299
- - **Permissions:** Add per-session permission mode toggle and `Plan` permission mode with denial-gated response parsing.
1502
+ - **Permissions:** Add per-session permission mode toggle and `Plan` permission mode
1503
+ with denial-gated response parsing.
1300
1504
  - **Session Control:** Add `Ctrl+c` to stop running agent sessions.
1301
1505
  - **Prompt History:** Implement prompt history navigation with up/down arrows.
1302
1506
  - **Stats Page:** Add project and model columns to the stats page.
@@ -1307,16 +1511,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1307
1511
 
1308
1512
  ### Changed
1309
1513
 
1310
- - **Architecture:** Refactor app into manager composition with event-driven session state updates and reducer-based routing for git status, PR control, and session mutations.
1311
- - **Architecture:** Split session module and centralize lookups; separate session snapshots from runtime handles.
1312
- - **Session Defaults:** New sessions inherit the latest session's agent, model, and permission mode.
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.
1313
1521
  - **File Listing:** Include non-ignored dotfiles in file listing.
1314
- - **Merge Flow:** Run session merges asynchronously, harden merge messaging, and increase merge commit message timeout.
1315
- - **Rebase Flow:** Improve assisted rebase continuation flow and auto-commit pending changes before rebasing.
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.
1316
1526
  - **Auto-Commit:** Improve auto-commit recovery with agent assistance.
1317
1527
  - **Session Summary:** Backfill and use session summary for finished sessions.
1318
- - **UI:** Move open worktree keybinding to chat view and update session size color palette.
1319
- - **Docs:** Document app module architecture and public API docs; add cargo install instructions to README.
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.
1320
1532
 
1321
1533
  ### Removed
1322
1534
 
@@ -1331,16 +1543,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1331
1543
 
1332
1544
  ### Added
1333
1545
 
1334
- - **Review Workflow:** Added an explicit `Merging` session status and a review-session rebase action.
1335
- - **Session UX:** Added read-only controls for done sessions and a `/clear` slash command.
1336
- - **Help UI:** Added a `?` keybinding with an updated overlay and descriptive slash-command menu.
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.
1337
1552
 
1338
1553
  ### Changed
1339
1554
 
1340
- - **Session List:** Split session metadata into `Project`, `Model`, and `Status` columns with dynamic width sizing.
1341
- - **Runtime:** Run session commands through per-session workers and restore interrupted sessions into `Review`.
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`.
1342
1559
  - **Stats:** Accumulate token usage over time and preserve stats after `/clear`.
1343
- - **Merge Flow:** Enforce merge commit message formatting and normalize co-author trailer handling.
1560
+ - **Merge Flow:** Enforce merge commit message formatting and normalize co-author
1561
+ trailer handling.
1344
1562
  - **UI Cleanup:** Removed agent labels from session list rows and session chat titles.
1345
1563
 
1346
1564
  ### Contributors
@@ -1353,15 +1571,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1353
1571
 
1354
1572
  ### Added
1355
1573
 
1356
- - **Diff View:** Added diff content wrapping to render long changed lines without truncation.
1357
- - **Diff View:** Added structured parsing with line-number gutters (`old│new`) for unified diffs.
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.
1358
1578
  - **Docs:** Added a demo GIF to the README and documented GIF generation with VHS.
1359
1579
 
1360
1580
  ### Changed
1361
1581
 
1362
- - **Diff View:** Compare against each session's base branch so review shows all accumulated changes.
1363
- - **Workflow:** Simplified commit flow by auto-committing after agent iterations and removing manual commit mode.
1364
- - **Release Docs:** Added contributor-list requirements and examples to the release workflow documentation.
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.
1365
1588
 
1366
1589
  ### Contributors
1367
1590
 
@@ -1372,13 +1595,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1372
1595
  ### Added
1373
1596
 
1374
1597
  - **Onboarding:** Added a full-screen onboarding page shown when no sessions exist.
1375
- - **Tests:** Added onboarding behavior coverage for app state, list mode `Enter` handling, and UI rendering conditions.
1598
+ - **Tests:** Added onboarding behavior coverage for app state, list mode `Enter`
1599
+ handling, and UI rendering conditions.
1376
1600
 
1377
1601
  ### Changed
1378
1602
 
1379
- - **UX:** Pressing `Enter` from the onboarding view now creates a new session and opens prompt mode directly.
1380
- - **Error Handling:** Session creation errors in list mode are now surfaced instead of being silently ignored.
1381
- - **UI:** Kept the footer visible during onboarding and simplified session list rendering to consistently use the table layout.
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.
1382
1609
 
1383
1610
  ### Contributors
1384
1611
 
@@ -1388,15 +1615,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1388
1615
 
1389
1616
  ### Added
1390
1617
 
1391
- - **UI:** Show session worktree path and branch in the footer bar for better context awareness.
1618
+ - **UI:** Show session worktree path and branch in the footer bar for better context
1619
+ awareness.
1392
1620
  - **UI:** Display commit count in the session chat title.
1393
1621
  - **Stats:** Add session token usage statistics to the Stats page.
1394
1622
 
1395
1623
  ### Changed
1396
1624
 
1397
- - **Persistence:** Moved application data directory from `/var/tmp/.agentty` to `~/.agentty` for better persistence and standard compliance.
1625
+ - **Persistence:** Moved application data directory from `/var/tmp/.agentty` to
1626
+ `~/.agentty` for better persistence and standard compliance.
1398
1627
  - **UX:** Renamed "Roadmap" tab to "Stats" to better reflect its content.
1399
- - **UX:** Use shortened 8-character UUIDs for session folders and git branches to reduce clutter.
1628
+ - **UX:** Use shortened 8-character UUIDs for session folders and git branches to reduce
1629
+ clutter.
1400
1630
  - **Internal:** Standardized session ID variable naming across the codebase.
1401
1631
 
1402
1632
  ### Contributors
@@ -1408,20 +1638,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1408
1638
 
1409
1639
  ### Added
1410
1640
 
1411
- - **Session Status:** Added a `Committing` status to make commit progress explicit in the session lifecycle.
1641
+ - **Session Status:** Added a `Committing` status to make commit progress explicit in
1642
+ the session lifecycle.
1412
1643
 
1413
1644
  ### Changed
1414
1645
 
1415
- - **Persistence:** Persist session prompt/output history in SQLite and load it on startup so chat history survives app reloads.
1416
- - **Session Output:** Parse agent JSON output and display only the response message in session output.
1417
- - **GitHub Integration:** Parse GitHub PR responses using typed serde structs and move GitHub CLI logic into a dedicated `gh` module.
1418
- - **PR Workflow:** Treat closed pull requests as canceled sessions and show a loader while PR creation is in flight.
1419
- - **Commit Flow:** Improve asynchronous session commit handling and remove placeholder commit output in view mode.
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.
1420
1656
  - **Documentation:** Extract git commit guidance into the shared skills documentation.
1421
1657
 
1422
1658
  ### Fixed
1423
1659
 
1424
- - **Tests:** Stabilized merge cleanup testing to avoid environment-dependent blocking during release verification.
1660
+ - **Tests:** Stabilized merge cleanup testing to avoid environment-dependent blocking
1661
+ during release verification.
1425
1662
 
1426
1663
  ### Contributors
1427
1664
 
@@ -1439,11 +1676,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1439
1676
 
1440
1677
  ### Changed
1441
1678
 
1442
- - **Architecture:** Modularized app and runtime into focused modules (`app/` and `runtime/`).
1679
+ - **Architecture:** Modularized app and runtime into focused modules (`app/` and
1680
+ `runtime/`).
1443
1681
  - **Runtime:** Injected event source into the runtime event loop for better testability.
1444
1682
  - **Session:** Made agent and model configurations session-scoped.
1445
- - **Linting:** Refined clippy lint configuration, tightening policies and re-enabling pedantic rules.
1446
- - **Skills:** Symlinked the entire skills directory for agents and refactored release skill.
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.
1447
1687
  - **Refactor:** Refactored long handlers to enforce clippy line limits.
1448
1688
 
1449
1689
  ### Contributors
@@ -1461,8 +1701,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1461
1701
 
1462
1702
  ### Changed
1463
1703
 
1464
- - **Session Ordering:** Sessions are now strictly ordered by `updated_at` (latest first).
1465
- - **Performance:** Implemented incremental session state refresh to reduce database load.
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.
1466
1708
  - **UX:** Moved prompt cursor by visual wrapped lines for better navigation.
1467
1709
  - **Internal:** Use `String` directly for session IDs in `AppMode` and command flows.
1468
1710
  - **Internal:** Refactored health checks into flat pass/fail checks.
@@ -1512,7 +1754,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1512
1754
 
1513
1755
  ### Added
1514
1756
 
1515
- - **GitHub Integration:** Added 'p' command to create GitHub Pull Requests (draft by default).
1757
+ - **GitHub Integration:** Added 'p' command to create GitHub Pull Requests (draft by
1758
+ default).
1516
1759
  - **GitHub Integration:** Added GitHub CLI health check with nested auth sub-check.
1517
1760
  - **UI:** Centralized icons into a reusable `Icon` enum.
1518
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
- ![NPM Version](https://img.shields.io/npm/v/agentty) [![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](https://codecov.io/gh/agentty-xyz/agentty) [![Postsubmit](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml/badge.svg?branch=main)](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml)
3
+ ![NPM Version](https://img.shields.io/npm/v/agentty)
4
+ [![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](https://codecov.io/gh/agentty-xyz/agentty)
5
+ [![Postsubmit](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml/badge.svg?branch=main)](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml)
4
6
 
5
- Agentty is an **ADE (Agentic Development Environment) for structured, controllable AI-assisted software development**. Built with Rust and [Ratatui](https://ratatui.rs), and refined through its own day-to-day use, it brings agents, review, and iteration into one focused terminal workflow.
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" />
@@ -54,14 +59,15 @@ agentty --no-update # Launch without automatic updates
54
59
 
55
60
  ## Documentation
56
61
 
57
- Documentation for installation and workflows is available at [agentty.xyz/docs](https://agentty.xyz/docs/).
62
+ Documentation for installation and workflows is available at
63
+ [agentty.xyz/docs](https://agentty.xyz/docs/).
58
64
 
59
65
  > [!WARNING]
66
+ >
60
67
  > Agentty is in active development. While releases follow Semantic Versioning, the
61
68
  > current `0.y.z` series may still introduce breaking changes between releases as
62
- > workflows, integrations, and safeguards evolve. Always review and verify the
63
- > changes Agentty proposes or applies in your repositories before you rely on
64
- > 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.
65
71
 
66
72
  ## Contributing
67
73
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.8.4"
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.4"
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.4"
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.4",
71
+ "version": "0.8.8",
72
72
  "volta": {
73
73
  "node": "18.14.1",
74
74
  "npm": "9.5.0"