summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-05-04chore: generateHEADdevopencode-agent[bot]
2026-05-03feat(server): pty websocket auth tickets (#25660)Kit Langton
2026-05-03fix: allow Codex Spark with Codex OAuth (#25640)Utkub24
2026-05-03Effectify plugin agent regression test (#25646)Kit Langton
2026-05-03fix(app): preserve auth token credentials (#25636)Kit Langton
2026-05-03refactor(cli): effectify provider commands (#25633)Kit Langton
2026-05-03chore: generateopencode-agent[bot]
2026-05-03fix(server): serve embedded UI from bunfs (#25632)Kit Langton
2026-05-03chore: generateopencode-agent[bot]
2026-05-03Add v2 session failure events (#25628)Dax
2026-05-03chore: generateopencode-agent[bot]
2026-05-03fix(server): support desktop PTY websockets with HttpApi (#25598)Kit Langton
2026-05-03fix(auth): add username option for basic auth in RunCommand (#25600)OpeOginni
Co-authored-by: Shoubhit Dash <[email protected]>
2026-05-03chore: generateopencode-agent[bot]
2026-05-03refactor(cli/providers): flatten — Effect-native handlers end-to-end (#25537)Kit Langton
2026-05-03refactor(cli/github+run): Stage 4 — drop AppRuntime.runPromise bridges ↵Kit Langton
(#25539)
2026-05-03chore: generateopencode-agent[bot]
2026-05-03refactor(config+core): drop ConfigPaths.readFile, add ↵Kit Langton
AppFileSystem.readFileStringSafe, flatten TuiConfig.loadState (#25602)
2026-05-03fix(auth): respect server username in clients (#25596)Shoubhit Dash
2026-05-03feat: group changelog bugfixes (#25597)Shoubhit Dash
2026-05-03ci: only build electron desktop (#19067)Brendan Allan
2026-05-03chore: generateopencode-agent[bot]
2026-05-03fix(httpapi): add basic auth challenge for browser loginOpeOginni
Adds a WWW-Authenticate challenge for unauthorized experimental HttpApi UI fallback responses so browsers open the Basic Auth prompt when a server password is configured.
2026-05-03chore: generateopencode-agent[bot]
2026-05-03fix(sdk+cli): surface real errors instead of bare {} when server returns ↵Kit Langton
empty body (#25592)
2026-05-03fix(acp): pass server auth to internal client (#25591)Shoubhit Dash
2026-05-03feat(server): native HttpApi listener with Bun.serve + WS upgrade (#25547)Kit Langton
2026-05-03chore: generateopencode-agent[bot]
2026-05-03feat(server): Server.openapi() backed by HttpApi spec, parity-checked ↵Kit Langton
against Hono output (#25545)
2026-05-03chore: generateopencode-agent[bot]
2026-05-03refactor(server): extract Hono-coupled utilities to backend-neutral modules ↵Kit Langton
(#25542)
2026-05-03fix(vcs): avoid unbounded diff memory usage (#25581)Shoubhit Dash
2026-05-03ignore: remove triage-unassigned.ts scriptDax Raad
This script was used to batch-triage open GitHub issues without assignees. Removing as the triage workflow has evolved and this batch approach is no longer needed.
2026-05-03ci: stop sending daily community recap notificationsDax Raad
2026-05-03ci: remove vouch-based contributor filtering workflowsDax Raad
Removes the automated vouch system that filtered issues and PRs from non-vouched users. This simplifies the contribution process by removing the requirement for maintainers to manually vouch contributors before they can participate.
2026-05-03ci: remove automatic labels from GitHub issue templates to allow manual triageDax Raad
2026-05-03chore: generateopencode-agent[bot]
2026-05-03core: simplify triage workflow to focus on issue ownershipDax Raad
Switch triage agent to gpt-5.4-nano for faster issue assignment. Remove label management from the triage tool so it only assigns owners based on team ownership rules. This reduces noise in the issue tracker and ensures issues get to the right team member immediately without unnecessary labels. Update team structures to reflect current ownership and add script for processing unassigned issues.
2026-05-03core: update triage agent to use qwen3.6-plus model for improved response ↵Dax Raad
quality
2026-05-03ciDax Raad
2026-05-03Add debug info command (#25550)Dax
2026-05-03fix(cli): bridge Instance.current ALS in effectCmd handlers (regression from ↵Kit Langton
#25522) (#25546)
2026-05-02refactor(cli/providers): Stage 4 — drop inline AppRuntime.runPromise calls ↵Kit Langton
(#25532)
2026-05-02refactor(cli/mcp+agent): Stage 4 — drop AppRuntime.runPromise bridges (#25530)Kit Langton
2026-05-02fix: regression w/ auth login where stderr was ignored instead of inherited ↵Aiden Cline
(#25529)
2026-05-03chore: update nix node_modules hashesopencode-agent[bot]
2026-05-03fix(session): encode v2 session responses (#25528)Dax
2026-05-03chore: generateopencode-agent[bot]
2026-05-02refactor(cli): convert agent / providers / mcp to effectCmd (#25525)Kit Langton
2026-05-02fix(httpapi): pagination Link header echoes request host (#25527)Kit Langton