Skip to content

feat(app): support current event transport - #38464

Merged
Brendonovich merged 10 commits into
devfrom
event-transport
Jul 23, 2026
Merged

feat(app): support current event transport#38464
Brendonovich merged 10 commits into
devfrom
event-transport

Conversation

@Brendonovich

@BrendonovichBrendonovich commented Jul 23, 2026

Copy link
Copy Markdown
Member

Base automatically changed from server-compat to devJuly 23, 2026 07:59
# Conflicts:
#	packages/app/src/utils/server-compat.test.ts
#	packages/app/src/utils/server-health.test.ts
#	packages/app/src/utils/server-health.ts
@Brendonovich
Brendonovich merged commit e59ba24 into devJul 23, 2026
8 checks passed
@Brendonovich
Brendonovich deleted the event-transport branch July 23, 2026 09:19
tianyu2025515 pushed a commit to tianyu2025515/opencode that referenced this pull request Jul 23, 2026
* dev: (118 commits)
chore: generate
feat(app): support current event transport (anomalyco#38464)
chore: generate
feat(app): add dual-server compatibility (anomalyco#38462)
chore: update nix node_modules hashes
chore(app): vendor v2 promise client (anomalyco#38467)
chore: update nix node_modules hashes
fix(provider): serialize Mistral prompt cache keys (anomalyco#38448)
fix(provider): select prompt cache keys by SDK (anomalyco#38424)
feat(go): add Hy3 to Go model lineup (anomalyco#38349)
fix(provider): correct MiniMax M3 thinking variants (anomalyco#38330)
fix(docs): correct Kimi K2.7 Code request limits (anomalyco#38248)
fix(app): show running shell command (anomalyco#38080)
fix(app): defer unavailable notification state (anomalyco#38186)
zen: add security check
chore: generate
zen: add security check
zen: add laguna-2-2.1
chore: generate
fix(app): support nested slash command autocomplete (anomalyco#38097)
...
doraemoncyx pushed a commit to doraemoncyx/opencode that referenced this pull request Jul 27, 2026
Liddo-kun added a commit to Liddo-kun/Tandem that referenced this pull request Jul 27, 2026
Upstream's event-transport rework (anomalyco#38464) dropped the client-side
heartbeat watchdog from anomalyco#13973 while the server still emits
server.heartbeat every 10s. Without it a silently dead connection
(typical after Android/iOS background suspension) stalls the stream
forever: no streaming, permission prompts never clear, sessions stay
busy until app restart. Re-add the 15s no-event abort so the existing
reconnect loop recovers; applies to both v1 and v2 transports.
3kaiu pushed a commit to 3kaiu/opencode-x that referenced this pull request Jul 31, 2026
banlanzs pushed a commit to banlanzs/opencode that referenced this pull request Aug 6, 2026
NaturalSelect pushed a commit to NaturalSelect/opencode that referenced this pull request Aug 10, 2026
charlesverge pushed a commit to charlesverge/opencode that referenced this pull request Aug 11, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Brendonovich