Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acp_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import subprocess
import threading

from agent_runtime import AgentError, clean, _killpg_safe
from agent_runtime import AgentError, _killpg_safe, clean

ACP_AGENT_TIMEOUT = int(os.environ.get("OPENFORGE_ACP_AGENT_TIMEOUT", "240"))

Expand Down
Binary file modified branding/logo-forge-f-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/logo-forge-f-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/logo-forge-f-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion branding/logo-forge-f-inverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions branding/logo-forge-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_status_chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def test_cancel_endpoint_marks_chip_and_audits(store, monkeypatch):
and a best-effort SIGTERM is sent to the bound subprocess group."""
import sys
sys.modules.pop("server", None)
import server as srv
import post_router
import server as srv

t = _make_thread(store)
chip = store.add_thread_post(
Expand Down
Loading