777genius
77d3e9f7d8
fix(agent-graph): stabilize member slot layout
2026-04-15 22:40:15 +03:00
777genius
8398d29fc0
fix(team): recover root member session logs
2026-04-15 17:38:21 +03:00
777genius
03dda6b486
refactor(agent-graph): replace store usage with context hooks for team data retrieval
...
- Updated components in the agent-graph renderer to utilize context hooks instead of the store for accessing team data.
- Introduced `useGraphActivityContext` and `useGraphMemberPopoverContext` hooks to streamline data management.
- Refactored `GraphBlockingEdgePopover`, `GraphNodePopover`, and `GraphTaskCard` components for improved performance and readability.
- Enhanced imports in `MemberDetailDialog` for better organization.
2026-04-15 16:42:05 +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
363fef224d
fix: allow slower codex app-server initialization
2026-04-15 13:24:04 +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
ff9344c85a
fix(tmux): polish installer banner state
2026-04-14 22:08:10 +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
90b637c6d8
refactor: update README and security documentation; enhance activity lane layout and kanban integration
2026-04-14 22:06:50 +03:00
777genius
898a795182
fix(tmux): tighten windows reboot flow
2026-04-14 21:58:55 +03:00
777genius
80221884ed
fix(tmux): collapse installer banner by default
2026-04-14 21:52:06 +03:00
777genius
51aac9b7a1
fix(tmux): strengthen windows restart detection
2026-04-14 21:44:03 +03:00
777genius
688752b3f5
fix: quiet archived codex recent project timeout
2026-04-14 21:43:38 +03:00
777genius
c3f18df062
fix: harden recent project recovery and path matching
2026-04-14 21:39:16 +03:00
777genius
44f4af1756
fix(tmux): harden windows installer banner flow
2026-04-14 21:28:08 +03:00
777genius
1062fe3b65
fix(tmux): tighten windows installer flow
2026-04-14 21:02:24 +03:00
777genius
68378c603c
feat: prioritize recent projects by explicit opens
2026-04-14 20:58:54 +03:00
777genius
1932ddcbe2
fix: harden codex recent project time budgets
2026-04-14 20:36:58 +03:00
777genius
65da1b8429
fix(tmux): improve installer banner layout
2026-04-14 20:34:10 +03:00
777genius
dd7b729520
feat(tmux): collapse windows setup steps by default
2026-04-14 20:20:50 +03:00
777genius
ef44542f1d
feat(tmux): add hybrid installer flow
2026-04-14 20:07:57 +03:00
777genius
db7c4fe160
fix: restore team project highlight matching
2026-04-14 18:40:17 +03:00
777genius
58c21f3d24
fix: keep recent projects visible during refresh
2026-04-14 18:39:34 +03:00
Diego Serrano
080e0af55a
fix(team): resolve stuck "reconciling" state and skip resume when teammates never spawned ( #55 )
...
* fix(team): resolve stuck "reconciling" state and skip resume when teammates never spawned
Addresses #54 .
When a team launch fails to bootstrap teammates, the team gets stuck showing
"Last launch is still reconciling" indefinitely, and retrying with --resume
reconnects the lead but does not re-spawn the dead teammates. The only
workaround was enabling "Clear context (fresh session)", which loses the
lead's prior conversation context.
Two root causes addressed:
1. createPersistedLaunchSnapshot counted members still in 'starting' state
(agentToolAccepted=false) as 'pending' regardless of launchPhase. When
launchPhase was 'finished' with never-spawned members, the aggregate
state stayed as 'partial_pending' forever, rendered as "still reconciling".
Fix: when launchPhase != 'active', promote such members to
'failed_to_start' so the aggregate becomes 'partial_failure'
("Launch failed partway"), which correctly signals a terminal state.
2. TeamProvisioningService._launchTeamInner always used --resume when a
previous leadSessionId existed, even if the previous launch had no
teammates successfully spawned. The CLI's deterministic reconnect path
restores lead context but does not re-spawn dead teammates, so the team
stays broken across relaunches. Fix: before adding --resume, read the
persisted launch state. If every expected teammate is 'starting' (never
spawned) or 'failed_to_start', skip --resume so the CLI performs a full
fresh bootstrap that spawns all teammates.
Verified manually on Linux: a team stuck in "still reconciling" correctly
transitions to "failed partway" after the first fix, and the next Launch
(without "Clear context") fully bootstraps and brings teammates online.
* fix(team): narrow skip resume to never-spawned teammates
---------
Co-authored-by: 777genius <quantjumppro@gmail.com>
2026-04-14 18:31:09 +03:00
777genius
8a7c1a764b
chore: clean team list view warnings
2026-04-14 18:24:13 +03:00
777genius
f7fb938d34
fix: remove team project priority banner
2026-04-14 18:23:42 +03:00
777genius
6f8099ad32
fix: align team card accent border width
2026-04-14 18:19:58 +03:00
777genius
0bbeac8c84
fix: keep team project selection as sort priority
2026-04-14 18:18:52 +03:00
777genius
43f2426a9b
fix: sync team project filters with app selection
2026-04-14 18:10:09 +03:00
777genius
487dcabff5
fix: harden recent project and sidebar selection state
2026-04-14 17:54:23 +03:00
777genius
d8fce1b3a3
fix: reduce codex recent project timeouts
2026-04-14 17:39:39 +03:00
777genius
9fe3343038
fix: hide empty member message pagination
2026-04-14 17:25:58 +03:00
777genius
89bd4b87e1
feat: add standalone web dev command
2026-04-14 17:23:29 +03:00
777genius
36a79f2586
fix: keep selected project visible in session selector
2026-04-14 17:10:23 +03:00
777genius
0dfd2fc610
fix: sync session project selector state
2026-04-14 16:58:00 +03:00
777genius
f0f43be064
fix: stabilize codex recent project selection
2026-04-14 16:52:44 +03:00
Илия
8b53f63e97
fix(team): preserve provider model ids and codex slash suggestions
2026-04-14 16:40:50 +03:00
Diego Serrano
15b2b655ea
feat(chat): show project and user skills as slash command suggestions
2026-04-14 16:38:12 +03:00
Diego Serrano
43ae8ae6bc
fix(extensions): resolve project path from both projects and repositoryGroups
2026-04-14 16:38:12 +03:00
777genius
c8f9d9bbdd
refactor: migrate agent graph to feature slice
2026-04-14 16:24:09 +03:00
777genius
e99691ad3d
Merge branch 'feat/codex-recent-projects' into dev
2026-04-14 16:07:18 +03:00
777genius
fad89e71da
feat: add dashboard recent projects feature slice
2026-04-14 16:07:04 +03:00
Илия
f819dd0c27
fix(team): preserve provider model ids and codex slash suggestions
2026-04-14 14:56:29 +03:00
Diego Serrano
5375eea19f
feat(chat): show project and user skills as slash command suggestions
2026-04-14 14:37:27 +03:00
Diego Serrano
7d98956dad
fix(extensions): resolve project path from both projects and repositoryGroups
2026-04-14 14:37:04 +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
Diego Serrano
644b45942f
fix(watcher): ignore transient ENOENT on ephemeral .lock files
2026-04-14 14:28:32 +03:00
777genius
0615badd79
fix(task-logs): preserve activity detail chunks
2026-04-13 21:13:58 +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
5b1f369950
chore: merge origin/dev into dev
2026-04-13 18:43:00 +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
dd4ce7e9b1
fix(ci): merge dev and restore green checks
2026-04-13 17:14:22 +03:00
777genius
a0d87872e7
fix(ci): restore PR #44 checks
2026-04-13 17:00:49 +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
7d47cbaded
feat(agent-graph): enhance team graph
2026-04-13 16:18:14 +03:00
777genius
674c1d8b13
feat(ui): polish messages timeline and graph toolbar
2026-04-13 10:41:23 +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
9ca8055695
chore(workspace): checkpoint remaining claude team changes
2026-04-12 22:15:57 +03:00
777genius
32cea2a927
feat(task-logs): add board task activity and task log stream
2026-04-12 22:13:43 +03:00
777genius
57c384531a
feat(agent-graph): improve blocking visibility and inspection
2026-04-12 21:31:53 +03:00
777genius
f74b7a3701
fix(agent-graph): keep graph state consistent across panes
2026-04-12 20:15:52 +03:00
777genius
02d516cb4e
fix: harden provider-aware cli env handling
2026-04-12 13:18:49 +03:00
777genius
fb21b982c6
fix(ci): restore green workspace checks
2026-04-12 00:02:59 +03:00
777genius
4869bb35da
feat(agent-teams): harden dev bootstrap and task tooling
2026-04-11 21:57:59 +03:00
777genius
01e9e8350e
feat(frontend): improve runtime connection and team setup ux
2026-04-11 19:55:25 +03:00
777genius
96739c41fc
perf(renderer): reduce costly blur transitions
2026-04-11 10:05:27 +03:00
777genius
f1a8a343d4
feat(chat): render task notifications as cards
2026-04-11 10:05:20 +03:00
777genius
f97d9c6e2c
fix(standalone): respect CLAUDE_ROOT for config path
2026-04-11 09:07:31 +03:00
777genius
92dbae84ec
fix(scanner): preserve message count in light metadata
2026-04-11 09:07:25 +03:00
777genius
fafaca4a38
feat(chat): add copy actions for code blocks
2026-04-11 09:07:16 +03:00
777genius
35970000b6
feat(multimodel): unify provider catalog and branding
2026-04-10 22:36:32 +03:00
777genius
53bcea337f
merge(main): integrate origin/main into spike/free-code-compat
2026-04-10 17:25:51 +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
433bdf8bbc
feat(agent-graph): show teammate runtime labels
2026-04-09 21:16:49 +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
iliya
affd9ac748
perf(renderer): split noisy team detail subscriptions
2026-04-09 19:00:22 +03:00
iliya
0656794026
perf(renderer): isolate team detail summary subscription
2026-04-09 18:39:40 +03:00
iliya
17bd573ce3
fix(team-runtime): harden refresh flows and reduce ui churn
2026-04-09 16:34:55 +03:00
iliya
535178a076
fix(renderer): reduce team detail refresh churn
2026-04-09 15:28:35 +03:00
iliya
bf6370556d
perf(team): parallelize getTeamData read phase
2026-04-08 18:31:16 +03:00
iliya
2624ada4a2
fix(team): add durable roster context to lead direct messages
2026-04-08 17:51:02 +03:00
iliya
78d4c2826b
fix(team): align idle inbox semantics across app
2026-04-08 17:45:09 +03:00
iliya
2c9926c734
perf(team): cache lead session parsing
2026-04-08 16:55:01 +03:00
iliya
a6ad3386e0
fix(team): stop task comment acknowledgement loops
2026-04-07 13:50:37 +03:00
iliya
49e46da563
fix(team): allow agent only in do mode for leads
2026-04-07 13:25:25 +03:00
iliya
53868d6a49
fix(team): suppress no-op lead inbox replies
2026-04-07 13:06:56 +03:00
iliya
bbb653d3d4
fix(team): clarify cross-provider model labels
2026-04-07 13:03:58 +03:00
iliya
dd6f50cad6
fix(team): block lead relaunches and clarify log counts
2026-04-07 12:59:42 +03:00
iliya
7f737f985b
fix(team): surface provider retries in reply UI
2026-04-07 12:42:37 +03:00
iliya
8ebde439a8
fix(team): treat online teammates as ready state
2026-04-07 12:29:21 +03:00
iliya
340e4d8c8b
fix(team): add create action to empty state
2026-04-07 12:21:18 +03:00
iliya
55c381d26b
fix(team): use teammate wording in launch summaries
2026-04-07 11:15:35 +03:00
iliya
1a27ef1ade
fix(team): treat online teammates as ready
2026-04-07 11:11:45 +03:00