Commit graph

207 commits

Author SHA1 Message Date
frdel
0094aff20f fixing scrolling, markdown, subordinates 2026-01-30 15:21:54 +01:00
frdel
15175f2a2d Merge branch 'pr/956' into development 2026-01-30 12:42:03 +01:00
frdel
1581d7d12f context.running to identify chat process 2026-01-30 09:54:31 +01:00
Wabifocus
fba5b4cd9d
Merge branch 'development' into message-queue 2026-01-29 21:47:55 -08:00
keyboardstaff
a8595e1575 Queued Messages 2026-01-29 21:22:41 -08:00
3clyp50
a2bd2750e3 file editor component 2026-01-29 23:54:13 +01:00
3clyp50
7623b5a7a6 file/dir renaming, file actions dropdown, extend APIs 2026-01-29 23:54:13 +01:00
frdel
52404a776a preferences polishing 2026-01-29 21:48:55 +01:00
3clyp50
042f2d1393 add "list" to step expansion modes
When you select LIST mode:
applyModeSteps("list", showUtils) is called
- Groups expand because: mode !== "collapsed" → "list" !== "collapsed" ✓
- Steps stay collapsed because: mode === "expanded" → "list" === "expanded" ✗
- During streaming, steps don't auto-expand because the condition checks for detailMode === "current", which is false.

This is why we only need one line for this new modality to work.
2026-01-29 20:00:38 +01:00
3clyp50
9ef6b2294c css constraints for steps;terminal polish 2026-01-29 18:59:08 +01:00
3clyp50
561165b17c show less btn fix 2026-01-29 17:42:57 +01:00
3clyp50
c25815f752 flat kvps in step detail modals 2026-01-29 12:54:16 +01:00
3clyp50
3805cc4439 collapsible responses rework 2026-01-29 12:50:28 +01:00
3clyp50
0f82977c46 css constraints for thoughts p 2026-01-29 12:47:17 +01:00
3clyp50
c372a7e048 segments copy btn in step details 2026-01-29 12:47:17 +01:00
frdel
68e33c6a75 small polishes and cleanups 2026-01-29 09:19:02 +01:00
frdel
680cfbf017 Merge branch 'pr/959' into development 2026-01-28 15:54:33 +01:00
frdel
dd717dc8cc UI fixes, cleanups 2026-01-28 15:53:54 +01:00
3clyp50
da2a26fc0b scrollbar fix 2026-01-28 15:15:41 +01:00
3clyp50
2463b85749 generic modals with kvps for step detail 2026-01-28 15:15:41 +01:00
3clyp50
dcaf133106 prevent nested selection; css polish 2026-01-27 22:07:05 +01:00
3clyp50
d189156a16 add copy btn to code blocks and tables 2026-01-27 18:07:39 +01:00
frdel
93419f9106 process group step detail toggler 2026-01-26 14:11:04 +01:00
3clyp50
cd3523c4e7 action buttons refactor 2026-01-26 13:30:36 +01:00
frdel
6c822f1446 scroller update, action buttons - WIP 2026-01-26 09:53:33 +01:00
frdel
f63df9f4eb chat rendering refactor - work in progress 2026-01-25 19:12:34 +01:00
frdel
c4846e7e9d continued log+rendering refactor 2026-01-23 22:08:19 +01:00
3clyp50
08e6d06241 preferencesStore fix 2026-01-23 14:31:45 +01:00
3clyp50
23beed94de message handling refactor #1 2026-01-23 14:13:02 +01:00
frdel
429f737786 preparation for refactor 2026-01-23 10:11:41 +01:00
3clyp50
211e9ac3bf confirm handler for restart btn 2026-01-22 09:59:43 +01:00
3clyp50
2c8eeda6b4 active groups use DOM; mode bugfix 2026-01-22 09:54:31 +01:00
3clyp50
8e73cbcb1d defaultCollapsed leftover for proc-grp 2026-01-22 09:54:04 +01:00
3clyp50
2afd2f077f current mode steps delay fix 2026-01-22 09:25:01 +01:00
3clyp50
2b867f00f0 action buttons restore/fix 2026-01-22 02:36:53 +01:00
frdel
2ce2142ec8 Merge branch 'pr/907' into development 2026-01-21 17:36:54 +01:00
3clyp50
3692587696 steps/groups tracking and bugfix; timeout for msgs 2026-01-21 17:33:08 +01:00
frdel
ef246d3f38 Update process-group.css 2026-01-21 17:16:56 +01:00
frdel
060f631f3e user message attachments progress 2026-01-21 16:47:57 +01:00
3clyp50
91304a58d5 step expansion fix and timeout 2026-01-21 14:58:03 +01:00
3clyp50
0acc14a315 gen step detail content fix 2026-01-21 14:57:34 +01:00
3clyp50
bcee4768c9 action buttons redesign (detail-copy-speak) 2026-01-21 14:56:03 +01:00
frdel
cc834d3b36 images, image viewer 2026-01-21 14:02:15 +01:00
frdel
e53db344b7 attachments, errors 2026-01-21 12:02:47 +01:00
frdel
be8036d137 preferences labels update 2026-01-21 10:40:51 +01:00
frdel
e81f24ec99 Merge branch 'pr/907' into development 2026-01-20 16:41:02 +01:00
frdel
08693c22f0 fixes - allowed hosts, image get folders, extensions after termination 2026-01-20 16:40:16 +01:00
3clyp50
f95db44a51 error redesign
error css fixes

css cleanup

copy btn in errors
2026-01-20 16:28:09 +01:00
3clyp50
6aaadfaf2f view details btn fix 2026-01-20 16:28:03 +01:00
3clyp50
cc276a0f5b step detail modal for all events 2026-01-20 15:48:53 +01:00