• Joined on 2026-02-16
hugo closed issue hugo/DS4Server#23 2026-07-27 17:21:37 +00:00
show the git branch in the chat area as well as the project we are on
hugo commented on issue hugo/DS4Server#23 2026-07-27 17:21:31 +00:00
show the git branch in the chat area as well as the project we are on

Implemented in aebfe7a. The chat composer status row now shows the project and local Git branch before the model name. Draft chats get a project picker that moves the unsaved draft; saved chats…

hugo pushed to main at hugo/DS4Server 2026-07-27 17:21:05 +00:00
aebfe7aeb6 Add project and branch chat controls
hugo commented on issue hugo/DS4Server#33 2026-07-27 17:13:18 +00:00
multiple chats must be able to work in parallel

Implemented in 7d865df. Active chats now retain complete independent state when switched away: transcript streaming, queued prompts, generation/compaction/title receivers, context counters, KV…

hugo closed issue hugo/DS4Server#33 2026-07-27 17:13:18 +00:00
multiple chats must be able to work in parallel
hugo pushed to main at hugo/DS4Server 2026-07-27 17:13:08 +00:00
7d865df20f Run chats independently
hugo commented on issue hugo/DS4Server#34 2026-07-27 16:59:05 +00:00
scroll handling must be smoother and user-scrolling should not conflict with updates

Implemented in 22a9397. Removed the 50 ms forced snap during streaming. The transcript now uses bottom anchoring while the user is at the tail, switches to normal top anchoring once they scroll…

hugo closed issue hugo/DS4Server#34 2026-07-27 16:59:05 +00:00
scroll handling must be smoother and user-scrolling should not conflict with updates
hugo pushed to main at hugo/DS4Server 2026-07-27 16:58:55 +00:00
22a939751e Keep chat scrolling under user control
hugo commented on issue hugo/DS4Server#31 2026-07-27 16:54:36 +00:00
session list under projects should be ordered by last use, newest first

Implemented in 7f14b60. Sessions now persist a last-used timestamp, refresh it when opened and when chat/tool turns are stored, and sort newest-first within the existing pinned/normal/archived…

hugo closed issue hugo/DS4Server#31 2026-07-27 16:54:36 +00:00
session list under projects should be ordered by last use, newest first
hugo pushed to main at hugo/DS4Server 2026-07-27 16:53:59 +00:00
7f14b6008a Order sessions by recent use
hugo pushed to main at hugo/DS4Server 2026-07-27 16:49:08 +00:00
1017087fc9 fix: better A2UI description
hugo closed issue hugo/DS4Server#29 2026-07-27 16:37:12 +00:00
the local agent must read an existing AGENTS.md and add it to the starting prompt of a session
hugo commented on issue hugo/DS4Server#29 2026-07-27 16:37:07 +00:00
the local agent must read an existing AGENTS.md and add it to the starting prompt of a session

Implemented in 4adb49a. All required commit gates pass.

hugo pushed to main at hugo/DS4Server 2026-07-27 16:36:09 +00:00
4adb49a4d1 Reuse canonical chat context
hugo pushed to main at hugo/DS4Server 2026-07-27 15:08:16 +00:00
ee7e5696a5 chore: updated plan for dev brain
hugo opened issue hugo/DS4Server#39 2026-07-27 14:42:34 +00:00
add a git pane to the chat / a2ui / stats pill
hugo pushed to main at hugo/DS4Server 2026-07-27 14:38:52 +00:00
50ae1cd5b9 fix: markdown rendering for chat was broken
hugo closed issue hugo/DS4Server#8 2026-07-27 14:36:03 +00:00
add a right sidebar that can show different things