Vaayne
a32fad06a0
Merge remote-tracking branch 'origin/main' into feat/agents-new
2025-09-21 17:25:02 +08:00
SuYao
1d0fc26025
fix formatApiHost ( #10236 )
...
* Add .codebuddy and .zed to .gitignore and fix formatApiHost
Prevent formatApiHost from processing undefined/empty host values and
ignore editor-specific directories
* Refactor reasoning tag selection logic for providers
Move gpt-oss model handling from aws-bedrock case to openai case and
consolidate tag selection logic into a single if-else chain.
* Extract reasoning tag name into helper function
* fix test
* Replace array indexing with named object properties for reasoning tags
Improves code readability by using descriptive property names instead of
magic array indices when selecting reasoning tag names by model type.
* Move host validation to start of formatApiHost
2025-09-18 15:43:07 +08:00
Vaayne
c37af25525
Merge remote-tracking branch 'origin/main' into feat/agents-new
2025-09-16 18:08:14 +08:00
Phantom
85b8724c73
chore: add eslint cache to gitignore and enable cache in lint commands ( #10167 )
...
Enable eslint cache to improve linting performance and add .eslintcache to gitignore
2025-09-16 00:11:47 +08:00
Vaayne
079d2c3cb3
feat(docs): update CLAUDE.md to enhance AI assistant guidelines and add session tracking details
2025-09-15 11:34:19 +08:00
beyondkmp
d6dcb471f9
chore: update TypeScript configuration and scripts ( #9792 )
...
- Added support for TypeScript incremental builds by enabling the `incremental` option and specifying the `tsBuildInfoFile` in both `tsconfig.node.json` and `tsconfig.web.json`.
- Updated the `typecheck` script in `package.json` to use `concurrently` for running node and web type checks in parallel.
- Added `.tsbuildinfo` to `.gitignore` to prevent build info files from being tracked.
2025-09-02 16:21:09 +08:00
fullex
39d96a63ac
chore: add CLAUDE.local.md to .gitignore
2025-08-06 19:43:46 +08:00
one
949fc722dd
chore: ignore qwen-code settings ( #8509 )
2025-07-25 12:20:20 +08:00
kangfenmao
06dd581fc3
chore(env): add .env.example file and update .gitignore
...
- Introduced a new .env.example file with NODE_OPTIONS configuration.
- Updated .gitignore to exclude .env.example from being ignored.
- Added instructions in dev.md for copying .env.example to .env.
2025-07-24 15:02:03 +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
SuYao
fa17c70d85
chore: update .gitignore to include .claude-code-router directory ( #8156 )
2025-07-15 09:13:49 +08:00
one
1f9850c04d
chore(gitignore): exclude more AI editor settings ( #8102 )
2025-07-13 21:07:45 +08:00
one
1be103a249
chore(gitignore): exclude cursor settings ( #6779 )
2025-06-04 11:48:58 +08:00
one
665a62080b
test: more unit tests ( #5130 )
...
* test: more unit tests
- Adjust vitest configuration to handle main process and renderer process tests separately
- Add unit tests for main process utils
- Add unit tests for the renderer process
- Add three component tests to verify vitest usage: `DragableList`, `Scrollbar`, `QuickPanelView`
- Add an e2e startup test to verify playwright usage
- Extract `splitApiKeyString` and add tests for it
- Add and format some comments
* fix: mock individual properties
* test: add tests for CustomTag
* test: add tests for ExpandableText
* test: conditional rendering tooltip of tag
* chore: update dependencies
2025-05-26 16:50:26 +08:00
自由的世界人
d07c6ecc6b
feat: add message multiple select ( #6085 )
...
* feat: add message multiple select
* fix: build error
* feat: add drag-and-drop multi-selection
* fix: code review
* Revert "fix: code review"
This reverts commit 7e29d5147c .
* fix: hide input bar display
* fix: extract the ChatContext
* fix: eventemitter
* feat: enhance multi-select functionality with message registration
* fix: history page message search
* fix: build error
* fix: remove Event Emitter
* fix: build error
* feat: add hideMenuBar prop to MessageItem and integrate MessageEditingProvider
* fix: improve message selection logic and handle drag events
* fix: update translation keys for multiple select functionality
* fix: refactor message deletion logic and enhance message selection handling
* fix: replace useSelector with useStore for message selection in ChatContext
* fix: refactor MessageGroup to utilize context for multi-select handling and message registration
* Revert "fix: refactor MessageGroup to utilize context for multi-select handling and message registration"
This reverts commit f4d1454525 .
* fix: simplify MessageGroup props and utilize context for message selection handling
* fix: streamline multi-select handling by consolidating context usage and simplifying component props
2025-05-21 11:22:36 +08:00
kangfenmao
25b1e309ed
build: remove sentry integration
2025-04-24 11:48:53 +08:00
kangfenmao
314be9b198
feat: add sentry integration
2025-04-22 22:05:56 +08:00
one
81eab1179b
test: add vitest ( #5085 )
...
* test: migrate to vitest
* test: update vitest config
* test: updates tests for utils
* ci: fix test command
* test: add tests for format.ts
* test: add snapshots
* test: update snapshots
* test: add tests for linkConverter
* test: add tests for error.ts
* test: update test coverage script name
* test: update tests for prompt.ts
* test: re-group utils, add tests
* test: add tests for export.ts
* test: add tests for sort.ts
2025-04-20 22:44:01 +08:00
PeterWang-dev
641dfc60b0
feat(icons): explicitly add icons in multiple resolutions to correct appimage icon path
2025-04-06 08:28:10 +08:00
Asurada
af1a9868db
feat: Add remark function to knowledge url ( #2210 )
...
* chore: Update .gitignore to exclude .cursor/rules
* feat: Add remark function to knowledge url
2025-02-24 12:47:47 +08:00
duanyongcheng77
8eacaa281a
chore: add ignore for .cursoerules
2025-02-14 10:38:51 +08:00
duanyongcheng77
6e75140939
chore: 🤖 add aider gitignore
2025-02-14 10:38:51 +08:00
kangfenmao
35fd5aef22
fix: knowledge bugs
2024-12-23 10:48:40 +08:00
kangfenmao
43b9298329
feat: 智能体改进:名称、上下文支持、模型参数支持 #59
2024-10-21 23:21:46 +08:00
kangfenmao
938ff38aeb
fix: windows ico icon
2024-09-25 00:20:10 +08:00
kangfenmao
c8711c5804
feat: add local module
2024-08-27 11:31:05 +08:00
kangfenmao
dfd42fe9a6
feat: add devv referral code
2024-08-23 20:57:54 +08:00
kangfenmao
dedabe320e
feat: new navbar style
2024-07-23 12:29:20 +08:00
kangfenmao
6c8d2b0f68
build: change yarn version
2024-07-13 00:31:07 +08:00
kangfenmao
8681bcd538
chore(version): v0.1.0
2024-07-11 14:38:45 +08:00
kangfenmao
21f937a9cc
feat: add vite-electron template
2024-05-24 10:03:02 +08:00