777genius
b59e6d2383
fix(ci): align node engine with dependabot
2026-06-02 11:53:44 +03:00
777genius
3408868441
merge: dev into main
2026-06-02 11:49:25 +03:00
777genius
cf1f525486
fix(ci): increase validate lint heap
2026-06-02 10:11:11 +03:00
777genius
440d37162b
fix(ci): stabilize relay priority tests
2026-06-02 09:46:43 +03:00
777genius
d5c40e5a7c
fix(ci): restore dev validation
2026-06-02 08:56:20 +03:00
777genius
2486999e49
fix(models): keep Anthropic fallback options with catalog
2026-06-01 23:45:46 +03:00
777genius
63e2b18450
fix(team-prompts): clarify teammate file access
2026-06-01 23:42:46 +03:00
777genius
c1112872b1
feat(discord): show server member count badge
2026-06-01 23:42:33 +03:00
777genius
7c0e3db0b7
feat(models): support Anthropic runtime catalog options
2026-06-01 23:42:22 +03:00
777genius
3265920ec6
fix(codex): keep catalog hydration in loading state
2026-06-01 23:42:07 +03:00
777genius
dd47dfb8a2
fix(member-work-sync): recover stale work leases
2026-06-01 23:38:44 +03:00
777genius
5b1fccdbed
fix(team-tasks): resolve display task references
2026-06-01 23:38:20 +03:00
777genius
cb17bcfdb5
fix(team): show provider loading while models sync
2026-06-01 22:53:49 +03:00
777genius
544f4576d4
fix(member-work-sync): recover sleeping teammates
2026-06-01 21:51:08 +03:00
777genius
5d05434bbb
fix(team): count changes badge by files
2026-06-01 21:37:23 +03:00
777genius
0d46aac5c0
fix(team): launch live roster members directly
2026-06-01 21:07:40 +03:00
777genius
ab3be12b94
fix(team): preserve metadata-only file additions
2026-06-01 19:41:46 +03:00
777genius
eb4e4ba3e5
docs(readme): show discord member count
2026-06-01 17:45:54 +03:00
777genius
eff408d60a
fix(main): support disabling gpu for rdp
2026-06-01 17:31:18 +03:00
777genius
8d722e62dc
chore(release): use runtime 0.0.51
2026-05-31 22:25:51 +03:00
777genius
91ccd75ddf
fix(team-runtime): ignore stale launch advisories
2026-05-31 22:21:01 +03:00
777genius
61418cf2f2
feat(models): add Opus 4.8 selector support
2026-05-31 22:20:29 +03:00
777genius
e215c09af0
fix(repo): remove stray calculator artifact
2026-05-31 21:52:11 +03:00
777genius
024b9c481c
fix(ci): restore release node-gyp chmod paths
2026-05-31 21:06:03 +03:00
777genius
6174c788cf
feat(calculator): add standalone calculator page
2026-05-31 20:51:16 +03:00
777genius
d6b6d3609d
fix(team-runtime): stabilize transient offline snapshots
2026-05-31 20:51:07 +03:00
777genius
4548a01c97
fix(cli-installer): serialize provider status checks by default
2026-05-31 20:50:55 +03:00
777genius
64c61ab7e4
fix(landing): rename hero role to boss
2026-05-31 20:50:45 +03:00
777genius
cfabe5e706
fix(renderer): preserve task links in markdown code spans
2026-05-31 20:47:32 +03:00
777genius
a17cdd19e7
perf(splash): preload startup avatar assets
2026-05-31 20:19:22 +03:00
777genius
67a2c9ebac
fix(runtime): reduce provider timeout warning noise
2026-05-31 20:19:00 +03:00
777genius
48782c76a5
fix(cli-installer): queue provider runtime checks per provider
2026-05-31 20:18:43 +03:00
Илия
b0790e6797
feat: Add 15 new languages (29 total) for app and landing Merge pull request #198 from 777genius/feat/i18n-add-8-languages
...
Add 15 new languages (29 total) for app and landing
2026-05-31 19:35:22 +03:00
777genius
71e5174082
test(i18n): cover expanded app locale set
2026-05-31 19:32:06 +03:00
777genius
a606f64f03
fix(landing): add localized content for new routes
2026-05-31 19:26:37 +03:00
777genius
369c71aa03
fix(i18n): sync catalogs with dev base
2026-05-31 19:26:36 +03:00
777genius
3731325c9d
docs(readme): point site links to agentteams.live
2026-05-31 19:26:36 +03:00
777genius
46bd1eb86c
feat(i18n): add 15 app and landing languages
...
Add full app (7 namespaces) and landing translations for: it, tr, vi,
pl, fa (RTL), th, uk, nl, ta, te, mr, fil, ms, sw, ro. Bringing the
supported set to 29 languages.
- register locales in appLocale.ts and landing/data/i18n.ts
- regenerate resources.d.ts language-name keys
- add native exonyms for the new languages to every existing common.json
- extend localePolicy tests to cover the new locales
Catalogs verified for key/placeholder parity (i18n:validate, 29 locales).
2026-05-31 19:26:36 +03:00
777genius
705dea70f0
fix(team): remove mismatched task projection caches
2026-05-31 19:19:53 +03:00
777genius
9366c77046
fix(team): prune stale empty task projection caches
2026-05-31 19:10:18 +03:00
777genius
9ad258272d
fix(team): clean corrupt task projection caches
2026-05-31 19:05:33 +03:00
777genius
e6d2a0baee
fix(team): avoid oversized task projection cache loops
2026-05-31 19:01:02 +03:00
777genius
fcf9264193
fix(team): reject deleted task projection cache records
2026-05-31 18:51:20 +03:00
777genius
961691f477
fix(team): preserve cached task nested fields
2026-05-31 18:30:14 +03:00
777genius
b9cfdb9323
fix(team-messages): scope debounced sidebar scroll persistence to its team
...
A scroll within the 100ms persist debounce could otherwise have its queued
update fire after the user switched teams, writing the previous team's offset
under the new team and restoring the sidebar to the wrong position. Capture the
team that scheduled the update and drop it on fire if the active team changed.
2026-05-31 18:29:35 +03:00
777genius
816ff210b7
fix(recent-projects): keep codex partial warning only for empty results
...
Large Codex histories routinely hit the scan budget while still returning
useful project candidates, so the detailed "partial" warning was firing on
healthy degraded runs. Only warn when a degraded scan yields zero candidates;
otherwise the run is logged at info level with the degraded flag.
2026-05-31 17:55:01 +03:00
777genius
95e0f34d31
docs(product-docs): add zh, es, ja, fr, de doc translations
...
Localize the VitePress docs into Simplified Chinese, Spanish, Japanese,
French and German (18 pages each), mirroring the existing en/ru structure.
- generate the 5 new locales in config.ts from a single strings table
(nav, sidebar, search, footer, docFooter, outline, editLink) with
locale-prefixed links
- rework DocsCardGrid from the binary isRu check to a per-locale map so
the home cards render translated copy and prefixed links for every locale
2026-05-31 17:50:54 +03:00
777genius
aa068efc68
fix(team): preserve task projection cache shape
2026-05-31 17:49:32 +03:00
777genius
48d49324a9
fix(landing): lock site url env for render build
2026-05-31 17:24:51 +03:00
777genius
fae54cff33
fix(landing): prefer nuxt landing domain env
2026-05-31 17:18:42 +03:00