mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-21 18:51:38 +00:00
fix: OpenRouter header format, pipx install, code exec output truncation, and model config UI improvements
- Change X-OpenRouter-Categories from YAML list to comma-separated string - Add pipx to base Python installation - Truncate long lines in code execution output to 500 chars (250 from each end) before prompt detection - Reorder model config UI sections and simplify plugin config button handler - Remove border/padding from model summary grid and adjust mobile responsive styles
This commit is contained in:
parent
f6604e0cb1
commit
a7bfc7798b
4 changed files with 64 additions and 56 deletions
|
|
@ -55,7 +55,7 @@ pyenv install 3.12.4
|
|||
source /opt/venv-a0/bin/activate
|
||||
|
||||
# upgrade pip and install static packages
|
||||
pip install --no-cache-dir --upgrade pip
|
||||
pip install --no-cache-dir --upgrade pip pipx
|
||||
|
||||
# Install some packages in specific variants
|
||||
pip install --no-cache-dir \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue