Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9fc3448
refactor: trigger code path
Will-ShaoHua Jul 27, 2025
0c733b2
refactor: supplemental context
Will-ShaoHua Jul 27, 2025
0a40d68
refactor: trigger
Will-ShaoHua Jul 27, 2025
efaf7db
refactor: trigger
Will-ShaoHua Jul 27, 2025
0403fd0
refactor: trigger fix compile error
Will-ShaoHua Jul 27, 2025
03e9de6
feat: cache implementation
Will-ShaoHua Jul 28, 2025
73f0edf
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
f4e1ca6
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
9b78e35
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
6ad0ec4
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
be31bce
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
4921389
refactor: separate edit from completion
Will-ShaoHua Jul 30, 2025
b794f14
refactor: separate edit from completion
Will-ShaoHua Jul 31, 2025
6118ea8
fix: debounce nep trigger
Will-ShaoHua Jul 31, 2025
a01bcea
feat: logstr
Will-ShaoHua Aug 1, 2025
9964b46
refactor: fine tune
Will-ShaoHua Aug 1, 2025
01fcaf7
feat: aaaa
Will-ShaoHua Aug 2, 2025
260b2f0
fix: stale context
Will-ShaoHua Aug 2, 2025
f2df640
fix: stale context
Will-ShaoHua Aug 4, 2025
219fef3
chore: bump runtimes (#2048)
ctlai95 Aug 4, 2025
06e5a62
fix: stale context
Will-ShaoHua Aug 4, 2025
520c313
Revert "fix: stale context"
Will-ShaoHua Aug 5, 2025
54acba6
fix: compile error
Will-ShaoHua Aug 5, 2025
4b2f73d
refactor: remove unused func
Will-ShaoHua Aug 5, 2025
c2dc16e
refactor: rename field amazonQServiceManager
Will-ShaoHua Aug 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
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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-antlr4": "*",
"antlr4-c3": "^3.4.1",
"antlr4ng": "^3.0.4"
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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-buildspec": "^0.0.1"
}
}
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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-cloudformation": "^0.0.1"
}
}
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 @@ -15,7 +15,7 @@
"local-build": "node scripts/local-build.js"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.116",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-codewhisperer": "*",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
Expand Down
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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-notification": "^0.0.1"
}
}
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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@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.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@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.2.112"
"@aws/language-server-runtimes": "^0.2.121"
},
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down
2 changes: 1 addition & 1 deletion chat-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@aws/chat-client-ui-types": "^0.1.56",
"@aws/language-server-runtimes": "^0.2.114",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/language-server-runtimes-types": "^0.1.50",
"@aws/mynah-ui": "^4.36.0"
},
Expand Down
2 changes: 1 addition & 1 deletion client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"@aws-sdk/credential-providers": "^3.731.1",
"@aws-sdk/types": "^3.734.0",
"@aws/chat-client-ui-types": "^0.1.56",
"@aws/language-server-runtimes": "^0.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@types/uuid": "^9.0.8",
"@types/vscode": "^1.98.0",
"jose": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion core/aws-lsp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepack": "shx cp ../../LICENSE ../../NOTICE ../../SECURITY.md ."
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
"cross-spawn": "7.0.6",
"jose": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/q-agentic-chat-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test-integ": "npm run compile && mocha --timeout 30000 \"./out/**/*.test.js\" --retries 2"
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.112",
"@aws/language-server-runtimes": "^0.2.121",
"@aws/lsp-core": "*"
},
"devDependencies": {
Expand Down
Loading