Илия
3849c01955
fix(provenance): classify synthetic user turns
...
* fix(provenance): classify synthetic user turns
* fix(provenance): keep assistant display rendering intact
* fix(provenance): preserve source tool result rows
2026-05-26 23:51:17 +03:00
777genius
ab6ab1fc4c
test(team): cover provisioned runtime recovery
2026-05-26 23:44:40 +03:00
777genius
c79b7d4234
fix(team): suppress unverified relay state claims
2026-05-26 23:44:40 +03:00
777genius
f237318c29
fix(agent-teams): surface OpenCode runtime permissions
2026-05-26 19:46:24 +03:00
777genius
636beb5e42
fix(scripts): quote Windows shell invocations
2026-05-26 19:46:13 +03:00
777genius
58a0eb603d
build(runtime): require Node 24 toolchain
2026-05-26 19:44:23 +03:00
777genius
4640e1eea4
fix(startup): ignore stale opencode probe results
2026-05-26 10:39:50 +03:00
777genius
a8ac52b6f3
perf(startup): dedupe opencode version probes
2026-05-26 10:32:46 +03:00
777genius
b88ca42fe3
fix(startup): serialize provider runtime checks
2026-05-26 09:12:05 +03:00
777genius
b5d7da1ea8
fix(attachments): support claude gif delivery
2026-05-25 23:43:29 +03:00
777genius
0d4e6f5047
perf(startup): avoid provider refresh version probe
2026-05-25 23:37:12 +03:00
777genius
33463d3479
perf(startup): skip deferred cli version probe
2026-05-25 23:25:21 +03:00
777genius
a6dd0061a8
perf(startup): defer heavy startup work
2026-05-25 23:14:59 +03:00
777genius
43afc9f907
fix(jsonl): align count-only baseline parsing
2026-05-25 22:58:07 +03:00
777genius
13b3ace4fd
test(jsonl): format baseline count imports
2026-05-25 22:36:14 +03:00
777genius
b0b2fa2d13
fix(jsonl): count baseline entries without materializing messages
2026-05-25 22:32:09 +03:00
777genius
e64fff8af0
fix(watcher): baseline large existing jsonl files
2026-05-25 22:26:55 +03:00
777genius
e88d3a1e98
feat(team): open persisted attachments in editor
2026-05-25 21:30:56 +03:00
777genius
63e16d1043
fix(workspace-trust): canonicalize git worktree trust roots
2026-05-25 21:30:56 +03:00
777genius
c033a0cb87
fix(team): persist incomplete launch state before cleanup
2026-05-25 14:53:05 +03:00
infiniti
2cee9cabaf
fix(opencode): harden local runtime bridge support
2026-05-25 14:31:57 +03:00
infiniti
2b3a184bef
fix(opencode): recover empty bridge output sends
...
* fix(opencode): handle empty readiness bridge output
* fix(opencode): retry read-only bridge no-output
* fix(opencode): recover empty bridge output sends
---------
Co-authored-by: iliya <iliyazelenkog@gmail.com>
2026-05-25 00:41:54 +03:00
777genius
1bc8ccc07a
fix(ci): restore workspace validation
2026-05-25 00:14:43 +03:00
infiniti
50f876f863
fix(opencode): retry read-only bridge no-output
...
* fix(opencode): handle empty readiness bridge output
* fix(opencode): retry read-only bridge no-output
---------
Co-authored-by: iliya <iliyazelenkog@gmail.com>
2026-05-24 23:22:34 +03:00
infiniti
47cea58543
feat(i18n): add expanded app locale support
...
* feat(i18n): add CJK app locale support
* feat(i18n): add Spanish Hindi and Portuguese locales
* feat(i18n): add French Arabic and Bengali locales
* feat(i18n): add Urdu Indonesian and German locales
* feat(i18n): add landing locales for Bengali Urdu and Indonesian
* fix(i18n): address locale review feedback
---------
Co-authored-by: iliya <iliyazelenkog@gmail.com>
2026-05-24 22:10:47 +03:00
777genius
776957b607
fix(team): keep runtime adapter lead activity idle
2026-05-24 20:43:11 +03:00
777genius
bbe09eb42e
merge(dev): pull origin dev into refactor branch
2026-05-24 17:13:34 +03:00
777genius
4a4c67fcb9
fix(team): reconcile bootstrap runtime snapshots
2026-05-24 17:02:36 +03:00
Илия
f2a5429a4b
refactor(team): extract provisioning service policies Merge pull request #149 from 777genius/refactor/team-provisioning-policies
...
refactor(team): extract provisioning service policies
Merge pull request #149 from 777genius/refactor/team-provisioning-policies
2026-05-24 16:10:05 +03:00
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
Илия
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
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
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
cbf5356fdc
fix(runtime): prefer shell node for GUI launches
2026-05-24 01:00:03 +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
777genius
2be35c74ec
fix(startup): repair deferred runtime refresh paths
2026-05-23 17:08:13 +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
cdbec95a53
chore(release): prepare v2.1.1
2026-05-23 00:41:31 +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
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
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