fullex
68cd87e069
refactor: update UpgradeChannel handling and improve preference integration
...
- Commented out the UpgradeChannel enum in constant.ts and moved it to preferenceTypes.ts for better organization.
- Updated various components to utilize the new UpgradeChannel type from preferenceTypes, enhancing type safety and consistency.
- Refactored preference handling across multiple files to streamline the use of the usePreference hook, replacing previous settings references.
- Cleaned up unused code and comments related to previous settings for improved maintainability.
- Updated auto-generated preference mappings to reflect recent changes in preference structure.
2025-09-03 14:31:15 +08:00
fullex
c2086fdb15
refactor[Logger]: strict type check for Logger ( #8363 )
...
* fix: strict type check of logger
* feat: logger format in renderer
* fix: error type
2025-07-23 13:24:03 +08:00
kangfenmao
bfe83c0256
feat: add developer mode settings
2025-07-20 15:37:38 +08:00
alickreborn0
3b123863b5
feat: Support LLM Tracing by Alibaba Cloud EDAS product ( #7895 )
...
* feat: add tracing modules
* Initial commit
* fix: problem
* fix: update trace web
* fix: trace view
* fix: trace view
* fix: fix some problem
* fix: knowledge and mcp trace
* feat: save trace to user home dir
* feat: open trace with electron browser window
* fix: root trace outputs
* feat: trace internationalization and add trace icon
* feat: add trace title
* feat: update
* package.json添加windows运行script
* feat: update window title
* fix: mcp trace param
* fix: error show
* fix: listTool result
* fix: merge error
* feat: add stream usage and response
* feat: change trace stream
* fix: change stream adapter
* fix: span detail show problem
* fix: process show by time
* fix: stream outputs
* fix: merge problem
* fix: stream outputs
* fix: output text
* fix: EDAS support text
* fix: change trace footer style
* fix: topicId is loaded multiple times
* fix: span reload problem & attribute with cache
* fix: refresh optimization
* Change Powered by text.
* resolve upstream conflicts
* fix: build-time type exception
* fix: exceptions not used when building
* fix: recend no trace
* fix: resend trace list
* fix: delete temporary files
* feat: trace for resend
* fix: trace for resend message with edit
* fix: directory structure and construction method of mcp-trace
* fix: change CRLF to LF
* fix: add function call outputs
* Revert "fix: change CRLF to LF"
* fix: reorganize multi-model display
* fix: append model trace binding topic
* fix: some problems
* fix: code optimization
* fix: delete async
* fix: UI optimization
* fix: sort import
---------
Co-authored-by: 崔顺发 <csf01409784@alibaba-inc.com>
Co-authored-by: 管鑫荣 <gxr01409783@alibaba-inc.com>
2025-07-20 14:53:35 +08:00