All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m44s
27 lines
571 B
Markdown
27 lines
571 B
Markdown
|
|
## Gemini
|
|
|
|
När Gemini CLI kommer ikapp codex/claude, testa här:
|
|
https://rait-09.github.io/obsidian-agent-client/agent-setup/gemini-cli.html
|
|
```
|
|
npm install -g @google/gemini-cli
|
|
```
|
|
|
|
## Updating
|
|
|
|
codex
|
|
- [github](https://github.com/openai/codex/)
|
|
- [homepage](https://developers.openai.com/codex)
|
|
- openai suggests npm: npm i -g @openai/codex
|
|
```
|
|
brew upgrade --cask codex
|
|
```
|
|
|
|
codex-acp
|
|
- [github](https://github.com/zed-industries/codex-acp)
|
|
```
|
|
npm install -g @zed-industries/codex-acp
|
|
```
|
|
|
|
Agent Client
|
|
- [github](https://github.com/RAIT-09/obsidian-agent-client) |