Add observability for LLM topic context inclusion (#1038)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com> Co-authored-by: Thomas Nordquist <thomasnordquist@users.noreply.github.com>
This commit is contained in:
145
package.json
145
package.json
@@ -94,80 +94,81 @@
|
||||
"homepage": "https://github.com",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.28.4",
|
||||
"@cspell/dict-typescript": "^3.2.3",
|
||||
"@electron/notarize": "^3.1.1",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/commit-analyzer": "^13.0.1",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@types/bcryptjs": "^3.0.0",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/express-rate-limit": "^6.0.2",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/helmet": "^4.0.0",
|
||||
"@types/json-to-ast": "^2.1.4",
|
||||
"@types/lowdb": "^1.0.15",
|
||||
"@types/mime": "^4.0.0",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/mustache": "^4.2.5",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/sha1": "^1.1.1",
|
||||
"@types/socket.io": "^3.0.2",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"builder-util-runtime": "^9.3.1",
|
||||
"chai": "^4.5.0",
|
||||
"cspell": "^8.19.4",
|
||||
"@babel/runtime": "7.28.4",
|
||||
"@cspell/dict-typescript": "3.2.3",
|
||||
"@electron/notarize": "3.1.1",
|
||||
"@semantic-release/changelog": "6.0.3",
|
||||
"@semantic-release/commit-analyzer": "13.0.1",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
"@types/bcryptjs": "3.0.0",
|
||||
"@types/chai": "4.3.20",
|
||||
"@types/express": "5.0.6",
|
||||
"@types/express-rate-limit": "6.0.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/helmet": "4.0.0",
|
||||
"@types/json-to-ast": "2.1.4",
|
||||
"@types/lowdb": "1.0.15",
|
||||
"@types/mime": "4.0.0",
|
||||
"@types/mocha": "10.0.10",
|
||||
"@types/mustache": "4.2.5",
|
||||
"@types/node": "25.0.3",
|
||||
"@types/semver": "7.7.1",
|
||||
"@types/sha1": "1.1.1",
|
||||
"@types/socket.io": "3.0.2",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
"builder-util-runtime": "9.3.1",
|
||||
"chai": "4.5.0",
|
||||
"cspell": "8.19.4",
|
||||
"electron": "39.2.7",
|
||||
"electron-builder": "^26.4.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^18.0.0",
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"mocha": "^10.8.2",
|
||||
"mustache": "^4.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nyc": "^17.1.0",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.4",
|
||||
"redux-thunk": "^3.1.0",
|
||||
"semantic-release": "^25.0.2",
|
||||
"semantic-release-export-data": "^1.2.0",
|
||||
"source-map-support": "^0.5.9",
|
||||
"sparkplug-client": "^3.2.4",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"electron-builder": "26.4.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "18.0.0",
|
||||
"eslint-import-resolver-typescript": "4.4.4",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"eslint-plugin-react-hooks": "7.0.1",
|
||||
"mocha": "10.8.2",
|
||||
"mustache": "4.2.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "17.1.0",
|
||||
"playwright": "1.57.0",
|
||||
"prettier": "3.7.4",
|
||||
"redux-thunk": "3.1.0",
|
||||
"semantic-release": "25.0.2",
|
||||
"semantic-release-export-data": "1.2.0",
|
||||
"source-map-support": "0.5.9",
|
||||
"sparkplug-client": "3.2.4",
|
||||
"tsx": "4.21.0",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"about-window": "^1.12.1",
|
||||
"axios": "^1.13.2",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"debug": "^4.4.3",
|
||||
"dot-prop": "^5.3.0",
|
||||
"electron-log": "^5.4.3",
|
||||
"electron-updater": "^6.7.3",
|
||||
"express": "^5.2.1",
|
||||
"express-rate-limit": "^8.2.1",
|
||||
"express-validator": "^7.3.1",
|
||||
"fs-extra": "^11.3.3",
|
||||
"helmet": "^8.1.0",
|
||||
"js-base64": "^3.7.8",
|
||||
"json-to-ast": "^2.1.0",
|
||||
"lowdb": "^1.0.0",
|
||||
"mime": "^4.1.0",
|
||||
"mqtt": "^5.14.1",
|
||||
"protobufjs": "^8.0.0",
|
||||
"sha1": "^1.1.1",
|
||||
"socket.io": "^4.8.1",
|
||||
"sparkplug-payload": "^1.0.3",
|
||||
"uuid": "^11.0.0",
|
||||
"yarn-run-all": "^3.1.1"
|
||||
"about-window": "1.12.1",
|
||||
"axios": "1.13.2",
|
||||
"bcryptjs": "3.0.3",
|
||||
"debug": "4.4.3",
|
||||
"dot-prop": "5.3.0",
|
||||
"electron-log": "5.4.3",
|
||||
"electron-updater": "6.7.3",
|
||||
"express": "5.2.1",
|
||||
"express-rate-limit": "8.2.1",
|
||||
"express-validator": "7.3.1",
|
||||
"fs-extra": "11.3.3",
|
||||
"helmet": "8.1.0",
|
||||
"js-base64": "3.7.8",
|
||||
"json-to-ast": "2.1.0",
|
||||
"lowdb": "1.0.0",
|
||||
"mime": "4.1.0",
|
||||
"mqtt": "5.14.1",
|
||||
"openai": "6.16.0",
|
||||
"protobufjs": "8.0.0",
|
||||
"sha1": "1.1.1",
|
||||
"socket.io": "4.8.1",
|
||||
"sparkplug-payload": "1.0.3",
|
||||
"uuid": "11.0.0",
|
||||
"yarn-run-all": "3.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user