fix: safe uploads, AI history continuity, deep search, sudo credentials #55

Merged
sarman merged 19 commits from fix/safe-uploads-history-search-sudo into master 2026-05-31 20:52:32 +00:00
Showing only changes of commit 26507ad3ff - Show all commits

View File

@ -18,7 +18,7 @@ jobs:
shell: bash
run: |
set -euo pipefail
apt-get update -qq && apt-get install -y -qq git curl jq
apt-get update -qq && apt-get install -y -qq git curl jq python3
- name: Checkout code
shell: bash