10 Commits

Author SHA1 Message Date
65a44ca150 Prepare repaired alpha9 release 2026-07-20 20:00:22 -07:00
f4bf4eb625 Gate alpha8 release on full Ruby matrix 2026-07-20 15:34:33 -07:00
49a161632e Harden alpha8 publication safety 2026-07-20 14:15:34 -07:00
9277646a4b Prepare opencode-ruby alpha8 2026-07-19 22:20:04 -07:00
2cbc6adebc Upgrade checkout action to v7 2026-07-19 18:15:10 -07:00
19f31a87fb Pin CI actions and test Ruby 4 2026-07-19 16:23:20 -07:00
5379aa0847 Run gem releases only on GitHub 2026-07-19 04:30:50 -07:00
b16292723e Fix packaged gem verification in CI 2026-07-18 13:37:41 -07:00
8adc95985a Add trusted gem publishing 2026-07-18 13:32:36 -07:00
889d38332f Initial public release v0.0.1.alpha2
Some checks failed
Test / test (3.2) (push) Failing after 9m43s
Test / test (3.3) (push) Failing after 9m43s
Test / test (3.4) (push) Failing after 9m42s
opencode-ruby — idiomatic Ruby client for OpenCode (HTTP + SSE).

Hand-rolled, opinionated Ruby SDK with block-form streaming, value-
object responses, and automatic SSE reconnection. Pluggable
Opencode::Instrumentation adapter for routing events to
ActiveSupport::Notifications, OpenTelemetry, stdout, or any custom
emitter. Companion to opencode-rails for AR-coupled Rails apps.

What this version ships:
  - Opencode::Client (Net::HTTP + SSE)
  - Opencode::Reply / Reply::Result / ReplyObserver
  - Opencode::Tracer, Opencode::Prompts
  - Opencode::ResponseParser, ToolPart, PartSource, Todo
  - Opencode::Instrumentation (instrument + notify)
  - Opencode::Error and seven subclasses
  - examples/conversation_recipe.rb — canonical Rails wiring blueprint

15 smoke tests. CI on Ruby 3.2/3.3/3.4.

Ruby >= 3.2. Runtime dep: activesupport >= 6.1, < 9.0.

See CHANGELOG.md for the alpha1 -> alpha2 delta.
2026-05-20 21:41:30 -07:00