@pellux/goodvibes-tui 0.19.71 → 0.19.73

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
@@ -4,6 +4,16 @@ All notable changes to GoodVibes TUI.
4
4
 
5
5
  ---
6
6
 
7
+ ## [0.19.73] — 2026-05-07
8
+
9
+ ### Changes
10
+ - 6cdfdad8 chore: update goodvibes sdk to 0.33.11
11
+
12
+ ## [0.19.72] — 2026-05-07
13
+
14
+ ### Changes
15
+ - 103a367e chore: update goodvibes sdk to 0.33.10
16
+
7
17
  ## [0.19.71] — 2026-05-07
8
18
 
9
19
  ### Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/mgd34msu/goodvibes-tui/actions/workflows/ci.yml/badge.svg)](https://github.com/mgd34msu/goodvibes-tui/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![Version](https://img.shields.io/badge/version-0.19.71-blue.svg)](https://github.com/mgd34msu/goodvibes-tui)
5
+ [![Version](https://img.shields.io/badge/version-0.19.73-blue.svg)](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
 
@@ -345,22 +345,24 @@ input KnowledgePacketInput {
345
345
  limit: Int
346
346
  detail: KnowledgePacketDetail
347
347
  budgetLimit: Int
348
+ knowledgeSpaceId: String
349
+ includeAllSpaces: Boolean
348
350
  }
349
351
 
350
352
  type Query {
351
- status: KnowledgeStatus!
353
+ status(knowledgeSpaceId: String, includeAllSpaces: Boolean): KnowledgeStatus!
352
354
  connectors: [KnowledgeConnector!]!
353
355
  connectorDoctor(id: String!): KnowledgeConnectorDoctorReport
354
- sources(limit: Int, offset: Int, knowledgeSpaceId: String): [KnowledgeSource!]!
355
- nodes(limit: Int, offset: Int, knowledgeSpaceId: String): [KnowledgeNode!]!
356
- issues(limit: Int, offset: Int, knowledgeSpaceId: String): [KnowledgeIssue!]!
356
+ sources(limit: Int, offset: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeSource!]!
357
+ nodes(limit: Int, offset: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeNode!]!
358
+ issues(limit: Int, offset: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeIssue!]!
357
359
  itemView(kind: String!, id: String!): KnowledgeItemView
358
- extractions(limit: Int, sourceId: String, knowledgeSpaceId: String): [KnowledgeExtraction!]!
360
+ extractions(limit: Int, sourceId: String, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeExtraction!]!
359
361
  neighbors(kind: String!, id: String!, relation: String, limit: Int): [KnowledgeEdge!]!
360
- search(query: String!, limit: Int, knowledgeSpaceId: String): [KnowledgeSearchResult!]!
361
- packet(task: String!, writeScope: [String!], limit: Int, detail: KnowledgePacketDetail, budgetLimit: Int): KnowledgePacket!
362
- projectionTargets(limit: Int): [KnowledgeProjectionTarget!]!
363
- projection(kind: KnowledgeProjectionKind!, id: String, limit: Int): KnowledgeProjectionBundle!
362
+ search(query: String!, limit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeSearchResult!]!
363
+ packet(task: String!, writeScope: [String!], limit: Int, detail: KnowledgePacketDetail, budgetLimit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): KnowledgePacket!
364
+ projectionTargets(limit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): [KnowledgeProjectionTarget!]!
365
+ projection(kind: KnowledgeProjectionKind!, id: String, limit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): KnowledgeProjectionBundle!
364
366
  jobs: [KnowledgeJob!]!
365
367
  job(id: String!): KnowledgeJob
366
368
  jobRuns(limit: Int, jobId: String): [KnowledgeJobRun!]!
@@ -380,8 +382,8 @@ type Mutation {
380
382
  ingestBookmarkSeeds(seeds: [String!]!, connectorId: String, sessionId: String): KnowledgeBatchIngestResult!
381
383
  ingestWithConnector(connectorId: String!, input: String!, sessionId: String, allowPrivateHosts: Boolean): KnowledgeBatchIngestResult!
382
384
  ingestConnectorInput(input: String!, connectorId: String, sessionId: String, allowPrivateHosts: Boolean): KnowledgeBatchIngestResult!
383
- renderProjection(kind: KnowledgeProjectionKind!, id: String, limit: Int): KnowledgeProjectionBundle!
384
- materializeProjection(kind: KnowledgeProjectionKind!, id: String, limit: Int): KnowledgeMaterializedProjection!
385
+ renderProjection(kind: KnowledgeProjectionKind!, id: String, limit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): KnowledgeProjectionBundle!
386
+ materializeProjection(kind: KnowledgeProjectionKind!, id: String, limit: Int, knowledgeSpaceId: String, includeAllSpaces: Boolean): KnowledgeMaterializedProjection!
385
387
  reindex: KnowledgeStatus!
386
388
  runJob(id: String!, mode: KnowledgeJobMode): KnowledgeJobRun!
387
389
  saveSchedule(id: String, jobId: String!, label: String!, enabled: Boolean!, schedule: JSON!, metadata: JSON): KnowledgeSchedule!
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.33.9"
6
+ "version": "0.33.11"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -20637,7 +20637,7 @@
20637
20637
  {
20638
20638
  "id": "companion.chat.messages.create",
20639
20639
  "title": "Send Companion Chat Message",
20640
- "description": "Post a user message to a companion-chat session. Accepts either `body` or `content` in the payload; `body` wins when both are provided.",
20640
+ "description": "Post a user message to a companion-chat session. Accepts either `body` or `content` in the payload; `body` wins when both are provided. Attachments reference artifacts created through `artifacts.create`.",
20641
20641
  "category": "companion",
20642
20642
  "source": "builtin",
20643
20643
  "access": "authenticated",
@@ -20661,6 +20661,29 @@
20661
20661
  "content": {
20662
20662
  "type": "string"
20663
20663
  },
20664
+ "attachments": {
20665
+ "type": "array",
20666
+ "items": {
20667
+ "type": "object",
20668
+ "properties": {
20669
+ "artifactId": {
20670
+ "type": "string"
20671
+ },
20672
+ "label": {
20673
+ "type": "string"
20674
+ },
20675
+ "metadata": {
20676
+ "type": "object",
20677
+ "properties": {},
20678
+ "additionalProperties": false
20679
+ }
20680
+ },
20681
+ "required": [
20682
+ "artifactId"
20683
+ ],
20684
+ "additionalProperties": false
20685
+ }
20686
+ },
20664
20687
  "metadata": {
20665
20688
  "type": "object",
20666
20689
  "properties": {},
@@ -20740,6 +20763,95 @@
20740
20763
  "content": {
20741
20764
  "type": "string"
20742
20765
  },
20766
+ "attachments": {
20767
+ "type": "array",
20768
+ "items": {
20769
+ "type": "object",
20770
+ "properties": {
20771
+ "id": {
20772
+ "type": "string"
20773
+ },
20774
+ "artifactId": {
20775
+ "type": "string"
20776
+ },
20777
+ "kind": {
20778
+ "type": "string"
20779
+ },
20780
+ "mimeType": {
20781
+ "type": "string"
20782
+ },
20783
+ "filename": {
20784
+ "type": "string"
20785
+ },
20786
+ "sizeBytes": {
20787
+ "type": "number"
20788
+ },
20789
+ "sha256": {
20790
+ "type": "string"
20791
+ },
20792
+ "createdAt": {
20793
+ "type": "number"
20794
+ },
20795
+ "expiresAt": {
20796
+ "type": "number"
20797
+ },
20798
+ "sourceUri": {
20799
+ "type": "string"
20800
+ },
20801
+ "acquisitionMode": {
20802
+ "type": "string"
20803
+ },
20804
+ "fetchMode": {
20805
+ "type": "string"
20806
+ },
20807
+ "label": {
20808
+ "type": "string"
20809
+ },
20810
+ "metadata": {
20811
+ "type": "object",
20812
+ "additionalProperties": {
20813
+ "anyOf": [
20814
+ {
20815
+ "type": "string"
20816
+ },
20817
+ {
20818
+ "type": "number"
20819
+ },
20820
+ {
20821
+ "type": "boolean"
20822
+ },
20823
+ {
20824
+ "type": "null"
20825
+ },
20826
+ {
20827
+ "type": "object",
20828
+ "additionalProperties": {
20829
+ "$ref": "$.operator.methods[68].outputSchema.properties.messages.items.properties.attachments.items.properties.metadata.additionalProperties"
20830
+ }
20831
+ },
20832
+ {
20833
+ "type": "array",
20834
+ "items": {
20835
+ "$ref": "$.operator.methods[68].outputSchema.properties.messages.items.properties.attachments.items.properties.metadata.additionalProperties"
20836
+ }
20837
+ }
20838
+ ]
20839
+ }
20840
+ }
20841
+ },
20842
+ "required": [
20843
+ "id",
20844
+ "artifactId",
20845
+ "kind",
20846
+ "mimeType",
20847
+ "sizeBytes",
20848
+ "sha256",
20849
+ "createdAt",
20850
+ "metadata"
20851
+ ],
20852
+ "additionalProperties": true
20853
+ }
20854
+ },
20743
20855
  "createdAt": {
20744
20856
  "type": "number"
20745
20857
  }
@@ -20749,6 +20861,7 @@
20749
20861
  "sessionId",
20750
20862
  "role",
20751
20863
  "content",
20864
+ "attachments",
20752
20865
  "createdAt"
20753
20866
  ],
20754
20867
  "additionalProperties": false
@@ -21094,6 +21207,95 @@
21094
21207
  "content": {
21095
21208
  "type": "string"
21096
21209
  },
21210
+ "attachments": {
21211
+ "type": "array",
21212
+ "items": {
21213
+ "type": "object",
21214
+ "properties": {
21215
+ "id": {
21216
+ "type": "string"
21217
+ },
21218
+ "artifactId": {
21219
+ "type": "string"
21220
+ },
21221
+ "kind": {
21222
+ "type": "string"
21223
+ },
21224
+ "mimeType": {
21225
+ "type": "string"
21226
+ },
21227
+ "filename": {
21228
+ "type": "string"
21229
+ },
21230
+ "sizeBytes": {
21231
+ "type": "number"
21232
+ },
21233
+ "sha256": {
21234
+ "type": "string"
21235
+ },
21236
+ "createdAt": {
21237
+ "type": "number"
21238
+ },
21239
+ "expiresAt": {
21240
+ "type": "number"
21241
+ },
21242
+ "sourceUri": {
21243
+ "type": "string"
21244
+ },
21245
+ "acquisitionMode": {
21246
+ "type": "string"
21247
+ },
21248
+ "fetchMode": {
21249
+ "type": "string"
21250
+ },
21251
+ "label": {
21252
+ "type": "string"
21253
+ },
21254
+ "metadata": {
21255
+ "type": "object",
21256
+ "additionalProperties": {
21257
+ "anyOf": [
21258
+ {
21259
+ "type": "string"
21260
+ },
21261
+ {
21262
+ "type": "number"
21263
+ },
21264
+ {
21265
+ "type": "boolean"
21266
+ },
21267
+ {
21268
+ "type": "null"
21269
+ },
21270
+ {
21271
+ "type": "object",
21272
+ "additionalProperties": {
21273
+ "$ref": "$.operator.methods[71].outputSchema.properties.messages.items.properties.attachments.items.properties.metadata.additionalProperties"
21274
+ }
21275
+ },
21276
+ {
21277
+ "type": "array",
21278
+ "items": {
21279
+ "$ref": "$.operator.methods[71].outputSchema.properties.messages.items.properties.attachments.items.properties.metadata.additionalProperties"
21280
+ }
21281
+ }
21282
+ ]
21283
+ }
21284
+ }
21285
+ },
21286
+ "required": [
21287
+ "id",
21288
+ "artifactId",
21289
+ "kind",
21290
+ "mimeType",
21291
+ "sizeBytes",
21292
+ "sha256",
21293
+ "createdAt",
21294
+ "metadata"
21295
+ ],
21296
+ "additionalProperties": true
21297
+ }
21298
+ },
21097
21299
  "createdAt": {
21098
21300
  "type": "number"
21099
21301
  }
@@ -21103,6 +21305,7 @@
21103
21305
  "sessionId",
21104
21306
  "role",
21105
21307
  "content",
21308
+ "attachments",
21106
21309
  "createdAt"
21107
21310
  ],
21108
21311
  "additionalProperties": false
@@ -35222,6 +35425,12 @@
35222
35425
  },
35223
35426
  "sourceId": {
35224
35427
  "type": "string"
35428
+ },
35429
+ "knowledgeSpaceId": {
35430
+ "type": "string"
35431
+ },
35432
+ "includeAllSpaces": {
35433
+ "type": "boolean"
35225
35434
  }
35226
35435
  },
35227
35436
  "additionalProperties": false
@@ -37601,6 +37810,12 @@
37601
37810
  "properties": {
37602
37811
  "limit": {
37603
37812
  "type": "number"
37813
+ },
37814
+ "knowledgeSpaceId": {
37815
+ "type": "string"
37816
+ },
37817
+ "includeAllSpaces": {
37818
+ "type": "boolean"
37604
37819
  }
37605
37820
  },
37606
37821
  "additionalProperties": false
@@ -37716,6 +37931,12 @@
37716
37931
  "properties": {
37717
37932
  "id": {
37718
37933
  "type": "string"
37934
+ },
37935
+ "knowledgeSpaceId": {
37936
+ "type": "string"
37937
+ },
37938
+ "includeAllSpaces": {
37939
+ "type": "boolean"
37719
37940
  }
37720
37941
  },
37721
37942
  "required": [
@@ -39659,6 +39880,12 @@
39659
39880
  "limit": {
39660
39881
  "type": "number"
39661
39882
  },
39883
+ "knowledgeSpaceId": {
39884
+ "type": "string"
39885
+ },
39886
+ "includeAllSpaces": {
39887
+ "type": "boolean"
39888
+ },
39662
39889
  "includeSources": {
39663
39890
  "type": "boolean"
39664
39891
  },
@@ -40231,6 +40458,12 @@
40231
40458
  "properties": {
40232
40459
  "limit": {
40233
40460
  "type": "number"
40461
+ },
40462
+ "knowledgeSpaceId": {
40463
+ "type": "string"
40464
+ },
40465
+ "includeAllSpaces": {
40466
+ "type": "boolean"
40234
40467
  }
40235
40468
  },
40236
40469
  "additionalProperties": false
@@ -40423,6 +40656,12 @@
40423
40656
  "standard",
40424
40657
  "detailed"
40425
40658
  ]
40659
+ },
40660
+ "knowledgeSpaceId": {
40661
+ "type": "string"
40662
+ },
40663
+ "includeAllSpaces": {
40664
+ "type": "boolean"
40426
40665
  }
40427
40666
  },
