Releases: karup/opencode-jules
Releases · karup/opencode-jules
v0.5.9 — Example session in README
v0.5.8 — OpenCode REST plugin for Jules
Branding update
- Renamed to OpenCode REST plugin to emphasize REST API + API key approach
- Added comparison table vs
@google/jules-mcpin README
Key differentiators
- No MCP server required — just an API key in
.env - All 9 REST API endpoints as opencode tools
- Built-in skill (
/opencode-jules) with help, setup, and workflow guidance
v0.5.6 — CI: build-only, manual publish
Removed publish-npm job from workflow. Publishing handled manually via npm publish.
v0.5.5 — Fix CI: remove missing npm test script
Removed npm test from the GitHub Actions workflow since no test script is defined in package.json.
v0.5.4 — Fix lockfile sync for CI
Fixed package-lock.json sync issue causing npm ci to fail in GitHub Actions.
v0.5.3 — Complete Jules REST API coverage + help system
What's new in 0.5.x
0.5.3
- GitHub Actions workflow for npm publish
0.5.2
/opencode-jules help,/opencode-jules help setup,/opencode-jules help commandsin SKILL.md
0.5.1
- Updated SKILL.md & README with all 9 tools and skill path workaround
0.5.0
5 new tools — complete coverage of all Jules REST API endpoints:
jules_delete—DELETE /sessions/{id}jules_message—POST /sessions/{id}:sendMessagejules_approve—POST /sessions/{id}:approvePlanjules_activity—GET /sessions/{id}/activities/{actId}jules_get_source—GET /sources/{id}
Fixes to existing tools:
jules_create: fix automationMode enum (remove invalidNONE)jules_list: addpageTokensupportjules_list_sources: addfilter,pageTokensupportjules_status: addpageToken,nextPageTokenin output
0.4.1
- Restore dotenv to load
.envfrom project root at plugin init
0.4.0
- Switch to
tool()helper from@opencode-ai/pluginwith Zod args - Replace dotenv env loading with
shell.envhook - Default export matching Plugin type signature