gpt-connector 0.4.5 → 0.4.6
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.6 — 2026-07-20
|
|
4
|
+
|
|
5
|
+
- `browser start` の短いCDP probe timeoutから既存endpoint所有者検査とWindowServer可視性収束待ちを
|
|
6
|
+
分離し、起動境界で間欠的に出ていた `RUNTIME_DRIFT` / `CDP_UNAVAILABLE` を防いだ。
|
|
7
|
+
profile・所有PIDの照合条件と最終 fail-closed 判定は維持する。
|
|
8
|
+
|
|
3
9
|
## 0.4.5 — 2026-07-19
|
|
4
10
|
|
|
5
11
|
- 長寿命MCP processのCDP clientが無応答になった後も永久にcacheされ、`consult`の事前model確認と
|