40428
40667
  "required": [
@@ -40593,6 +40832,12 @@
40593
40832
  },
40594
40833
  "limit": {
40595
40834
  "type": "number"
40835
+ },
40836
+ "knowledgeSpaceId": {
40837
+ "type": "string"
40838
+ },
40839
+ "includeAllSpaces": {
40840
+ "type": "boolean"
40596
40841
  }
40597
40842
  },
40598
40843
  "required": [
@@ -41102,6 +41347,12 @@
41102
41347
  },
41103
41348
  "limit": {
41104
41349
  "type": "number"
41350
+ },
41351
+ "knowledgeSpaceId": {
41352
+ "type": "string"
41353
+ },
41354
+ "includeAllSpaces": {
41355
+ "type": "boolean"
41105
41356
  }
41106
41357
  },
41107
41358
  "required": [
@@ -42654,6 +42905,12 @@
42654
42905
  "properties": {
42655
42906
  "limit": {
42656
42907
  "type": "number"
42908
+ },
42909
+ "knowledgeSpaceId": {
42910
+ "type": "string"
42911
+ },
42912
+ "includeAllSpaces": {
42913
+ "type": "boolean"
42657
42914
  }
42658
42915
  },
42659
42916
  "additionalProperties": false
@@ -43682,6 +43939,12 @@
43682
43939
  "limit": {
43683
43940
  "type": "number"
43684
43941
  },
43942
+ "knowledgeSpaceId": {
43943
+ "type": "string"
43944
+ },
43945
+ "includeAllSpaces": {
43946
+ "type": "boolean"
43947
+ },
43685
43948
  "includeSources": {
43686
43949
  "type": "boolean"
43687
43950
  },
@@ -44203,6 +44466,12 @@
44203
44466
  "properties": {
44204
44467
  "limit": {
44205
44468
  "type": "number"
44469
+ },
44470
+ "knowledgeSpaceId": {
44471
+ "type": "string"
44472
+ },
44473
+ "includeAllSpaces": {
44474
+ "type": "boolean"
44206
44475
  }
44207
44476
  },
44208
44477
  "additionalProperties": false
@@ -44357,7 +44626,14 @@
44357
44626
  },
