feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment
Some checks failed
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / deploy (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Release & Packaging Pipeline / Build & Publish Admin Docker Image (push) Failing after 8s
Release & Code Signing CA Pipeline / build-and-sign-windows (push) Failing after 1m51s
Build macOS / Build & Package (macOS) (push) Failing after 4s
Build macOS / Build & Package (macOS)-1 (push) Failing after 5s
Release & Code Signing CA Pipeline / build-and-sign-macos (push) Failing after 3s
Release & Packaging Pipeline / Package macOS Desktop App (push) Failing after 4s
Release & Packaging Pipeline / Package Windows Desktop App (push) Failing after 2m28s
Release & Packaging Pipeline / Publish Official GitHub Release (push) Has been skipped
Some checks failed
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / deploy (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Release & Packaging Pipeline / Build & Publish Admin Docker Image (push) Failing after 8s
Release & Code Signing CA Pipeline / build-and-sign-windows (push) Failing after 1m51s
Build macOS / Build & Package (macOS) (push) Failing after 4s
Build macOS / Build & Package (macOS)-1 (push) Failing after 5s
Release & Code Signing CA Pipeline / build-and-sign-macos (push) Failing after 3s
Release & Packaging Pipeline / Package macOS Desktop App (push) Failing after 4s
Release & Packaging Pipeline / Package Windows Desktop App (push) Failing after 2m28s
Release & Packaging Pipeline / Publish Official GitHub Release (push) Has been skipped
This commit is contained in:
parent
5cd1de6859
commit
708e20f747
406 changed files with 42464 additions and 6199 deletions
20
.codex/config.toml
Normal file
20
.codex/config.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Agent Switchboard workspace managed connection
|
||||
model = "gpt-5.6-sol"
|
||||
model_provider = "agent_switchboard_workspace_b2224eed0a8b33c8"
|
||||
model_reasoning_effort = "ultra"
|
||||
model_context_window = 372000
|
||||
|
||||
[model_providers.agent_switchboard_workspace_b2224eed0a8b33c8]
|
||||
name = "LiteLLM (twentyoz)"
|
||||
base_url = "https://litellm.twentyoz.kr/v1"
|
||||
wire_api = "responses"
|
||||
supports_websockets = false
|
||||
request_max_retries = 4
|
||||
stream_max_retries = 5
|
||||
stream_idle_timeout_ms = 300000
|
||||
|
||||
[model_providers.agent_switchboard_workspace_b2224eed0a8b33c8.auth]
|
||||
command = "C:\\Users\\encep\\AppData\\Local\\Programs\\agent-switchboard\\Agent Switchboard.exe"
|
||||
args = ["--credential-helper","codex","--workspace","b2224eed0a8b33c8"]
|
||||
timeout_ms = 5000
|
||||
refresh_interval_ms = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue