@f5-sales-demo/xcsh 19.85.6 → 19.85.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5-sales-demo/xcsh",
4
- "version": "19.85.6",
4
+ "version": "19.85.7",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://github.com/f5-sales-demo/xcsh",
7
7
  "author": "Can Boluk",
@@ -56,13 +56,13 @@
56
56
  "dependencies": {
57
57
  "@agentclientprotocol/sdk": "0.16.1",
58
58
  "@mozilla/readability": "^0.6",
59
- "@f5-sales-demo/xcsh-stats": "19.85.6",
60
- "@f5-sales-demo/pi-agent-core": "19.85.6",
61
- "@f5-sales-demo/pi-ai": "19.85.6",
62
- "@f5-sales-demo/pi-natives": "19.85.6",
63
- "@f5-sales-demo/pi-resource-management": "19.85.6",
64
- "@f5-sales-demo/pi-tui": "19.85.6",
65
- "@f5-sales-demo/pi-utils": "19.85.6",
59
+ "@f5-sales-demo/xcsh-stats": "19.85.7",
60
+ "@f5-sales-demo/pi-agent-core": "19.85.7",
61
+ "@f5-sales-demo/pi-ai": "19.85.7",
62
+ "@f5-sales-demo/pi-natives": "19.85.7",
63
+ "@f5-sales-demo/pi-resource-management": "19.85.7",
64
+ "@f5-sales-demo/pi-tui": "19.85.7",
65
+ "@f5-sales-demo/pi-utils": "19.85.7",
66
66
  "@sinclair/typebox": "^0.34",
67
67
  "@xterm/headless": "^6.0",
68
68
  "ajv": "^8.20",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.85.6",
21
- "commit": "58616737ba891a0d71cbdec7314292ed2efbd38f",
22
- "shortCommit": "5861673",
20
+ "version": "19.85.7",
21
+ "commit": "9ca40d6aab40f53a85bba28e4ff8b0f6ceed1782",
22
+ "shortCommit": "9ca40d6",
23
23
  "branch": "main",
24
- "tag": "v19.85.6",
25
- "commitDate": "2026-07-23T23:21:56Z",
26
- "buildDate": "2026-07-23T23:42:32.289Z",
24
+ "tag": "v19.85.7",
25
+ "commitDate": "2026-07-24T13:17:17Z",
26
+ "buildDate": "2026-07-24T13:42:27.292Z",
27
27
  "dirty": true,
28
28
  "prNumber": "",
29
29
  "repoUrl": "https://github.com/f5-sales-demo/xcsh",
30
30
  "repoSlug": "f5-sales-demo/xcsh",
31
- "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/58616737ba891a0d71cbdec7314292ed2efbd38f",
32
- "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.85.6"
31
+ "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/9ca40d6aab40f53a85bba28e4ff8b0f6ceed1782",
32
+ "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.85.7"
33
33
  };
@@ -280,7 +280,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
280
280
  "Advertise_policy object controls how and where a service represented by a given virtual_host object is advertised to consumers. configuration",
281
281
  required: ["name", "namespace", "address", "protocol", "skip_xff_append"],
282
282
  minimal_config:
283
- 'resource "xcsh_advertise_policy" "example" {\n name = "example-advertise-policy"\n namespace = "staging"\n\n address = "example-value"\n protocol = "example-value"\n skip_xff_append = true\n}',
283
+ 'resource "xcsh_advertise_policy" "example" {\n name = "example-advertise-policy"\n namespace = "staging"\n\n address = "example-value"\n protocol = "TCP"\n skip_xff_append = true\n}',
284
284
  dependencies: {
285
285
  requires: [],
286
286
  },
@@ -861,7 +861,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
861
861
  description: "Endpoint will create the object in the storage backend for namespace metadata.namespace",
862
862
  required: ["name", "namespace", "health_check_port", "port", "protocol"],
863
863
  minimal_config:
864
- 'resource "xcsh_endpoint" "example" {\n name = "example-endpoint"\n namespace = "staging"\n\n health_check_port = 1\n port = 1\n protocol = "example-value"\n}',
864
+ 'resource "xcsh_endpoint" "example" {\n name = "example-endpoint"\n namespace = "staging"\n\n health_check_port = 1\n port = 1\n protocol = "TCP"\n}',
865
865
  dependencies: {
866
866
  requires: [],
867
867
  },