qwen-code/packages/core/src
jerop d96af8bacd refactor(telemetry): pass config object to telemetry functions
This commit refactors the telemetry system to pass a  object to various logging and metrics functions. This change centralizes configuration management within the telemetry system, making it more modular and easier to maintain.

The  constructor and various tool execution functions have been updated to accept the  object, which is then passed down to the telemetry functions. This eliminates the need to pass individual configuration values, such as , through multiple layers of the application.
2025-06-11 13:24:41 -04:00
..
__mocks__/fs Rename server->core (#638) 2025-05-30 18:25:47 -07:00
code_assist Basic code assist support (#910) 2025-06-10 16:00:13 -07:00
config refactor: Centralize session ID generation and propagation 2025-06-11 01:18:40 -04:00
core refactor(telemetry): pass config object to telemetry functions 2025-06-11 13:24:41 -04:00
services feat(git): Refactor gitignore handling to use ignore library instead of minimatch (#864) 2025-06-08 18:32:19 -07:00
telemetry refactor(telemetry): pass config object to telemetry functions 2025-06-11 13:24:41 -04:00
tools unify diff generation before and after an edit 2025-06-11 09:47:11 -04:00
utils refactor(telemetry): pass config object to telemetry functions 2025-06-11 13:24:41 -04:00
index.test.ts Rename server->core (#638) 2025-05-30 18:25:47 -07:00
index.ts refactor: Centralize session ID generation and propagation 2025-06-11 01:18:40 -04:00