zxfishhack

Results 12 issues of zxfishhack

since mmap memory allocate by GPU trigger SIGBUS in 64bit system, I change DMA memory allocate to vcsm-cma. I test only on rpi zero 2w, screen info: ili9341, resolution is...

**Describe the bug** I setup a chunked encoding response http server at localhost:9394, and try use host.ProxyHandle to proxy it when ctx.Record() is call in middleware, that lead to body...

🐞 type:bug

Round down cdiv result make real CLK faster than caller expect. for example: 1. when call SpiSpeed(6000000) // caller want set CLK to 6MHz ``` cdiv = uint32(250000000 / 6000000)...

[OIDC IDToken](https://openid.net/specs/openid-connect-core-1_0.html#IDToken) need nonce claim, which is passed through unmodified from the Authentication Request. add extenstion in Token and extractExtension in Manager, store extension in token.

## Motivation Some cloud service providers do not have a completions interface and only support OpenAI's chat/completions. ## Modifications Add benchmark backend for OpenAI Chat Completions interface ## Checklist -...

# Summary Add an Agent Though configuration item to the OpenAI-API-compatible model provider, corresponding to ModelFeature.AGENT_THOUGH Close #13278 # Screenshots | Before | After | |--------|-------| | ![image](https://github.com/user-attachments/assets/d6afca8a-1ca0-4bdb-a6a4-c7ad66a3240d) | ![image](https://github.com/user-attachments/assets/40b55e5e-1225-41de-99b0-8fbc519dc67b)...

size:S
⚙️ feat:model-runtime

### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...

🤖 feat:agent
stale

# Summary Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

size:L

### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...

🐞 bug