nourzakhama2003
|
188ddc7cd2
|
Fix: safely call json_repair functions via getattr to satisfy type checker and avoid mypy attr errors
|
2025-12-22 15:29:56 +01:00 |
nourzakhama2003
|
8dbae53c78
|
Fix: rename module flags to avoid pyright constant redefinition errors (_langdetect_available, _persian_chars_re); update tests
|
2025-12-22 15:13:11 +01:00 |
Nour Zakhma
|
3c9907ea81
|
Merge branch 'main' into fix/29745-persian-conversation-title
|
2025-12-22 15:01:01 +01:00 |
autofix-ci[bot]
|
36be4ac211
|
[autofix.ci] apply automated fixes
|
2025-12-22 14:00:47 +00:00 |
Michael.Y.Ma
|
3322e7a7e3
|
feat: Add OSS-specific parameters for HW and ALI private deployment (#29705)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-12-22 21:59:32 +08:00 |
nourzakhama2003
|
a177097228
|
Fix: Persian conversation titles robust detection, retry & translation fallback; precompile regex; move langdetect import; robust JSON parsing; lower LLM temperature; add tests; resolve Copilot comments (#29745)
|
2025-12-22 14:58:23 +01:00 |
wangxiaolei
|
65e8fdc0e4
|
feat: support var filer in conversation service (#29245)
|
2025-12-22 21:48:11 +08:00 |
Asuka Minato
|
accc91e89d
|
refactor: split changes for api/controllers/web/message.py (#29874)
|
2025-12-22 21:47:24 +08:00 |
dependabot[bot]
|
29d9e4dd26
|
chore(deps): bump pypdfium2 from 4.30.0 to 5.2.0 in /api (#29639)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-22 21:47:02 +08:00 |
lif
|
542eb04ad8
|
fix: preserve empty list for FILE_LIST type in base_app_generator (#29618)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-12-22 21:32:07 +08:00 |
Nour Zakhma
|
5dc6fed97c
|
Merge branch 'main' into fix/29745-persian-conversation-title
|
2025-12-22 13:28:20 +01:00 |
Asuka Minato
|
95c58eac83
|
refactor: split changes for api/controllers/web/app.py (#29857)
|
2025-12-22 20:09:58 +08:00 |
crazywoola
|
2781f5dc57
|
Merge branch 'main' into fix/29745-persian-conversation-title
|
2025-12-22 20:09:00 +08:00 |
wangxiaolei
|
eaf4146e2f
|
perf: optimize DatasetRetrieval.retrieve、RetrievalService._deduplicat… (#29981)
|
2025-12-22 20:08:21 +08:00 |
Nour Zakhma
|
d126979bb9
|
Merge branch 'main' into fix/29745-persian-conversation-title
|
2025-12-22 06:55:30 +01:00 |
nourzakhama2003
|
9661d19e3a
|
fix(types): avoid runtime forward-ref resolution in pydantic model_rebuild by using raise_errors=False; remove dummy TraceQueueManager
|
2025-12-22 06:01:18 +01:00 |
nourzakhama2003
|
5a6ac9eb19
|
fix(llm-generator): use last non-Persian candidate for translation fallback; avoid circular import by deferring ops import and adding fallback
|
2025-12-22 05:43:01 +01:00 |
Novice
|
0ab80fe5c0
|
fix: invalidate tool provider cache after MCP authentication (#29972)
|
2025-12-22 12:38:42 +08:00 |
autofix-ci[bot]
|
5d6aac960e
|
[autofix.ci] apply automated fixes
|
2025-12-22 04:19:54 +00:00 |
Nour Zakhma
|
25af2deb02
|
Merge branch 'main' into fix/29745-persian-conversation-title
|
2025-12-22 05:17:53 +01:00 |
nourzakhama2003
|
fd71d90f30
|
chore: include unrelated workspace edits (prompts/uv.lock/middleware)
|
2025-12-22 03:22:36 +01:00 |
nourzakhama2003
|
ef50d44b19
|
fix(llm-generator): make langdetect import dynamic for type checks; guard JSON parsing; use specific invoke error handling; strengthen unit test
|
2025-12-22 03:21:25 +01:00 |
nourzakhama2003
|
ce02e9ca27
|
fix(llm-generator): resolve PR conflict and keep retry + JSON-repair + translation fallback
|
2025-12-22 02:57:37 +01:00 |
Asuka Minato
|
ba73964dfd
|
refactor: split changes for api/controllers/console/explore/conversat… (#29893)
|
2025-12-22 09:40:41 +08:00 |
Asuka Minato
|
4cf65f0137
|
refactor: split changes for api/controllers/console/explore/installed… (#29891)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-22 09:40:32 +08:00 |
nourzakhama2003
|
a7a074edbb
|
style(llm-generator): precompile Persian-word heuristic for clarity and performance
|
2025-12-22 02:24:18 +01:00 |
nourzakhama2003
|
0846542c33
|
style(llm-generator): fix lint issues (log langdetect errors, wrap long lines)
|
2025-12-22 02:20:46 +01:00 |
Ben Ghorbel Mohamed Aziz
|
6cf71366ba
|
fix: validate API key is not empty in HTTPRequest node (#29950)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-21 17:04:07 +08:00 |
wangxiaolei
|
32605181bd
|
feat: first use INTERNAL_FILES_URL first, then FILES_URL (#29962)
|
2025-12-21 16:53:37 +08:00 |
Rhys
|
471fc94455
|
fix: update Notion credential retrieval in document indexing sync task (#29933)
|
2025-12-21 16:51:24 +08:00 |
Novice
|
7501360663
|
fix: add RFC 9728 compliant well-known URL discovery with path insertion fallback (#29960)
|
2025-12-21 09:19:11 +08:00 |
Asuka Minato
|
4320503209
|
refactor: split changes for api/controllers/console/explore/completio… (#29894)
|
2025-12-19 17:51:13 +08:00 |
Asuka Minato
|
054d3f0da5
|
refactor: split changes for api/tests/test_containers_integration_tes… (#29897)
|
2025-12-19 17:50:58 +08:00 |
Asuka Minato
|
3b8650eb6b
|
refactor: split changes for api/controllers/web/completion.py (#29855)
|
2025-12-19 12:16:12 +08:00 |
Asuka Minato
|
95a2b3d088
|
refactor: split changes for api/libs/helper.py (#29875)
|
2025-12-19 12:00:34 +08:00 |
Asuka Minato
|
82220a645c
|
refactor: split changes for api/controllers/web/audio.py (#29856)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-18 17:30:58 +08:00 |
呆萌闷油瓶
|
5067e4f255
|
fix 29184 (#29188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-12-18 17:11:52 +08:00 |
quicksand
|
b0bef1a120
|
fix(api): resolve errors when setting visibility to partial members (#29830)
|
2025-12-18 16:56:24 +08:00 |
Asuka Minato
|
a954bd0616
|
refactor: part of remove all reqparser (#29848)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-18 16:52:51 +08:00 |
wangxiaolei
|
78ca5ad142
|
fix: fix fixed_separator (#29861)
|
2025-12-18 16:50:44 +08:00 |
wangxiaolei
|
e6545f2727
|
perf: decrease db query (#29837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-18 15:35:52 +08:00 |
huku
|
eb5a444d3d
|
fix: plugin execution timeout not respecting PLUGIN_MAX_EXECUTION_TIMEOUT (#29785)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-12-18 15:11:01 +08:00 |
wangxiaolei
|
dd237f129d
|
fix: fix json object validate (#29840)
|
2025-12-18 14:46:00 +08:00 |
hj24
|
46c9a59a31
|
feat: sandbox retention basic settings (#29842)
|
2025-12-18 14:16:23 +08:00 |
hj24
|
9a51d2da57
|
feat: add billing subscription plan api (#29829)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-18 13:11:47 +08:00 |
yihong
|
acbeb04edc
|
fix: drop some dead links (#29827)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-12-18 10:52:19 +08:00 |
wangxiaolei
|
b3e5d45755
|
chore: compatiable opendal modify (#29794)
|
2025-12-18 10:00:31 +08:00 |
fanadong
|
df2f1eb028
|
fix(deps): restore charset_normalizer, revert accidental chardet reintroduction (#29782)
|
2025-12-17 16:56:41 +08:00 |
wangxiaolei
|
4fce99379e
|
test(api): add a test for `detect_file_encodings` (#29778)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-12-17 14:33:30 +08:00 |
zhaobingshuang
|
8d1e36540a
|
fix: detect_file_encodings TypeError: tuple indices must be integers or slices, not str (#29595)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-12-17 13:58:05 +08:00 |