@pellux/goodvibes-tui 0.19.48 → 0.19.49
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 +13 -0
- package/README.md +1 -1
- package/docs/foundation-artifacts/operator-contract.json +34 -7
- package/package.json +2 -2
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ All notable changes to GoodVibes TUI.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [0.19.49] — 2026-04-28
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated `@pellux/goodvibes-sdk` to `0.26.4` for SDK-owned multipart/raw artifact uploads across artifact storage, knowledge ingest, and Home Assistant Home Graph ingest.
|
|
11
|
+
- Exposed the SDK `storage.artifacts.maxBytes` setting through the normal storage configuration surface.
|
|
12
|
+
- Regenerated foundation operator contract artifacts from the SDK 0.26.4 contract.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Picked up SDK fixes for large multipart upload cap handling and oversized-upload rejection behavior.
|
|
16
|
+
- Removed the temporary TUI upload-stream normalization shim after SDK 0.26.4 fixed Bun request-reader cleanup failures in raw artifact uploads.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
7
20
|
## [0.19.48] — 2026-04-28
|
|
8
21
|
|
|
9
22
|
### Changed
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/mgd34msu/goodvibes-tui/actions/workflows/ci.yml)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](https://github.com/mgd34msu/goodvibes-tui)
|
|
6
6
|
|
|
7
7
|
A terminal-native AI coding, operations, automation, knowledge, and integration console with a typed runtime, omnichannel surfaces, structured memory/knowledge, and a raw ANSI renderer.
|
|
8
8
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.26.
|
|
6
|
+
"version": "0.26.4"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -2319,7 +2319,7 @@
|
|
|
2319
2319
|
{
|
|
2320
2320
|
"id": "artifacts.create",
|
|
2321
2321
|
"title": "Create Artifact",
|
|
2322
|
-
"description": "Store a file or attachment artifact for later delivery or
|
|
2322
|
+
"description": "Store a file or attachment artifact for later delivery, analysis, or knowledge ingest. JSON supports small inline bodies and daemon-local path/URI references; HTTP callers can also send multipart/form-data or a raw binary body for large uploads.",
|
|
2323
2323
|
"category": "artifacts",
|
|
2324
2324
|
"source": "builtin",
|
|
2325
2325
|
"access": "authenticated",
|
|
@@ -2486,7 +2486,16 @@
|
|
|
2486
2486
|
],
|
|
2487
2487
|
"additionalProperties": false
|
|
2488
2488
|
},
|
|
2489
|
-
"invokable": true
|
|
2489
|
+
"invokable": true,
|
|
2490
|
+
"metadata": {
|
|
2491
|
+
"uploadModes": [
|
|
2492
|
+
"json-inline",
|
|
2493
|
+
"json-path-or-uri",
|
|
2494
|
+
"multipart-file",
|
|
2495
|
+
"raw-body"
|
|
2496
|
+
],
|
|
2497
|
+
"largeUploadConfigKey": "storage.artifacts.maxBytes"
|
|
2498
|
+
}
|
|
2490
2499
|
},
|
|
2491
2500
|
{
|
|
2492
2501
|
"id": "artifacts.get",
|
|
@@ -26572,7 +26581,7 @@
|
|
|
26572
26581
|
{
|
|
26573
26582
|
"id": "homeassistant.homeGraph.ingestHomeGraphArtifact",
|
|
26574
26583
|
"title": "Ingest Home Graph Artifact",
|
|
26575
|
-
"description": "Index an artifact
|
|
26584
|
+
"description": "Index an existing artifact reference, JSON path/URI reference, multipart file upload, or raw binary upload as a Home Graph document, receipt, warranty, manual, or photo.",
|
|
26576
26585
|
"category": "knowledge",
|
|
26577
26586
|
"source": "builtin",
|
|
26578
26587
|
"access": "admin",
|
|
@@ -27020,7 +27029,16 @@
|
|
|
27020
27029
|
],
|
|
27021
27030
|
"additionalProperties": true
|
|
27022
27031
|
},
|
|
27023
|
-
"invokable": true
|
|
27032
|
+
"invokable": true,
|
|
27033
|
+
"metadata": {
|
|
27034
|
+
"uploadModes": [
|
|
27035
|
+
"json-artifact-reference",
|
|
27036
|
+
"json-path-or-uri",
|
|
27037
|
+
"multipart-file",
|
|
27038
|
+
"raw-body"
|
|
27039
|
+
],
|
|
27040
|
+
"largeUploadConfigKey": "storage.artifacts.maxBytes"
|
|
27041
|
+
}
|
|
27024
27042
|
},
|
|
27025
27043
|
{
|
|
27026
27044
|
"id": "homeassistant.homeGraph.ingestHomeGraphNote",
|
|
@@ -31622,7 +31640,7 @@
|
|
|
31622
31640
|
{
|
|
31623
31641
|
"id": "knowledge.ingest.artifact",
|
|
31624
31642
|
"title": "Ingest Artifact Into Knowledge",
|
|
31625
|
-
"description": "Snapshot
|
|
31643
|
+
"description": "Snapshot an existing artifact, daemon-local path, remote URI, multipart file upload, or raw binary upload into the structured knowledge store and run structured extraction.",
|
|
31626
31644
|
"category": "knowledge",
|
|
31627
31645
|
"source": "builtin",
|
|
31628
31646
|
"access": "admin",
|
|
@@ -31925,7 +31943,16 @@
|
|
|
31925
31943
|
],
|
|
31926
31944
|
"additionalProperties": true
|
|
31927
31945
|
},
|
|
31928
|
-
"invokable": true
|
|
31946
|
+
"invokable": true,
|
|
31947
|
+
"metadata": {
|
|
31948
|
+
"uploadModes": [
|
|
31949
|
+
"json-artifact-reference",
|
|
31950
|
+
"json-path-or-uri",
|
|
31951
|
+
"multipart-file",
|
|
31952
|
+
"raw-body"
|
|
31953
|
+
],
|
|
31954
|
+
"largeUploadConfigKey": "storage.artifacts.maxBytes"
|
|
31955
|
+
}
|
|
31929
31956
|
},
|
|
31930
31957
|
{
|
|
31931
31958
|
"id": "knowledge.ingest.bookmarks",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pellux/goodvibes-tui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.49",
|
|
4
4
|
"description": "Terminal-native GoodVibes product for coding, operations, automation, knowledge, channels, and daemon-backed control-plane workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/main.ts",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@anthropic-ai/vertex-sdk": "^0.16.0",
|
|
92
92
|
"@ast-grep/napi": "^0.42.0",
|
|
93
93
|
"@aws/bedrock-token-generator": "^1.1.0",
|
|
94
|
-
"@pellux/goodvibes-sdk": "0.26.
|
|
94
|
+
"@pellux/goodvibes-sdk": "0.26.4",
|
|
95
95
|
"bash-language-server": "^5.6.0",
|
|
96
96
|
"fuse.js": "^7.1.0",
|
|
97
97
|
"graphql": "^16.13.2",
|
package/src/version.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { join } from 'node:path';
|
|
|
6
6
|
// The prebuild script updates the fallback value before compilation.
|
|
7
7
|
// Uses import.meta.dir (Bun) to locate package.json relative to this file,
|
|
8
8
|
// which is correct regardless of the process working directory.
|
|
9
|
-
let _version = '0.19.
|
|
9
|
+
let _version = '0.19.49';
|
|
10
10
|
try {
|
|
11
11
|
const pkg = JSON.parse(readFileSync(join(import.meta.dir, '..', 'package.json'), 'utf-8'));
|
|
12
12
|
_version = pkg.version ?? _version;
|