777genius
95da573081
fix(agent-graph): improve stopped team visuals
2026-04-28 17:42:18 +03:00
777genius
e87ef2dd85
fix(codex): propagate native runtime context
2026-04-28 17:42:18 +03:00
777genius
bef34983f5
fix(team): recover opencode runtime lane indexes
2026-04-28 17:42:18 +03:00
777genius
1f7f31f3ee
fix(team): preserve task log owners across codex transcripts
2026-04-28 17:41:06 +03:00
Илия
2c2f84a00e
feat(team): make tmux optional for desktop teammates Merge pull request #89 from 777genius/feat/tmux-optional-process-backend
...
Merge pull request #89 from 777genius/feat/tmux-optional-process-backend
2026-04-28 16:42:43 +03:00
iliya
31ae128778
feat(team): make tmux optional for desktop teammates
2026-04-28 16:13:45 +03:00
Илия
a8d53ca5cb
fix(ci): restore dev validation
2026-04-28 16:08:05 +03:00
Artem Rootman
6c43380846
fix(team): propagate cross-provider member args to lead subprocess
...
* fix(team): propagate cross-provider member args to lead subprocess
When a team has an anthropic lead and codex teammates, the lead was
launched without --settings {"codex":{"forced_login_method":"chatgpt"}}.
buildInheritedCliFlags in the lead had nothing to pass to the codex
teammate, which started without knowing the required auth method and
crashed with "no CODEX_API_KEY or OPENAI_API_KEY configured".
Adds buildCrossProviderMemberArgs that collects provider launch args for
member providers that differ from the primary, and merges them into the
lead's launch args so they propagate to teammates via buildInheritedCliFlags.
* fix: log cross-provider env resolution failures instead of silently swallowing
2026-04-28 14:26:52 +03:00
777genius
82f73e58c2
fix: improve team runtime recovery and launch settings
2026-04-28 12:08:01 +03:00
777genius
e48ecf664a
fix(changes): keep metadata-only ledger events manual
2026-04-28 11:28:20 +03:00
777genius
8f7712ed74
fix(team): improve opencode task log rendering
2026-04-27 23:50:23 +03:00
777genius
531a10e34f
fix: improve opencode runtime task logs
2026-04-27 20:49:44 +03:00
777genius
376480b84f
feat(team): improve stall monitor signals
2026-04-27 20:01:05 +03:00
777genius
212cd37d3f
feat(team): improve runtime lane presence state
2026-04-27 17:40:13 +03:00
777genius
afe50439b1
refactor(team): move opencode retry policy helper
2026-04-27 13:47:04 +03:00
777genius
9fe9f81046
feat(team): add worktree readiness checks
2026-04-27 13:46:11 +03:00
777genius
ea25e6ba58
perf(team): cache board task activity records
2026-04-27 12:40:11 +03:00
777genius
11d5851953
perf(team): defer task log stream work until opened
2026-04-27 12:20:16 +03:00
777genius
ba06fba5a5
fix: remove legacy opencode prompt markers
2026-04-27 11:45:05 +03:00
777genius
9a3e17ce70
feat: add opencode task change diagnostics
2026-04-27 11:23:35 +03:00
777genius
bf51dfd3c5
perf(team): limit board task log parsing concurrency
2026-04-27 11:17:26 +03:00
777genius
068e473d2d
fix(team): clear delivered runtime message warnings
2026-04-27 11:15:57 +03:00
777genius
b26f0b05ba
fix: hide duplicate opencode runtime replies
2026-04-26 21:52:24 +03:00
777genius
dc3eae1555
fix: keep opencode follow-up messages visible
2026-04-26 21:44:39 +03:00
777genius
b67168a9e8
fix: show opencode teammate replies in messages
2026-04-26 21:35:48 +03:00
777genius
8061b66c34
merge: sync main into dev
2026-04-26 13:12:20 +03:00
777genius
06beb7f416
merge: opencode ledger bridge ui
2026-04-26 12:42:17 +03:00
777genius
f2c43dc4b3
feat: add opencode ledger bridge ui
2026-04-26 12:41:44 +03:00
777genius
17e1a448dc
merge: integrate runtime compatibility notices
2026-04-26 12:33:45 +03:00
777genius
610bfc561d
feat(opencode): persist teammate worktree context
2026-04-26 12:31:15 +03:00
iliya
2c3ee3e2e9
fix(windows): stabilize ci path and wsl checks
2026-04-26 12:04:11 +03:00
iliya
3f1c1acb4f
fix(windows): harden runtime project compatibility
2026-04-26 11:44:35 +03:00
777genius
49982a1db8
feat: improve opencode model verification ux
2026-04-26 10:21:18 +03:00
777genius
a0f1c92d18
fix(lint): satisfy path display rules
2026-04-25 23:57:06 +03:00
777genius
238900f3cf
feat(runtime-provider-management): expand opencode setup UI
2026-04-25 23:36:28 +03:00
777genius
c2e14ea9df
fix(runtime-provider-management): unify opencode provider list
2026-04-25 21:15:52 +03:00
777genius
6113e27006
fix(windows): resolve cli shim path handling
2026-04-25 20:31:14 +03:00
777genius
427f48dd71
merge: integrate runtime compatibility notices
2026-04-25 20:28:36 +03:00
iliya
645ac4573e
fix(windows): align session paths and validators
2026-04-25 20:23:03 +03:00
777genius
951c52a5d2
fix(runtime-provider-management): keep filtered provider selection explicit
2026-04-25 20:18:11 +03:00
777genius
41ca9fc0cb
fix(runtime-provider-management): harden provider directory interactions
2026-04-25 19:48:23 +03:00
777genius
4b77c648bf
feat(runtime-provider-management): show directory provider models
2026-04-25 19:24:45 +03:00
777genius
a8e876ada5
feat(runtime-provider-management): expose provider directory search
2026-04-25 19:22:31 +03:00
777genius
7fb5c8cf85
feat(runtime-provider-management): add provider directory bridge
2026-04-25 19:20:59 +03:00
iliya
f2b7024226
fix(windows): support path mentions and editor launch
2026-04-25 19:12:11 +03:00
777genius
2eba377be2
fix(opencode): pass project path to provider management
2026-04-25 18:27:08 +03:00
777genius
351ae4f4ed
fix(opencode): explain missing openrouter catalog provider
2026-04-25 18:01:49 +03:00
777genius
661f308ab4
fix(opencode): accept openrouter nested model aliases
2026-04-25 17:44:28 +03:00
777genius
523d450bc8
feat(app): improve runtime provider and tmux flows
2026-04-25 17:28:56 +03:00
iliya
75f9e6bcec
feat: add teammate runtime compatibility notices and test coverage
2026-04-25 17:19:30 +03:00