@azatakmyradov/opencode-recap-plugin 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -4,7 +4,6 @@ import { Effect } from "effect";
4
4
  import { Plugin } from "@opencode-ai/plugin/effect";
5
5
  var src_default = Plugin.define({
6
6
  id: "recap",
7
- tui: true,
8
7
  effect: () => Effect.void
9
8
  });
10
9
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azatakmyradov/opencode-recap-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Run recaps and suggested next steps for the OpenCode V2 TUI",
5
5
  "keywords": [
6
6
  "opencode",
@@ -35,13 +35,13 @@
35
35
  "test": "vp test run"
36
36
  },
37
37
  "dependencies": {
38
- "@opencode-ai/client": "0.0.0-beta-18414",
39
- "@opencode-ai/plugin": "0.0.0-beta-18414",
40
- "effect": "4.0.0-rc.111"
38
+ "@opencode-ai/client": "0.0.0-beta-18721",
39
+ "@opencode-ai/plugin": "0.0.0-beta-18721",
40
+ "effect": "4.0.0-rc.112"
41
41
  },
42
42
  "peerDependencies": {
43
- "@opentui/core": ">=0.5.8",
44
- "@opentui/solid": ">=0.5.8",
43
+ "@opentui/core": ">=0.5.9",
44
+ "@opentui/solid": ">=0.5.9",
45
45
  "solid-js": ">=1.9.0"
46
46
  },
47
47
  "peerDependenciesMeta": {