@veedubin/boomerang-v3 0.4.0 → 0.4.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/AGENTS.md +2 -0
- package/README.md +2 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -385,6 +385,8 @@ IDLE → MEMORY_QUERY → SEQUENTIAL_THINK → PLAN → DELEGATE → GIT_CHECK
|
|
|
385
385
|
|
|
386
386
|
## Review Notes
|
|
387
387
|
|
|
388
|
+
- **2026-05-19**: **boomerang-v3 v0.4.1 RELEASED** — Documentation refreshed, stale version references updated across monorepo. package.json bumped from v0.4.0 → v0.4.1.
|
|
389
|
+
- **2026-05-19**: **boomerang-v3 v0.4.0 RELEASED** — Lint fixes (13 ESLint errors), context buffer added, telemetry client added. 127/127 tests passing, 0 lint errors. Git tag `v0.4.0` pushed. npm publish failed: invalid/missing `NPM_PUBLISH_TOKEN` in GitHub Actions secrets.
|
|
388
390
|
- **2026-05-19**: **boomerang-v3 v0.3.2 UPDATED** — Agent bash permissions expanded: `basename`, `diff`, `cp`, `which` added. Orchestrator clarified: CAN edit docs, delegates code. Parallel execution guidance added. All 30 agent files synced between `.opencode/agents/` and `boomerang-v3/.opencode/agents/`.
|
|
389
391
|
- **2026-05-19**: **boomerang-v3 v0.3.1 RELEASED** — Added common bash commands (ls, head, tail, cat, grep, find, cd, echo) to 7 agent permission files. Tag `v0.3.1` pushed to GitHub.
|
|
390
392
|
- **2026-05-19**: **boomerang-v3 v0.3.0 RELEASED** — Agent permissions overhaul: `mode: subagent` + comprehensive tool permissions for all 30 agent files. SQL injection fix in boomerang-queue. Phase 3 Ollama Cloud Proxy design doc created. Tag `v0.3.0` pushed to GitHub.
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](LICENSE)
|
|
4
4
|
[](https://opencode.ai)
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
|
-
[](https://github.com/Veedubin/Boomerang-v3/releases/tag/v0.4.1)
|
|
7
7
|
|
|
8
8
|
*Intelligent multi-agent coordination for OpenCode with memini-ai memory.*
|
|
9
9
|
|
|
@@ -283,6 +283,7 @@ boomerang-v3/
|
|
|
283
283
|
|
|
284
284
|
## Release History
|
|
285
285
|
|
|
286
|
+
- **v0.4.1** — Documentation refresh, stale version references corrected across monorepo
|
|
286
287
|
- **v3.0.0** — memini-ai integration: Trust engine, knowledge graph, tiered loading, PostgreSQL/pgvector
|
|
287
288
|
- **v4.0.0** (boomerang-v2) — Orchestrator as pure decision layer, OpenCode handles execution
|
|
288
289
|
- **v3.0.0** (boomerang-v2) — LanceDB → Qdrant migration
|