opencode-agent[bot]
f93bb37477
chore: generate
2026-05-03 12:59:40 +00:00
Kit Langton
4614da8e41
refactor(server): extract Hono-coupled utilities to backend-neutral modules ( #25542 )
2026-05-03 12:58:34 +00:00
Shoubhit Dash
c39b46d390
fix(vcs): avoid unbounded diff memory usage ( #25581 )
2026-05-03 17:49:46 +05:30
Dax Raad
df6c24439c
ignore: remove triage-unassigned.ts script
...
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-03 01:59:03 -04:00
Dax Raad
6b816ec3dd
ci: stop sending daily community recap notifications
2026-05-03 01:54:32 -04:00
Dax Raad
3c5445f148
ci: remove vouch-based contributor filtering workflows
...
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-03 01:54:32 -04:00
Dax Raad
953910b59e
ci: remove automatic labels from GitHub issue templates to allow manual triage
2026-05-03 01:54:32 -04:00
opencode-agent[bot]
8c2b5dedd1
chore: generate
2026-05-03 05:22:22 +00:00
Dax Raad
e0c6aca7e8
core: simplify triage workflow to focus on issue ownership
...
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-03 01:21:17 -04:00
Dax Raad
adf7dd71c3
core: update triage agent to use qwen3.6-plus model for improved response quality
2026-05-03 01:10:14 -04:00
Dax Raad
201e37e3fd
ci
2026-05-03 01:05:36 -04:00
Dax
2beb7713de
Add debug info command ( #25550 )
2026-05-03 05:04:52 +00:00
Kit Langton
47120def17
fix(cli): bridge Instance.current ALS in effectCmd handlers (regression from #25522 ) ( #25546 )
2026-05-03 04:24:33 +00:00
Kit Langton
63eb07769c
refactor(cli/providers): Stage 4 — drop inline AppRuntime.runPromise calls ( #25532 )
2026-05-02 23:42:40 -04:00
Kit Langton
635b5e8fe0
refactor(cli/mcp+agent): Stage 4 — drop AppRuntime.runPromise bridges ( #25530 )
2026-05-02 23:40:59 -04:00
Aiden Cline
2d948437c5
fix: regression w/ auth login where stderr was ignored instead of inherited ( #25529 )
2026-05-02 22:36:02 -05:00
opencode-agent[bot]
afc97604af
chore: update nix node_modules hashes
2026-05-03 03:25:46 +00:00
Dax
2f18b22730
fix(session): encode v2 session responses ( #25528 )
2026-05-03 03:24:46 +00:00
opencode-agent[bot]
cef53eb9dc
chore: generate
2026-05-03 03:23:47 +00:00
Kit Langton
50fc5fcabd
refactor(cli): convert agent / providers / mcp to effectCmd ( #25525 )
2026-05-02 23:22:44 -04:00
Kit Langton
330651f77b
fix(httpapi): pagination Link header echoes request host ( #25527 )
2026-05-02 23:19:33 -04:00
Kit Langton
20a8c9ba24
refactor(cli/stats): Stage 4 — fully Effect-native body ( #25523 )
2026-05-02 23:08:26 -04:00
Kit Langton
02a4be8eb2
chore: bump Effect beta ( #25524 )
2026-05-02 23:08:13 -04:00
opencode-agent[bot]
51108cc5e5
chore: generate
2026-05-03 03:04:40 +00:00
Kit Langton
d83c85ec25
refactor(cli): convert mcp list, auth, auth list, logout to effectCmd ( #25521 )
2026-05-03 03:03:32 +00:00
opencode-agent[bot]
e17262e380
chore: generate
2026-05-03 02:54:20 +00:00
Kit Langton
24ab579c3d
refactor(cli): convert github subcommands to effectCmd ( #25522 )
2026-05-02 22:53:20 -04:00
Youssef Achy
8ca31ff908
chore(opencode): exclude .map files from CLI binary build ( #25500 )
2026-05-02 22:52:32 -04:00
Luke Parker
6f36556f1c
fix(desktop): limit zoom handler to zoom keys ( #25516 )
2026-05-03 02:44:52 +00:00
Aiden Cline
7615520ed8
chore: rm log statement ( #25470 )
2026-05-02 21:43:48 -05:00
Kit Langton
6bee1103fa
refactor(acp): drop async from synchronous ACP.init ( #25520 )
2026-05-02 22:38:44 -04:00
opencode-agent[bot]
41ee15720c
chore: generate
2026-05-03 02:36:41 +00:00
Kit Langton
aa77fa3227
refactor(cli): convert run command to effectCmd ( #25519 )
2026-05-02 22:35:20 -04:00
Kit Langton
7f94d5abda
refactor(cli): convert debug wait, agent list, acp to effectCmd ( #25518 )
2026-05-02 22:31:20 -04:00
Kit Langton
484a339310
feat(cli): allow effectCmd instance to be a function of args ( #25517 )
2026-05-03 02:27:41 +00:00
Kit Langton
41dd355121
refactor(lifecycle): bootstrap as pure orchestration ( #25510 )
2026-05-02 22:26:54 -04:00
opencode-agent[bot]
2d44193933
chore: generate
2026-05-03 02:10:52 +00:00
Dax
cdf3760d79
Refactor v2 session events as schemas ( #24512 )
2026-05-02 22:09:48 -04:00
Kit Langton
a6232f5b67
refactor(cli): convert web + account to effectCmd (instance: false) ( #25512 )
2026-05-02 21:59:35 -04:00
Kit Langton
cc60459d0a
feat(cli): add instance: false opt-out to effectCmd ( #25507 )
2026-05-03 01:44:06 +00:00
Kit Langton
1f1cbbf8e8
feat: default HTTP API backend to on for dev/beta channels
2026-05-02 20:43:23 -04:00
opencode-agent[bot]
6b114028ac
chore: generate
2026-05-03 00:43:16 +00:00
Kit Langton
4f2212b1dc
refactor(cli): drop redundant explicit Effect.ensuring(store.dispose) ( #25503 )
2026-05-02 20:42:09 -04:00
opencode-agent[bot]
ee00b53436
chore: generate
2026-05-03 00:40:21 +00:00
Kit Langton
be489206f6
Normalize instance lifecycle wiring ( #25501 )
2026-05-02 20:39:20 -04:00
opencode-agent[bot]
03ce6940b9
chore: generate
2026-05-03 00:32:24 +00:00
Kit Langton
ce62190978
test(httpapi): add route exerciser
2026-05-02 20:31:21 -04:00
opencode-agent[bot]
84c4585476
chore: generate
2026-05-03 00:10:53 +00:00
Luke Parker
6593cf5f1c
docs: clarify LSP and formatter opt-in config ( #25502 )
2026-05-03 00:09:50 +00:00
Kit Langton
8b285e55ac
feat(cli): auto-dispose InstanceContext after effectCmd handlers ( #25481 )
2026-05-02 19:54:13 -04:00