cooper.wu

Results 7 issues of cooper.wu

https://github.com/cloudreve/Cloudreve/issues/599

### Description Fixes #10823 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [ ] I have explained the changes or...

wait for update
need test cases

pkg/inspect/sysctl_inspect.go ``` func parseSysctlVal(val []string) string { - if len(val) == 0 && val == nil { + if len(val) == 0 || val == nil { return "" }...

kind/bug

# Summary fix: #17091 when cot_agent call tool like searxng which return list tool_responses, but current code will lost some response only return last record > [!Tip] > Close issue...

🐞 bug
size:XS

### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...

🐞 bug

# Summary fix: #18132 when deepseek llm model, auto_generate name can't work because deepseek will output message, it take more than 100 token, so max_token should be more than 100....

🐞 bug
size:S

…imal configuration ### Description Fixes # (issue) ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [ ] I have...

bug
wait for update
user responded
size:M