- Add DevContainer configuration for Codespaces - Add GitHub Actions workflows for automation - Add Ollama support to Memory plugin - Add comprehensive documentation
5 lines
194 B
JavaScript
5 lines
194 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.VERSION = void 0;
|
|
exports.VERSION = '6.16.0'; // x-release-please-version
|
|
//# sourceMappingURL=version.js.map
|