Илия
b13ab71857
perf(team): precompute ActivityTimeline session anchors once per render Merge pull request #68 from sardorb3k/perf/activity-timeline-session-precompute
...
perf(team): precompute ActivityTimeline session anchors once per render
2026-04-19 09:16:09 +03:00
777genius
98657f8b5f
fix(team): harden retained log cleanup fallback
2026-04-19 09:00:45 +03:00
Mike
4c359d5185
perf(team): precompute ActivityTimeline session anchors once per render
...
Replace the per-item backward scan that located the most recent session
anchor with a single forward pass via useMemo.
Before: for every timeline item the render loop walked backward until
it found a lead-thought anchor, so N items produced up to N * N anchor
lookups on every render pass.
After: a single O(n) sweep builds previousSessionAnchorByIndex; render
time lookup is O(1). getItemSessionAnchorId is hoisted to module scope
so it is not recreated per render.
Behavior is unchanged. The three existing separator tests still pass,
and four new cases cover three-session transitions, long runs of
non-anchor items between thought groups, consecutive same-session
thoughts, and single-item lists.
2026-04-19 09:00:59 +05:00
777genius
6ff9a28ccc
feat(team): enhance Claude logs handling and improve retrieval logic
...
- Updated `getClaudeLogs` method to support asynchronous fetching of logs.
- Introduced new interfaces for retained logs and transcript cache entries.
- Added logic to retain and retrieve Claude logs even after cleanup of live runs.
- Implemented fallback mechanism to use persisted transcripts when no live run exists.
- Updated tests to cover new log retention and retrieval scenarios.
2026-04-19 01:38:58 +03:00
777genius
c4dba278b0
test(members): small improvements
2026-04-19 01:38:44 +03:00
777genius
93a6ae74b0
refactor(activity): reuse markdown rendering in compact previews
2026-04-18 21:57:59 +03:00
777genius
fd0c936244
fix(ui): finalize team activity and kanban polish
2026-04-18 21:40:47 +03:00
777genius
dac7b4f875
Merge remote-tracking branch 'origin/dev' into spike/team-snapshot-split-plan
2026-04-18 21:08:41 +03:00
777genius
d1c33cec64
feat(team): add live task log stream count badge
2026-04-18 21:04:15 +03:00
777genius
452948b260
fix(team): refine bootstrap and provider diagnostics
2026-04-18 18:32:21 +03:00
777genius
2fd06fcd48
Merge branch 'dev' into spike/team-snapshot-split-plan
2026-04-18 18:21:25 +03:00
777genius
b7547e5d87
feat(team): expand task and member execution logs
2026-04-18 18:13:37 +03:00
777genius
cb603aaf37
fix(activity): make new session boundaries exact
2026-04-18 16:58:44 +03:00
777genius
ce60831758
Merge branch 'dev' into spike/team-snapshot-split-plan
...
# Conflicts:
# src/renderer/components/sidebar/GlobalTaskList.tsx
# src/renderer/components/team/members/MemberMessagesTab.tsx
# src/renderer/components/team/messages/MessagesPanel.tsx
# test/main/services/team/BoardTaskLogStreamIntegration.test.ts
2026-04-18 14:23:18 +03:00
777genius
5a7d5ea310
test(team): add real-jsonl coverage for task log fallback
2026-04-18 14:13:15 +03:00
777genius
42850e5e97
Merge remote-tracking branch 'origin/dev' into spike/team-snapshot-split-plan
2026-04-18 12:29:28 +03:00
777genius
f536e7e715
fix(ci): restore workspace validation
2026-04-18 12:20:37 +03:00
777genius
1a04b49d24
fix(team): support anthropic opus 4.7 team models
2026-04-18 12:09:26 +03:00
777genius
51376e2620
chore(merge): sync dev into spike/team-snapshot-split-plan
2026-04-18 11:32:29 +03:00
777genius
78c6824d69
feat(team): merge live lead messages and repair transcript resolution
2026-04-18 11:02:21 +03:00
777genius
351244ffdb
fix(team): harden refresh races and loading state
2026-04-17 23:03:58 +03:00
777genius
bb60bbb0ec
fix(ci): restore workspace validation
2026-04-16 22:52:56 +03:00
777genius
6cf0c0d65e
chore(merge): sync dev into team snapshot split spike
2026-04-16 19:44:01 +03:00
777genius
ac1c99ac1f
feat(cliInstaller): add model verification for providers
...
- Introduced CLI_INSTALLER_VERIFY_PROVIDER_MODELS IPC channel for on-demand model verification.
- Implemented handler for verifying provider models in the CliInstallerService.
- Enhanced CLI installation status management with model verification state and availability.
- Updated related components to support model verification feedback in the UI.
2026-04-16 19:41:23 +03:00
777genius
1173a4942a
refactor(team): split team detail snapshot from messages activity
2026-04-15 21:54:38 +03:00
777genius
aed08113e6
feat(agent-graph): integrate stable slot layout for improved node positioning and interaction
...
- Added stable slot layout support in various components, enhancing the layout and interaction of nodes.
- Updated TypeScript configuration to include new paths for the agent-graph package.
- Refactored layout logic in activity lanes and kanban to accommodate stable slot assignments.
- Enhanced GraphView and GraphControls to support sidebar visibility toggling and owner slot drop handling.
- Introduced new types for layout management in GraphDataPort and related files.
- Updated README to include stable slot layout documentation.
2026-04-15 16:18:11 +03:00
777genius
af1caf90e8
Merge branch 'worktree/tmux-hybrid-installer-plan' into dev
...
# Conflicts:
# docs/FEATURE_ARCHITECTURE_STANDARD.md
# eslint.config.js
# src/preload/index.ts
# src/renderer/api/httpClient.ts
# src/renderer/components/dashboard/TmuxStatusBanner.tsx
# tsconfig.node.json
2026-04-14 22:11:41 +03:00
777genius
e5d85ec873
Merge branch 'dev' of https://github.com/777genius/claude_agent_teams_ui into dev
2026-04-14 22:07:15 +03:00
777genius
43f2426a9b
fix: sync team project filters with app selection
2026-04-14 18:10:09 +03:00
777genius
9fe3343038
fix: hide empty member message pagination
2026-04-14 17:25:58 +03:00
Илия
8b53f63e97
fix(team): preserve provider model ids and codex slash suggestions
2026-04-14 16:40:50 +03:00
Илия
f819dd0c27
fix(team): preserve provider model ids and codex slash suggestions
2026-04-14 14:56:29 +03:00
Diego Serrano
bda2e160f7
fix(team): prevent double [1m] suffix on model string during re-launch
2026-04-14 14:35:59 +03:00
777genius
cc91290730
test(task-logs): align stream tool call count
2026-04-13 20:59:24 +03:00
777genius
a0c8db4771
feat(graph-controls): integrate tooltip support, refine button styles, and enhance task creation functionality
2026-04-13 20:51:45 +03:00
777genius
ce0eb75429
feat(session-search): add search functionality and provider filtering to DateGroupedSessions component; enhance task activity detail rendering logic
2026-04-13 20:00:18 +03:00
777genius
804e92419f
feat(activity-detail): implement task activity detail retrieval and UI integration
2026-04-13 19:19:52 +03:00
777genius
07682eca37
feat(graph-controls): add team page and task creation buttons, improve toolbar button styles
2026-04-13 18:36:44 +03:00
777genius
6fbf8518dc
feat(member-details): enhance member detail dialog with activity filtering and initial tab state
2026-04-13 17:00:20 +03:00
777genius
5b328a0f8a
improvement: alot small improvements and fixes
2026-04-13 16:20:57 +03:00
777genius
92dd9318a5
feat(messages): merge bottom sheet panel mode
2026-04-12 22:20:55 +03:00
777genius
cc45549716
feat(messages): add bottom sheet panel mode
2026-04-12 22:17:18 +03:00
777genius
32cea2a927
feat(task-logs): add board task activity and task log stream
2026-04-12 22:13:43 +03:00
777genius
01e9e8350e
feat(frontend): improve runtime connection and team setup ux
2026-04-11 19:55:25 +03:00
777genius
35970000b6
feat(multimodel): unify provider catalog and branding
2026-04-10 22:36:32 +03:00
777genius
3e74b11b23
feat(team): refine launch and cli status flows
2026-04-10 16:45:00 +03:00
iliya
0dd4746700
fix(team-ui): clarify launch progress and retry states
2026-04-10 12:28:52 +03:00
iliya
a03c22aace
feat(team-ui): freeze unstable provider and model options
2026-04-10 12:28:22 +03:00
iliya
21e9fb8c90
feat(team-ui): clarify launch and retry member states
2026-04-09 21:16:24 +03:00
iliya
32ec3a6123
fix(team-data): dedupe passive user reply summaries
2026-04-09 21:15:50 +03:00