Add dev tools in Ansible and update Zed model config
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 8s
Nix Format Check / check-format (push) Failing after 1m7s
Python Lint Check / check-python (push) Failing after 5s

- Split Ubuntu/Debian package installation with apt conditional
- Include clang, cmake, ninja-build and other development packages
- Switch Zed default AI model to Google Gemini 2.5 via OpenRouter
This commit is contained in:
2025-08-27 14:09:13 +02:00
parent 34bbe5fcf6
commit 00cff8ba6a
2 changed files with 18 additions and 2 deletions

View File

@@ -55,7 +55,23 @@
- distrobox
# Android Screen Mirroring
- scrcpy
state: present
become: true
- name: Ensure Ubuntu/Debian packages are installed
ansible.builtin.package:
name:
- clang
- cmake
- git
- ninja-build
- pkg-config
- libgtk-3-dev
- liblzma-dev
- libstdc++-12-dev
- dolphin-nextcloud
- nextcloud-desktop
state: present
when: ansible_pkg_mgr == 'apt'
become: true

View File

@@ -74,8 +74,8 @@
"default_profile": "write",
"model_parameters": [],
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4"
"provider": "openrouter",
"model": "google/gemini-2.5-flash"
}
},
"edit_predictions": {