777genius
7aa87f2278
fix(team): heal stale confirmed bootstrap diagnostics
...
- Carry bootstrap run ids from bootstrap-state into member evidence and compare them with current run identity.
- Allow small confirmation clock skew for delayed Anthropic app acceptance without accepting stale rapid relaunch evidence.
- Clean confirmed bootstrap members that only have stale persisted runtime pid diagnostics.
- Cover process-table unavailable, post-stop stale pid and mixed launch reconcile cases.
2026-05-24 15:57:50 +03:00
777genius
9d34a534a2
docs(release): require release notes closeout
...
- Add a required release closeout gate before a release is considered finished.
- Require user-facing notes, current Downloads links and gh release verification.
2026-05-24 15:57:36 +03:00
777genius
d0b0a18e3b
chore(ci): tighten dependency update gates
...
- Disable routine Dependabot PR creation while keeping grouped security update handling for npm and GitHub Actions.
- Add dependency-review workflow for dependency manifest and lockfile pull requests.
- Checked current upstream action majors before committing: actions/checkout v6 and dependency-review-action v5.
2026-05-24 15:57:04 +03:00
777genius
421997c457
chore: merge dev into team log member filter
...
# Conflicts:
# src/renderer/components/layout/TeamTabSectionNav.tsx
# src/renderer/components/team/ClaudeLogsFilterPopover.tsx
# src/renderer/components/team/ClaudeLogsSection.tsx
# src/renderer/components/team/members/MemberDetailDialog.tsx
# src/renderer/components/ui/MemberSelect.tsx
2026-05-24 15:55:56 +03:00
Илия
e7a1070ce3
feat(i18n): add localization foundation Merge pull request #150 from 777genius/feat/ui-localization-foundation
...
feat(i18n): add localization foundation
Merge pull request #150 from 777genius/feat/ui-localization-foundation
2026-05-24 15:40:37 +03:00
777genius
3a7f9ea10b
feat: add team log member filtering
2026-05-24 15:40:31 +03:00
777genius
6855d63ec6
feat(i18n): add localization foundation
...
Refs https://github.com/777genius/agent-teams-ai/issues/139
2026-05-24 15:37:24 +03:00
777genius
bc8d47aaa2
perf(team): lazy load create team suggestions
2026-05-24 15:36:34 +03:00
777genius
f6b2bc4cec
fix(team): reject failed opencode session handles
2026-05-24 12:21:58 +03:00
777genius
95652c8990
refactor(team): extract provisioning service policies
2026-05-24 11:37:37 +03:00
777genius
bff0486977
merge: dev into main
2026-05-24 02:56:32 +03:00
777genius
57c209a828
fix(release): restore radix compose refs export
2026-05-24 02:32:35 +03:00
777genius
23d1ba4107
fix(validate): clear release lint errors
2026-05-24 02:20:09 +03:00
777genius
6e5346094d
fix(release): package app entry files
2026-05-24 01:37:22 +03:00
777genius
cbf5356fdc
fix(runtime): prefer shell node for GUI launches
2026-05-24 01:00:03 +03:00
777genius
c88a8836df
chore(release): prepare v2.1.2
2026-05-24 00:33:31 +03:00
777genius
6372c91312
chore: update dependency safeguards
...
Update package manager metadata, dependency overrides, landing and MCP package versions, Dependabot configuration, and CI audit/store handling for safer dependency maintenance.
2026-05-24 00:23:31 +03:00
777genius
ec60c244a3
style: refine landing hero presentation
...
Adjust the landing hero, header, demo video, and Monterey background styling for the updated cyberpunk presentation without mixing in dependency or workflow changes.
2026-05-24 00:23:23 +03:00
777genius
edcb0a7433
fix: reset project caches on context switches
...
Reset project and repository-group loading, error, and initialized flags when contexts change so stale initialization state cannot suppress fresh context data.
2026-05-24 00:23:17 +03:00
777genius
192f2ea497
perf: reduce splash animation startup pressure
...
Throttle enhanced splash rendering to 30fps and disable the canvas scene during slow or failed startup steps so the renderer has less work while bootstrapping.
2026-05-24 00:23:11 +03:00
777genius
e9cebe64ff
feat: improve provider status startup hydration
...
Keep connected provider details visible while refreshes are in flight, restore reusable provider status UI, and separate fast startup summaries from heavier provider hydration. Replace the fixed 30s startup wait with an idle-aware scheduler with a 30s safety cap and cover the Electron timer binding crash.
2026-05-24 00:23:04 +03:00
777genius
91b153459a
feat: add resilient cross-platform file watching
...
Share watcher fallback behavior across project, todo, team, and task file monitoring. Add polling fallback coverage for watcher-limit and startup failure cases so Linux EMFILE conditions degrade instead of amplifying renderer crashes.
2026-05-24 00:22:48 +03:00
777genius
b9cbdde502
fix(team): include runtime logs in launch failure artifacts
...
Refs: 777genius/agent-teams-ai#140
2026-05-23 23:33:54 +03:00
Илия
09c904ee6f
Update README.md
2026-05-23 17:53:32 +03:00
777genius
9518ce920a
fix(startup): prevent recovery regressions
2026-05-23 17:22:52 +03:00
777genius
2be35c74ec
fix(startup): repair deferred runtime refresh paths
2026-05-23 17:08:13 +03:00
777genius
ef77f36b8f
fix(startup): hydrate deferred provider statuses
2026-05-23 16:31:46 +03:00
777genius
08725c4e33
perf(startup): lazy load dashboard runtime surfaces
2026-05-23 15:52:47 +03:00
777genius
f8b96d12d3
perf(startup): lazy load task detail surfaces
2026-05-23 15:42:29 +03:00
777genius
6ac95505bc
perf(startup): defer hidden renderer work
2026-05-23 15:34:30 +03:00
777genius
b4f2be87df
perf(startup): shrink participant avatar assets
2026-05-23 15:13:02 +03:00
777genius
34a1b86b21
perf(startup): defer noncritical startup probes
2026-05-23 15:04:05 +03:00
777genius
a4861fa77d
perf(startup): defer provider status checks
2026-05-23 14:23:57 +03:00
777genius
64fdfd2422
chore: checkpoint existing workspace changes
2026-05-23 13:48:35 +03:00
777genius
f60427ae7a
merge: dev into main
2026-05-23 01:15:16 +03:00
777genius
74fea9c176
fix(ci): restore pnpm node-gyp executable bit
2026-05-23 01:14:49 +03:00
777genius
22d5be54d3
merge: dev into main
2026-05-23 01:06:28 +03:00
777genius
51caf36fee
docs(readme): update release badge to v2.1.1
2026-05-23 01:05:33 +03:00
777genius
cdbec95a53
chore(release): prepare v2.1.1
2026-05-23 00:41:31 +03:00
777genius
eb99baee23
fix(runtime): sanitize provider error output
2026-05-22 21:04:50 +03:00
777genius
0e8ccf2905
feat(runtime): filter free provider models
2026-05-22 21:04:50 +03:00
777genius
1b836530e7
fix(team): reconcile cleanup bootstrap evidence
2026-05-22 21:04:49 +03:00
777genius
511dd5d7a6
fix(team): coalesce lead stream fragments
2026-05-22 21:00:20 +03:00
777genius
077c749cb7
fix(windows): harden elevated runtime detection
2026-05-22 18:43:50 +03:00
777genius
e9a37e7325
refactor(team): extract global task notifications
2026-05-22 18:04:42 +03:00
777genius
abd40efdaf
feat: add windows elevation status banner
2026-05-22 17:41:19 +03:00
777genius
f4ff278ac4
chore: merge team ipc clean architecture refactor
2026-05-22 17:16:51 +03:00
777genius
1547a38c93
docs: clarify Windows administrator requirement
2026-05-22 17:14:58 +03:00
777genius
97b4d86749
fix(opencode): run bridge commands portably
2026-05-22 16:49:23 +03:00
777genius
587c974c63
fix(team): harden packaged mcp runtime
2026-05-22 16:49:02 +03:00