4 Commits

Author SHA1 Message Date
lemon07r 7aeb8d36fa Add OAuth request timeouts and release checks 2026-04-19 02:20:10 -04:00
lemon07r 422a204154 Release v1.0.5: bump CI to Node 24 and latest action majors
- actions/checkout v4 -> v6
- actions/setup-node v4 -> v6 (Node 20 -> 24 LTS)
- softprops/action-gh-release v2 -> v3

Clears the Node.js 20 deprecation warning that CI was emitting.
2026-04-17 04:09:44 -04:00
lemon07r 0626597690 Release v1.0.1: fix silent plugin load failure
Plugin v1.0.0 exported a named PROVIDER_ID constant alongside the default
export. opencode's plugin loader (getLegacyPlugins) iterates every export
and requires each to be a function; the named string export caused it to
throw 'Plugin export is not a function', which was only visible in the
log file — the provider silently vanished from 'opencode auth login'.

- Move PROVIDER_ID into src/constants.ts and import it in src/index.ts.
- Add test/exports.test.ts as a regression guard (bun test).
- Add bunfig.toml to scope bun test away from research/ and node_modules/.
- Wire 'bun test' into the release workflow.
- Document rule 9 in AGENTS.md (single default export in src/index.ts).
- Also pick up the previous session's README fix (opencode auth login -p).
2026-04-17 02:40:07 -04:00
lemon07r 0f8f14dbd4 feat: add GitHub Actions release workflow and rename provider to kimi-for-coding-oauth 2026-04-17 01:33:39 -04:00