mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 15:31:08 +00:00
Squashed commit of the following:
commit55698f662eAuthor: Alessandro <real.eclypso@gmail.com> Date: Mon Oct 6 17:55:37 2025 +0200 fix Alpine init anti-patterns and clean globals - Remove manual init via 'alpine:init' from components - Drop store imports from index.html (components load their stores) - Replace Alpine.store() calls with direct ES module imports in index.js - Remove Alpine global accesses; broadcast connection status via CustomEvent - Bind scroll state to preferences store; UI sync via x-model commit709afbaf22Author: Alessandro <real.eclypso@gmail.com> Date: Fri Oct 3 03:26:46 2025 +0200 sidebar top/bottom component; remove tabs (chats/tasks) - remove tabs, unify chats/tasks - sidebar bottom section component - guards for speechStore and sidebarStore for double initialization - sidebar path order - logo fix commitc8639d3312Author: Alessandro <real.eclypso@gmail.com> Date: Thu Sep 25 01:39:56 2025 +0200 CSS lift-and-shift and js cleanup - sidebar CSS lift-and-shift - chat input area CSS lift-and-shift - cleanup, docstrings, and finetuning CSS - quick fix for version info and newChat - pref panel header css fix - late-mount safe polling for pauseAgent button - task actions incapsulation - task actions extraction within component - fix enter handler for chat input - quick actions css lift - memory dashboard import commitf99640c6b6Author: Alessandro <real.eclypso@gmail.com> Date: Sun Sep 21 12:54:03 2025 +0200 input area, progress bar and bottom actions componentize - componentize chat input area + action buttons - componentize sidebar top icons and cleanup - full screen input modal componentization - progress bar box component creation - legacy markup cleanup for input section - simpler updateProgress (index.js) commit356abe5853Author: Alessandro <real.eclypso@gmail.com> Date: Mon Sep 8 15:20:23 2025 +0200 sidebar componentize - left sidebar wrapper and css fine-tuning - chat list extraction, cleanup and path handling (sidebar) - updated and reordered paths for components extraction - uniform style blocks for pref component - unified context reference for killChat (chat lists fix) - tasks list initial extraction as component and tasksStore creation - quick actions component extraction - sidebar preferences component extraction commit30d0b5ae8dAuthor: frdel <38891707+frdel@users.noreply.github.com> Date: Thu Oct 2 09:18:06 2025 +0200 Update README.md commite7027ca1f4Author: frdel <38891707+frdel@users.noreply.github.com> Date: Wed Oct 1 16:53:53 2025 +0200 browser use allow http:// commit0c837997f7Author: frdel <38891707+frdel@users.noreply.github.com> Date: Wed Oct 1 09:12:14 2025 +0200 bugfixing in memory detail modal commit74aba3eb8cAuthor: frdel <38891707+frdel@users.noreply.github.com> Date: Wed Oct 1 08:42:31 2025 +0200 fix memory detail sizing commit02d5d1e4cbMerge:f09ea5b57bf5e7Author: frdel <38891707+frdel@users.noreply.github.com> Date: Wed Oct 1 08:23:54 2025 +0200 Merge branch 'pr/740' into testing commit57bf5e7b16Author: Alessandro <real.eclypso@gmail.com> Date: Tue Sep 30 15:08:39 2025 +0200 modal body fix, mem-detail CSS polishing commitf09ea5b21eAuthor: frdel <38891707+frdel@users.noreply.github.com> Date: Tue Sep 30 11:26:20 2025 +0200 memory dashboard - double toast fix commitbd09a89befAuthor: frdel <38891707+frdel@users.noreply.github.com> Date: Mon Sep 29 21:39:51 2025 +0200 memory dashboard polishing commit06c0dc97dcAuthor: frdel <38891707+frdel@users.noreply.github.com> Date: Mon Sep 29 17:59:06 2025 +0200 memory dashboard design polishing commit24d5756c7cAuthor: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Mon Sep 29 15:35:59 2025 +0200 css finetuning for memory dashboard commitb81ed66743Author: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Fri Sep 26 15:18:07 2025 +0200 further css centralization and footer injection - mobile breakpoint change for mem dashboard (800=>960px) - css cleanup and globalization - final css cleanup commita6ce9c4404Author: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Thu Sep 25 21:17:01 2025 +0200 memory dashboard design commitcd3bbf7062Author: frdel <38891707+frdel@users.noreply.github.com> Date: Thu Sep 25 13:06:02 2025 +0200 exclude embeddings from memory
This commit is contained in:
parent
2c5aed3984
commit
4283f5a937
36 changed files with 2936 additions and 3716 deletions
|
|
@ -57,7 +57,7 @@ class State:
|
|||
chromium_sandbox=False,
|
||||
accept_downloads=True,
|
||||
downloads_path=files.get_abs_path("tmp/downloads"),
|
||||
allowed_domains=["*"],
|
||||
allowed_domains=["*", "http://*", "https://*"],
|
||||
executable_path=pw_binary,
|
||||
keep_alive=True,
|
||||
minimum_wait_page_load_time=1.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue