@f5-sales-demo/xcsh 19.80.0 → 19.81.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@f5-sales-demo/xcsh",
|
|
4
|
-
"version": "19.
|
|
4
|
+
"version": "19.81.0",
|
|
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.
|
|
60
|
-
"@f5-sales-demo/pi-agent-core": "19.
|
|
61
|
-
"@f5-sales-demo/pi-ai": "19.
|
|
62
|
-
"@f5-sales-demo/pi-natives": "19.
|
|
63
|
-
"@f5-sales-demo/pi-resource-management": "19.
|
|
64
|
-
"@f5-sales-demo/pi-tui": "19.
|
|
65
|
-
"@f5-sales-demo/pi-utils": "19.
|
|
59
|
+
"@f5-sales-demo/xcsh-stats": "19.81.0",
|
|
60
|
+
"@f5-sales-demo/pi-agent-core": "19.81.0",
|
|
61
|
+
"@f5-sales-demo/pi-ai": "19.81.0",
|
|
62
|
+
"@f5-sales-demo/pi-natives": "19.81.0",
|
|
63
|
+
"@f5-sales-demo/pi-resource-management": "19.81.0",
|
|
64
|
+
"@f5-sales-demo/pi-tui": "19.81.0",
|
|
65
|
+
"@f5-sales-demo/pi-utils": "19.81.0",
|
|
66
66
|
"@sinclair/typebox": "^0.34",
|
|
67
67
|
"@xterm/headless": "^6.0",
|
|
68
68
|
"ajv": "^8.20",
|
|
@@ -149,6 +149,12 @@ CONTEXT: You can only access the open document. Think in paragraphs, the current
|
|
|
149
149
|
- Describe your edits so the user can review them, and prefer changes the user can accept or reject.
|
|
150
150
|
- When the user refers to "the selection" (or "this"), act on the current selection.
|
|
151
151
|
|
|
152
|
+
TOOLS: Discover the document before you answer, then reach for the tool that matches the shape of the request:
|
|
153
|
+
- Call \`get_document_info\` FIRST to discover the document structure (sections, headings, comment and tracked-change presence, counts) before answering.
|
|
154
|
+
- Use \`read_paragraphs\` for styled paragraph content, \`read_selection\` for the current selection, \`get_comments\` for comments, and \`get_tracked_changes\` for revisions.
|
|
155
|
+
- Use \`read_document\` when you need the full plain text.
|
|
156
|
+
- Use \`insert_paragraph\` to add content at a specific location (start, end, or before/after the selection), and \`insert_text\` for inline text within a paragraph.
|
|
157
|
+
|
|
152
158
|
BEHAVIOR:
|
|
153
159
|
- Respond concisely with markdown. The task pane is narrow — avoid long code blocks.
|
|
154
160
|
- Read the document to answer questions about it; do not guess.
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "19.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.81.0",
|
|
21
|
+
"commit": "49eeba707c688fa7aea7e8eb4289762002c87dc9",
|
|
22
|
+
"shortCommit": "49eeba7",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.
|
|
25
|
-
"commitDate": "2026-07-
|
|
26
|
-
"buildDate": "2026-07-
|
|
24
|
+
"tag": "v19.81.0",
|
|
25
|
+
"commitDate": "2026-07-23T07:03:42Z",
|
|
26
|
+
"buildDate": "2026-07-23T07:33:53.401Z",
|
|
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/
|
|
32
|
-
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.
|
|
31
|
+
"commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/49eeba707c688fa7aea7e8eb4289762002c87dc9",
|
|
32
|
+
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.81.0"
|
|
33
33
|
};
|
|
@@ -116,13 +116,14 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
116
116
|
name: "Sites",
|
|
117
117
|
slug: "sites",
|
|
118
118
|
description: "AWS/Azure/GCP VPC sites, SecureMesh, VoltStack, and site mesh groups",
|
|
119
|
-
resource_count:
|
|
119
|
+
resource_count: 12,
|
|
120
120
|
resources: [
|
|
121
121
|
"aws_tgw_site",
|
|
122
122
|
"aws_vpc_site",
|
|
123
123
|
"azure_vnet_site",
|
|
124
124
|
"fleet",
|
|
125
125
|
"gcp_vpc_site",
|
|
126
|
+
"registration",
|
|
126
127
|
"securemesh_site",
|
|
127
128
|
"securemesh_site_v2",
|
|
128
129
|
"site",
|
|
@@ -197,6 +198,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
197
198
|
resource_count: 4,
|
|
198
199
|
resources: ["app_setting", "app_type", "discovery", "filter_set"],
|
|
199
200
|
},
|
|
201
|
+
{
|
|
202
|
+
name: "Authentication",
|
|
203
|
+
slug: "authentication",
|
|
204
|
+
description: "Authentication methods, cloud credentials, and secret management",
|
|
205
|
+
resource_count: 4,
|
|
206
|
+
resources: ["authentication", "cloud_credentials", "secret_management_access", "token"],
|
|
207
|
+
},
|
|
200
208
|
{
|
|
201
209
|
name: "Certificates",
|
|
202
210
|
slug: "certificates",
|
|
@@ -211,13 +219,6 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
211
219
|
resource_count: 4,
|
|
212
220
|
resources: ["ike1", "ike2", "ike_phase1_profile", "ike_phase2_profile"],
|
|
213
221
|
},
|
|
214
|
-
{
|
|
215
|
-
name: "Authentication",
|
|
216
|
-
slug: "authentication",
|
|
217
|
-
description: "Authentication methods, cloud credentials, and secret management",
|
|
218
|
-
resource_count: 3,
|
|
219
|
-
resources: ["authentication", "cloud_credentials", "secret_management_access"],
|
|
220
|
-
},
|
|
221
222
|
{
|
|
222
223
|
name: "BIG-IP Integration",
|
|
223
224
|
slug: "big-ip-integration",
|
|
@@ -1415,6 +1416,17 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1415
1416
|
},
|
|
1416
1417
|
import_syntax: "terraform import xcsh_rate_limiter_policy.example namespace/name",
|
|
1417
1418
|
},
|
|
1419
|
+
registration: {
|
|
1420
|
+
category: "sites",
|
|
1421
|
+
description: "Vpm creates registration using this message, never used by users. configuration",
|
|
1422
|
+
required: ["name", "namespace", "token"],
|
|
1423
|
+
minimal_config:
|
|
1424
|
+
'resource "xcsh_registration" "example" {\n name = "example-registration"\n namespace = "staging"\n\n token = "example-value"\n}',
|
|
1425
|
+
dependencies: {
|
|
1426
|
+
requires: [],
|
|
1427
|
+
},
|
|
1428
|
+
import_syntax: "terraform import xcsh_registration.example namespace/name",
|
|
1429
|
+
},
|
|
1418
1430
|
route: {
|
|
1419
1431
|
category: "load-balancing",
|
|
1420
1432
|
description:
|
|
@@ -1576,6 +1588,17 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1576
1588
|
},
|
|
1577
1589
|
import_syntax: "terraform import xcsh_tenant_configuration.example namespace/name",
|
|
1578
1590
|
},
|
|
1591
|
+
token: {
|
|
1592
|
+
category: "authentication",
|
|
1593
|
+
description:
|
|
1594
|
+
"New token. Token object is used to manage site admission. User must generate token before provisioning and pass this token to site during it's registration",
|
|
1595
|
+
required: ["name"],
|
|
1596
|
+
minimal_config: 'resource "xcsh_token" "example" {\n name = "example-token"\n namespace = "system"\n}',
|
|
1597
|
+
dependencies: {
|
|
1598
|
+
requires: [],
|
|
1599
|
+
},
|
|
1600
|
+
import_syntax: "terraform import xcsh_token.example namespace/name",
|
|
1601
|
+
},
|
|
1579
1602
|
trusted_ca_list: {
|
|
1580
1603
|
category: "certificates",
|
|
1581
1604
|
description: "Trusted certificate authority list management",
|