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:
Copilot
2026-01-30 20:53:29 +01:00
committed by GitHub
parent 080a773dbd
commit ed8a7f559e
194 changed files with 35234 additions and 4085 deletions

View File

@@ -16,30 +16,30 @@
"author": "",
"license": "CC-BY-SA-4.0",
"dependencies": {
"@types/sha1": "^1.1.5",
"builder-util-runtime": "^9.3.1",
"fs-extra": "^11.3.3",
"js-base64": "^3.7.8",
"lowdb": "^1.0.0",
"mqtt": "^5.14.1",
"protobufjs": "^8.0.0",
"sha1": "^1.1.1",
"uuid": "^11.0.0"
"@types/sha1": "1.1.5",
"builder-util-runtime": "9.3.1",
"fs-extra": "11.3.3",
"js-base64": "3.7.8",
"lowdb": "1.0.0",
"mqtt": "5.14.1",
"protobufjs": "8.0.0",
"sha1": "1.1.1",
"uuid": "11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/lowdb": "^1.0.15",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.3",
"@types/sha1": "^1.1.1",
"@types/uuid": "^11.0.0",
"c8": "^10.1.3",
"chai": "^4.5.0",
"@types/chai": "4.3.20",
"@types/fs-extra": "11.0.4",
"@types/lowdb": "1.0.15",
"@types/mocha": "10.0.10",
"@types/node": "25.0.3",
"@types/sha1": "1.1.1",
"@types/uuid": "11.0.0",
"c8": "10.1.3",
"chai": "4.5.0",
"electron": "39.2.7",
"mocha": "^10.8.2",
"source-map-support": "^0.5.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"mocha": "10.8.2",
"source-map-support": "0.5.9",
"tsx": "4.21.0",
"typescript": "5.9.3"
}
}