Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4b68eea
feat: differentiate implicit and explicit reject for inline completio…
bywang56 Nov 10, 2025
d28867f
feat: ab test setup for new repomap strategy (#2474)
Will-ShaoHua Nov 11, 2025
940da04
chore: update indexing bundle to 4f4fd25d (#2478)
Will-ShaoHua Nov 11, 2025
417e508
chore: patch d28867f PR #2474 (#2481)
Will-ShaoHua Nov 12, 2025
bfd2780
chore: patch 940da04 PR #2478 (#2482)
Will-ShaoHua Nov 12, 2025
7e2707b
fix: McpManager not initialized error (#2479)
laileni-aws Nov 12, 2025
da7a1d7
chore: fix and update indexing lib assets (#2485)
Will-ShaoHua Nov 12, 2025
376a690
chore(release): release packages from branch main (#2476)
github-actions[bot] Nov 12, 2025
0f9703a
chore: bump agentic version: 1.44.0 (#2487)
Will-ShaoHua Nov 13, 2025
ec6771f
fix: bearer client will not pick up telemetry optout and its always o…
Will-ShaoHua Nov 13, 2025
b2f5cc6
chore(release): release packages from branch main (#2490)
github-actions[bot] Nov 13, 2025
2c0d3da
chore: bump agentic version: 1.45.0 (#2491)
manodnyab Nov 14, 2025
b3efa7c
fix(amazonq): handle large results (#2497)
BlakeLazarine Nov 18, 2025
8ccb067
fix: resolve broken error handling in setPaidTierMode (#2500)
breedloj Nov 18, 2025
ceda1d3
chore(release): release packages from branch main (#2498)
github-actions[bot] Nov 18, 2025
6fb9eed
chore: bump agentic version: 1.46.0
Nov 18, 2025
9fddc8e
fix: incorrect error reference in previous fix
breedloj Nov 18, 2025
5d6590a
fix: resolve process crash when managing BID subscription (#2501)
rli Nov 18, 2025
30e28b7
fix(amazonq): prevent base64 encoding error by passing undefined inst…
laileni-aws Nov 18, 2025
e8d4bf5
feat(amazonq): adding MCP registry for governance for Amazon Q (#2512)
ashishrp-aws Nov 20, 2025
49ca3bb
fix: preserve registry server config when updating permissions (#2515)
ashishrp-aws Nov 21, 2025
0c38085
chore(release): release packages from branch main (#2505)
github-actions[bot] Nov 21, 2025
7db0277
chore: bump agentic version: 1.47.0 (#2516)
chungjac Nov 21, 2025
ef86b5c
fix: fix for permission update for servers (#2517)
ashishrp-aws Nov 21, 2025
d15c421
chore(release): release packages from branch main (#2518)
github-actions[bot] Nov 21, 2025
1eb3910
chore: bump agentic version: 1.47.1 (#2519)
ashishrp-aws Nov 22, 2025
8584723
fix: fix for mcp tool resgistration on smus (#2524)
ashishrp-aws Nov 25, 2025
adb95de
chore(release): release packages from branch main (#2525)
github-actions[bot] Nov 25, 2025
2fb3f0e
chore: bump agentic version: 1.48.0 (#2526)
ashishrp-aws Nov 26, 2025
56ee489
feat: Adding ATX-FES apis support for transformation (#2521)
Rajanna-Karthik Nov 26, 2025
2c17c8e
chore(release): release packages from branch main (#2527)
github-actions[bot] Nov 26, 2025
f76d5ed
chore: bump agentic version: 1.49.0 (#2529)
manodnyab Nov 27, 2025
29f08a6
feat: adding new regions (#2532)
pranav-firake Dec 1, 2025
c7b2296
chore(release): release packages from branch main (#2533)
github-actions[bot] Dec 1, 2025
92402ec
chore: bump agentic version: 1.50.0 (#2536)
chungjac Dec 1, 2025
d8c5c16
chore: log format (#2545)
Will-ShaoHua Dec 5, 2025
8d7791b
Merge feature/beta into autoMerge/feature/beta
laileni-aws Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chat-client": "0.1.41",
"core/aws-lsp-core": "0.0.16",
"server/aws-lsp-antlr4": "0.1.20",
"server/aws-lsp-codewhisperer": "0.0.88",
"server/aws-lsp-json": "0.1.21",
"server/aws-lsp-partiql": "0.0.18",
"server/aws-lsp-yaml": "0.1.21"
"chat-client": "0.1.43",
"core/aws-lsp-core": "0.0.18",
"server/aws-lsp-antlr4": "0.1.22",
"server/aws-lsp-codewhisperer": "0.0.96",
"server/aws-lsp-json": "0.1.23",
"server/aws-lsp-partiql": "0.0.20",
"server/aws-lsp-yaml": "0.1.23"
}
2 changes: 1 addition & 1 deletion app/aws-lsp-antlr4-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"webpack": "webpack"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-antlr4": "*",
"antlr4-c3": "^3.4.2",
"antlr4ng": "^3.0.14"
Expand Down
2 changes: 1 addition & 1 deletion app/aws-lsp-buildspec-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-buildspec": "^0.0.1"
}
}
3 changes: 2 additions & 1 deletion app/aws-lsp-buildspec-runtimes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const props: BuildspecServerProps = {
}

async function getFileAsync(url: string): Promise<string> {
return await httpsUtils.requestContent(url)
const response = await httpsUtils.requestContent(url)
return response.content
}

export const server = new BuildspecServer(props)
2 changes: 1 addition & 1 deletion app/aws-lsp-cloudformation-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-cloudformation": "^0.0.1"
}
}
3 changes: 2 additions & 1 deletion app/aws-lsp-cloudformation-runtimes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const props: CloudFormationServerProps = {
}

async function getFileAsync(url: string): Promise<string> {
return await httpsUtils.requestContent(url)
const response = await httpsUtils.requestContent(url)
return response.content
}

export const server = new CloudFormationServer(props)
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion app/aws-lsp-codewhisperer-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"local-build": "node scripts/local-build.js"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-codewhisperer": "*",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
Expand Down
5 changes: 5 additions & 0 deletions app/aws-lsp-codewhisperer-runtimes/src/agent-standalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
CodeWhispererServer,
QAgenticChatServerProxy,
QConfigurationServerTokenProxy,
TransformConfigurationServerTokenProxy,
AtxNetTransformServerTokenProxy,
QLocalProjectContextServerProxy,
QNetTransformServerTokenProxy,
WorkspaceContextServerTokenProxy,
Expand Down Expand Up @@ -40,6 +42,9 @@ const props = {
// LspToolsServer,
AmazonQServiceServerIAM,
AmazonQServiceServerToken,
// ATX Servers
TransformConfigurationServerTokenProxy,
AtxNetTransformServerTokenProxy,
],
name: 'AWS CodeWhisperer',
} as RuntimeProps
Expand Down
5 changes: 5 additions & 0 deletions app/aws-lsp-codewhisperer-runtimes/src/token-standalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {
CodeWhispererServerTokenProxy,
QChatServerTokenProxy,
QConfigurationServerTokenProxy,
TransformConfigurationServerTokenProxy,
AtxNetTransformServerTokenProxy,
QNetTransformServerTokenProxy,
QLocalProjectContextServerProxy,
WorkspaceContextServerTokenProxy,
Expand All @@ -25,6 +27,9 @@ const props = createTokenRuntimeProps(VERSION, [
IdentityServer.create,
QLocalProjectContextServerProxy,
WorkspaceContextServerTokenProxy,

TransformConfigurationServerTokenProxy,
AtxNetTransformServerTokenProxy as any,
])

standalone(props)
2 changes: 1 addition & 1 deletion app/aws-lsp-codewhisperer-runtimes/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"agenticChat": "1.43.0"
"agenticChat": "1.50.0"
}
2 changes: 1 addition & 1 deletion app/aws-lsp-identity-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-identity": "^0.0.1"
}
}
2 changes: 1 addition & 1 deletion app/aws-lsp-json-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"webpack": "webpack"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-json": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/aws-lsp-notification-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-notification": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions app/aws-lsp-partiql-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"package": "npm run compile && npm run compile:webpack"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/lsp-partiql": "^0.0.18"
"@aws/language-server-runtimes": "0.3.8",
"@aws/lsp-partiql": "0.0.20"
},
"devDependencies": {
"ts-loader": "^9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion app/aws-lsp-s3-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-s3": "^0.0.1"
}
}
2 changes: 1 addition & 1 deletion app/aws-lsp-yaml-json-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve:webpack": "NODE_ENV=development webpack serve"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-json": "*",
"@aws/lsp-yaml": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion app/aws-lsp-yaml-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"webpack": "webpack"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.3.1",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/lsp-yaml": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/hello-world-lsp-runtimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@aws/hello-world-lsp": "^0.0.1",
"@aws/language-server-runtimes": "^0.3.1"
"@aws/language-server-runtimes": "^0.3.8"
},
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down
14 changes: 14 additions & 0 deletions chat-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.43](https://github.com/aws/language-servers/compare/chat-client/v0.1.42...chat-client/v0.1.43) (2025-11-26)


### Features

* Adding ATX-FES apis support for transformation ([#2521](https://github.com/aws/language-servers/issues/2521)) ([56ee489](https://github.com/aws/language-servers/commit/56ee4891a2e19b259c129fd531f8b06f763c1b57))

## [0.1.42](https://github.com/aws/language-servers/compare/chat-client/v0.1.41...chat-client/v0.1.42) (2025-11-21)


### Features

* **amazonq:** adding MCP registry for governance for Amazon Q ([#2512](https://github.com/aws/language-servers/issues/2512)) ([e8d4bf5](https://github.com/aws/language-servers/commit/e8d4bf588e9b7bc13102b33ee03bd357f9698811))

## [0.1.41](https://github.com/aws/language-servers/compare/chat-client/v0.1.40...chat-client/v0.1.41) (2025-11-04)


Expand Down
8 changes: 4 additions & 4 deletions chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/chat-client",
"version": "0.1.41",
"version": "0.1.43",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
"package": "webpack"
},
"dependencies": {
"@aws/chat-client-ui-types": "^0.1.65",
"@aws/language-server-runtimes": "^0.3.3",
"@aws/language-server-runtimes-types": "^0.1.59",
"@aws/chat-client-ui-types": "0.1.68",
"@aws/language-server-runtimes": "^0.3.8",
"@aws/language-server-runtimes-types": "0.1.62",
"@aws/mynah-ui": "4.36.9-beta.3"
},
"devDependencies": {
Expand Down
Loading
Loading