44358
44627
  "inputSchema": {
44359
44628
  "type": "object",
44360
- "properties": {},
44629
+ "properties": {
44630
+ "knowledgeSpaceId": {
44631
+ "type": "string"
44632
+ },
44633
+ "includeAllSpaces": {
44634
+ "type": "boolean"
44635
+ }
44636
+ },
44361
44637
  "additionalProperties": false
44362
44638
  },
44363
44639
  "outputSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-tui",
3
- "version": "0.19.71",
3
+ "version": "0.19.73",
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",
@@ -97,7 +97,7 @@
97
97
  "@anthropic-ai/vertex-sdk": "^0.16.0",
98
98
  "@ast-grep/napi": "^0.42.0",
99
99
  "@aws/bedrock-token-generator": "^1.1.0",
100
- "@pellux/goodvibes-sdk": "0.33.9",
100
+ "@pellux/goodvibes-sdk": "0.33.11",
101
101
  "bash-language-server": "^5.6.0",
102
102
  "fuse.js": "^7.1.0",
103
103
  "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.71';
9
+ let _version = '0.19.73';
10
10
  try {
11
11
  const pkg = JSON.parse(readFileSync(join(import.meta.dir, '..', 'package.json'), 'utf-8'));
12
12
  _version = pkg.version ?? _version;