Add dev tools in Ansible and update Zed model config
- 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:
@@ -55,7 +55,23 @@
|
|||||||
- distrobox
|
- distrobox
|
||||||
# Android Screen Mirroring
|
# Android Screen Mirroring
|
||||||
- scrcpy
|
- 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
|
- dolphin-nextcloud
|
||||||
- nextcloud-desktop
|
- nextcloud-desktop
|
||||||
state: present
|
state: present
|
||||||
|
when: ansible_pkg_mgr == 'apt'
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
"default_profile": "write",
|
"default_profile": "write",
|
||||||
"model_parameters": [],
|
"model_parameters": [],
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "zed.dev",
|
"provider": "openrouter",
|
||||||
"model": "claude-sonnet-4"
|
"model": "google/gemini-2.5-flash"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"edit_predictions": {
|
"edit_predictions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user