Zhwt
Zhwt
没太看懂原问题的意思, docker 启动可以手动复制 bin 目录到当前目录之后在运行命令里添加绑定: ``` docker run -p 8080:8080 -v ./config.yaml:/app/config.yaml -v ./bin:/app/bin ghcr.io/bincooo/chatgpt-adapter:latest ``` 或者 docker compose 运行: 新建 `docker-compose.yml` 文件, 然后用 `docker compose up -d` 拉起服务: ```...
I would suggest modifying the CLI to output the auth URL to a temporary file (e.g., inside ~/.gemini) as a fallback. Since this wrapping issue persists despite several fix attempts,...
> In other words, there's evidence that this is a broader issue with terminal rendering, rather than something narrowly affecting just the login URLs. Agreed. Ideally, there should be an...