@bojackduy/opencode-loopd 1.8.0 → 1.8.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
> Run long-running tasks as **autonomous child sessions** (subagents) while the main chat stays interactive. Create a goal with `/goal`, watch it loop in the background, and monitor everything from a keyboard-driven TUI — without blocking the parent conversation.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@bojackduy/opencode-loopd)
|
|
8
|
-
[](LICENSE)
|
|
9
9
|
[](https://opencode.ai)
|
|
10
10
|
[](https://github.com/anomalyco/opentui)
|
|
11
11
|
|
|
@@ -298,4 +298,4 @@ OpenCode plugin for **background agents**, **autonomous subagents**, **loop**, *
|
|
|
298
298
|
|
|
299
299
|
## License
|
|
300
300
|
|
|
301
|
-
AGPL-3.0-
|
|
301
|
+
AGPL-3.0-or-later — see [LICENSE](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@bojackduy/opencode-loopd",
|
|
4
|
-
"version": "1.8.
|
|
5
|
-
"description": "Codex-inspired background goal engine for OpenCode
|
|
4
|
+
"version": "1.8.1",
|
|
5
|
+
"description": "Codex-inspired background goal engine for OpenCode \u2014 autonomous subagents, engine-driven loop, child worker sessions and modal TUI dashboard. Like Claude Code loop for OpenCode.",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"license": "AGPL-3.0-
|
|
7
|
+
"license": "AGPL-3.0-or-later",
|
|
8
8
|
"private": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|