@pellux/goodvibes-agent 1.6.4 → 1.7.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  Product-facing release notes for GoodVibes Agent.
4
4
 
5
+ ## 1.7.0 - 2026-07-08
6
+
7
+ - Adopts platform SDK 1.5.0.
8
+ - When the model itself reports that its context window filled up while
9
+ - producing a response, the agent now compacts its conversation immediately —
10
+ - before the next model call — instead of waiting for local token estimates
11
+ - to cross a threshold. The model's own report is treated as authoritative.
12
+ - Custom per-model context windows configured on this machine now apply to
13
+ - agent runs too, and persist across restarts.
14
+
5
15
  ## 1.6.4 - 2026-07-07
6
16
 
7
17
  - The exec tool no longer denies destructive- or escalation-class commands (kill, docker, sudo) that the permission configuration allows — class-level risk is decided by permission settings alone. The only remaining unconditional block is a small frozen catastrophic list (root filesystem deletion, raw disk destruction, fork bombs).
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # GoodVibes Agent
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
- [![Version: 1.5.3](https://img.shields.io/badge/version-1.6.4-blue.svg)](#install)
4
+ [![Version: 1.5.3](https://img.shields.io/badge/version-1.7.0-blue.svg)](#install)
5
5
 
6
6
  GoodVibes Agent is the installable autonomous operator assistant for GoodVibes. It keeps the existing terminal renderer and workspace bones, but the product goal is different from a vibecoding harness: the user should experience one assistant that can chat, plan, remember, research, schedule, send, generate, run visible agents, and operate the GoodVibes daemon contract with clear confirmation gates.
7
7