thekoc

Results 6 issues of thekoc

When TerminalFinderButton was pressed, if directory `~/tem/测试` was selected, terminal will show following error: > $ cd "/Users/koc/tem/æµ^Ëè¯^Õ/";clear; > cd: no such file or directory: /Users/koc/tem/æµ\M-^Kè¯\M-^U/

help wanted

Keep iSH running in the background using the new [PIP](https://developer.apple.com/documentation/avkit/avpictureinpicturecontroller?language=objc) API. Many discussions have been brought up on how we should enable "background running" mode for iSH. All [seem to...

unconfirmed

Atrust stores some extra data (eg. connect URL) at `/usr/share/sangfor/.aTrust` in additional to `/root`. Added this bind mount let Atrust remember that url (and maybe some extra info)

**Is your feature request related to a problem? Please describe.** Simple use case: ```swift let task = Task { for try await result in openAI.chatsStream(query: query) { print(result) } }...

## What Add a public initializer for `ChatQuery.ChatCompletionMessageParam.ChatCompletionAssistantMessageParam.ChatCompletionMessageToolCallParam.FunctionCall`, allowing it to be created programmatically. ## Why When converting chat history from other LLM services (such as Claude and Gemini) into...

The tag items would overflow their container if there are too many of them. Removed the `max-h-screen` class to prevent the overflow. ![CleanShot-2024-08-22@15 27 14@2x](https://github.com/user-attachments/assets/b118c52a-b8f9-4078-815e-5f46ed43bf6c)