Guorui Yu

Results 12 issues of Guorui Yu

Add support for ssh-agent, which can simplify the use of encrypted private keys. As you can load encrypted private keys to ssh-agent to facilitate the sshtunnel.

Use STS(Security Token Service[1]) Token can reduce the risk of long-term access key (AccessKey) leakage. The token will automatically expire after expiration date, so it need to be periodically refreshed....

**- What I did** Confidential virtual machines is a security technology currently being invested in by major CSPs. [[1]](https://www.alibabacloud.com/help/en/ecs/user-guide/build-a-tdx-confidential-computing-environment) [[2]](https://techcommunity.microsoft.com/t5/azure-confidential-computing/azure-confidential-vms-using-sev-snp-dcasv5-ecasv5-are-now/ba-p/3573747) [[3]](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html) It aims to minimize the security impact of the...

startify is a plugin provides a start screen for Vim and Neovim, no need to show indent or whitespace in it.

#### Proposed Changes: * Release the Alibabacloud SLS log client related resources when preconditions (logstore/project) are not met to avoid memory/goroutine leaks #### Which issue(s) this PR fixes: Fixes #...

Allow `resource/{alicloud_ess_scaling,ecs}` to set `SecurityOptions.ConfidentialComputingMode` options. [1] [RunInstances with ConfidentialComputingMode](https://api.aliyun.com/api/Ecs/2014-05-26/RunInstances?params={%22RegionId%22:%22cn-beijing%22}#:~:text=vTPM-,SecurityOptions.ConfidentialComputingMode,-string) [2] [CreateScalingConfiguration with ConfidentialComputingMode](https://api.aliyun.com/api/Ess/2022-02-22/CreateScalingConfiguration#:~:text=%E5%AE%89%E5%85%A8%E9%80%89%E9%A1%B9%E3%80%82-,ConfidentialComputingMode,-string)

Introduce support for converting MathML equations into LaTeX, improving math rendering compatibility with Obsidian.

### What does this PR do? Introduce Programmatic Tool Calling (PTC) support for plugins, enabling plugins to invoke tools directly within a session without relying on LLM vendor-specific APIs. This...

### What does this PR do? Introduce the `/experimental/tool/execute` endpoint, enabling execution of specific tools with provided arguments while enforcing permission constraints and returning the tool’s output. Close #9056 ###...