Skip to content

Merge develop into main - #13

Merged
sh1ningwang merged 8 commits into
mainfrom
develop
Jun 13, 2026
Merged

Merge develop into main#13
sh1ningwang merged 8 commits into
mainfrom
develop

Conversation

@sh1ningwang

Copy link
Copy Markdown
Owner

Summary

Merge latest develop into main, including:

sh1ningwang and others added 8 commits June 14, 2026 00:48
sa-implement now takes four inputs and MUST explicitly ask for all of
them on every invocation (never assume/reuse from a prior session):
repo_url, account, assignee (mandatory) and label (optional).

- auto-daemon.sh: new --assignee (required) and --label (alias of
  --theme); writes ASSIGNEE to run.env and threads it into the queue.
- lib/gh.sh: gh_queue_list now filters by --assignee, so the polled
  queue is restricted to issues assigned to that user (optionally also
  scoped by label).
- auto-api.sh: reads ASSIGNEE from run.env; the queue verb passes it.
- SKILL.md: inputs section rewritten to four values with an explicit
  must-ask-every-time directive; daemon start command updated.
- references/interfaces.md + daemon header: signatures updated.

Verified bash -n on all changed shell.
The config was using "zai" as a custom provider key while overriding
its baseURL with the coding plan endpoint. This shadowed the built-in
"zai" provider (standard paid endpoint) with the coding plan endpoint,
which is confusing and fragile.

OpenCode has two separate built-in Z.AI providers per models.dev:
  - zai              → api.z.ai/api/paas/v4        (13 models, paid)
  - zai-coding-plan  → api.z.ai/api/coding/paas/v4 (6 models, $0.00)

Switch to the correct built-in "zai-coding-plan" provider name and
remove the now-unnecessary manual baseURL/apiKey overrides — the
built-in provider already knows the correct endpoint.

Also updates the outdated comment that claimed GLM 5.2 does not exist
(it was released 2026-06-13) and lists all available coding-plan
models.

Closes #11
…provider

fix(opencode): use correct zai-coding-plan provider name
@sh1ningwang
sh1ningwang merged commit d343f77 into main Jun 13, 2026
1 check passed
Sign up for free to 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