Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: tickernelz/opencode-mem

v2.17.1

13 Jun 02:44
@github-actions github-actions

Choose a tag to compare

What's Changed

Other Changes

  • fix(auto-capture): release captured=2 lock on abort to prevent stuck prompts by @junyuyuan in #132
  • fix(embedding): wrap tags with Topics: template and inline them into summary by @junyuyuan in #131
  • fix: Windows shutdown, socket cleanup, and JSON parse resilience for tool calls by @rookie136 in #128

New Contributors

Full Changelog: v2.17.0...v2.17.1

Contributors

junyuyuan and rookie136
Assets 2
Loading

v2.17.0

07 Jun 13:34
@github-actions github-actions

Choose a tag to compare

What's Changed

Other Changes

  • feat(embedding): migrate to @huggingface/transformers@^4 (fixes sharp ARM64 install, #94/#97) by @leiverkus in #127

Full Changelog: v2.16.0...v2.17.0

Contributors

leiverkus
Loading

v2.16.0

07 Jun 00:19
@github-actions github-actions

Choose a tag to compare

What's Changed

Other Changes

  • fix(sqlite): shim db.transaction(fn) on node:sqlite DatabaseSync by @leiverkus in #123
  • fix(api): show user-scope memories in /api/memories listing by @leiverkus in #124
  • feat(api): export canonical tag helpers via opencode-mem/tags subpath by @leiverkus in #125

Full Changelog: v2.15.0...v2.16.0

Contributors

leiverkus
Loading

v2.15.0

05 Jun 00:39
@github-actions github-actions

Choose a tag to compare

What's Changed

Other Changes

  • fix(runtime): support Node plugin loader (bun:sqlite + Bun.serve fallbacks) by @leiverkus in #121
  • feat(i18n): add Arabic localization support by @eyadcsdev in #118
  • fix: prevent data loss on memory update when embedding API is unreachable by @High-cla in #116

New Contributors

Full Changelog: v2.14.3...v2.15.0

Contributors

leiverkus, eyadcsdev, and High-cla
Loading

v2.14.3

18 May 09:31
@tickernelz tickernelz

Choose a tag to compare

Fixed

  • Fix OpenCode plugin loading on strict ESM runtimes by importing package.json with with { type: "json" }.
  • Add a regression guard that verifies the built dist/plugin.js keeps the JSON import attribute.

Verification

  • bun run build
  • bun test tests/plugin-loader-contract.test.ts
  • bun test
  • bun run typecheck
  • bun run format:check
  • git diff --check

Fixes #112

Full Changelog: v2.14.2...v2.14.3

Loading

v2.14.2

12 May 16:34
@github-actions github-actions

Choose a tag to compare

Full Changelog: v2.14.1...v2.14.2

Loading
fr13nd230 reacted with thumbs up emoji
1 person reacted

v2.14.1

10 May 11:59
@tickernelz tickernelz

Choose a tag to compare

Fixes

  • Prevent OpenCode/Bun plugin loader bundling from eagerly traversing @huggingface/transformers internals during plugin startup.
  • Keep local embedding backend lazy-loaded so @huggingface/transformers is only imported when local embeddings are actually used.
  • Pin @huggingface/transformers to the tested 4.0.1 version instead of floating to newer package layouts.

Verification

  • bun run typecheck
  • bun run build
  • bun test ./tests/package-dependencies.test.ts ./tests/plugin-bundle-boundary.test.ts ./tests/plugin-loader-contract.test.ts ./tests/opencode-provider.test.ts
  • npm pack + fresh install smoke test confirmed opencode-mem@2.14.1, @huggingface/transformers@4.0.1, no static HF import in dist/services/embedding.js, and dist/plugin.js imports successfully.

Full Changelog: v2.14.0...v2.14.1

Loading

v2.14.0

09 May 03:42
@tickernelz tickernelz

Choose a tag to compare

v2.14.0

Highlights

  • Fix Web UI/read API hangs by avoiding embedding warmup on read-only SQLite paths.
  • Harden local embedding initialization by forcing ONNX WASM threading to 1 in Node/Bun runtimes.
  • Refactor auto-capture/profile structured-output generation to use OpenCode v2 session.prompt instead of manually reading auth.json and calling provider APIs directly.
  • Unlock any provider already configured in OpenCode for memory extraction, including GitHub Copilot, Claude OAuth, and custom OpenCode providers.

Validation

  • bun install --frozen-lockfile
  • bun run typecheck
  • bun run build
  • bun test ./tests/opencode-provider.test.ts — 11 pass

Note: the broader existing test suite still has unrelated pre-existing failures in Windows path/profile/scope/plugin-loader/vector migration coverage; those were not introduced by this release work.

Full changelog: v2.13.0...v2.14.0

What's Changed

Other Changes

  • fix: Chinese language detection fallback and lower minLength threshold by @tony027wh in #76
  • feat(memory): add optional all-projects query scope by @huilang021x in #84
  • refactor(ai): tighten openai-chat typing without base extraction by @NaNomicon in #93
  • fix(plugin): derive id from package name by @regulusleow in #92
  • fix: allow explicit profile preference writes by @Coqueiro in #91
  • fix(embedding): migrate from @xenova/transformers to @huggingface/transformers by @jsmjsm in #90
  • fix(embedding,api): unblock web UI by fixing pipeline() hang and read-path warmup by @StumHuang in #100
  • refactor(ai): use opencode v2 SDK session.prompt for structured output by @StumHuang in #101

New Contributors

Full Changelog: v2.13.0...v2.14.0

Loading

v2.13.0

03 Apr 02:49
@github-actions github-actions
v2.13.0
This tag was signed with the committer’s verified signature.
SSH Key Fingerprint: auwBKL5rBxPklPTKIqxuZ9IbJxOqXnkfut5URyo9TdM
Verified
Learn about vigilant mode.
b358628
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Other Changes

  • fix(plugin): restore OpenCode 1.3 loader compatibility by @NaNomicon in #81

New Contributors

Full Changelog: v2.12.1...v2.13.0

Contributors

NaNomicon
Loading

v2.12.1

31 Mar 00:53
@github-actions github-actions

Choose a tag to compare

What's Changed

Other Changes

  • feat(config): add project-scoped config resolution via .opencode/ directory by @perebusquets in #65
  • feat(web): add select page action by @tony027wh in #72

New Contributors

Full Changelog: v2.12.0...v2.12.1

Contributors

perebusquets and tony027wh
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /