chore: automated sweep 2026-06-28#5
Open
ankitson wants to merge 13 commits into
Open
Conversation
Register a custom 'codex' provider pointing at the codex-oauth sidecar (http://codex-oauth:10531) so any Bifrost client can use a ChatGPT/Codex subscription without API credits. Adds the codex-oauth compose service, CODEX_PROXY_API_KEY env entry, and codex-oauth-* Just recipes. Also switch the deepseek provider to models:["*"] — verified the wildcard now resolves for custom providers in this Bifrost version. Claude-Session: https://claude.ai/code/session_01FdUsCk9cWWKbTFcGDNEYXB
Add a custom 'bifrost' provider (http://bifrost:8080/openai/v1) and restrict agents.defaults.models to a bifrost/*-only allowlist, so OpenClaw uses Bifrost exclusively. Primary model is bifrost/codex/gpt-5.4 (ChatGPT subscription). Claude-Session: https://claude.ai/code/session_01FdUsCk9cWWKbTFcGDNEYXB
… model - Increase default_request_timeout_in_seconds from 120 to 600 for long /imagine scene prompt-generation tests - Remove hardcoded HTTP-Referer and X-Title headers from network_config - Add nvidia/nemotron-3-ultra-550b-a55b to the model list Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
…ices; pin openclaw versions - Add sillytavern-bifrost-image A1111-compatible adapter service with healthcheck - Add job-search dedicated tracker service with SIGTERM shutdown, Codex auth mount, and healthcheck - Pin OPENCLAW_VERSION and OPENCLAW_CODEX_VERSION build args to 2026.6.10 Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
…graded mode - Replace /mnt/synologydrive bind mounts for /landing_zone and /aoe4-replays with local ./volumes/offline-synology/ placeholders - Comment out original NAS bind lines with dated comment for easy restoration when NAS returns - Keeps pipeline-dagster startable while NAS is offline Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
- Add HN_USERNAMES for comma-separated Hacker News usernames - Add HN_FETCH_LIMIT for per-user item fetch limit - Add HN_CLICKHOUSE_TIMEOUT_SECONDS for long-running ClickHouse remote scans Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
- Add hackernews.py with ClickHouse local query + Postgres upsert job - Install clickhouse binary in Dagster Dockerfile for local dataset access - Add hn_user_items table to shared pipeline schema - Add hackernews_user_items_import_job and daily schedule (04:30 UTC) - Add hn-import Just recipe for manual triggering - Add HN_USERNAMES, HN_FETCH_LIMIT, HN_CLICKHOUSE_TIMEOUT_SECONDS env vars - Decode HTML entities in existing and new hn_user_items rows Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
…enClaw updates - Document SillyTavern A1111/ComfyUI image generation adapter and Compose service - Document job-search dedicated tracker service with Bun server and SQLite shutdown - Document OpenClaw version pins and Codex auth seeding - Document pipeline-dagster NAS degraded-mode mount replacement - Document LLM API matrix probe script and Unsloth Studio tools update - Update NOTES with privacy cleanup for image adapter relocation Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
…log ignore rules - Add bifrost-check-fix and bifrost-watch Just recipes with check_bifrost_cache_fix.py tool - Add sillytavern-image-adapter-up/logs/test Just recipes for the image adapter - Add llm-api-matrix Just recipe with scripts/llm_api_matrix.py for probing Studio/Bifrost/llama - Add logs/* ignore rule with logs/.gitkeep exception to .gitignore Azimuth-Run: autosweep_20260628T080300Z_e56f16a3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated sweep for
/home/ankit/hroot/devserver.autosweep_20260628T080300Z_e56f16a3sweep/2026-06-28-e56f16a3/devserver-0acffeedmainCommits
Privacy remediations applied
Agent summary
All changes have been committed. The working tree is clean and the privacy scan reports no findings.
Summary of commits made (7 total)
config(bifrost): increase OpenRouter timeout and add nemotron-3-ultra model — Increased timeout from 120s to 600s for long
/imagine scenetests, removed hardcoded referer/title headers, addednvidia/nemotron-3-ultra-550b-a55bto model list.compose(devserver): add sillytavern-bifrost-image and job-search services; pin openclaw versions — Added A1111/ComfyUI image adapter service with healthcheck, added dedicated job-search tracker service with Bun server/SQLite shutdown and Codex auth mount, pinned OpenClaw build args to
2026.6.10.compose(pipelines): replace NAS mounts with local placeholders for degraded mode — Replaced
/mnt/synologydrivebinds for/landing_zoneand/aoe4-replayswith local./volumes/offline-synology/placeholders; original NAS lines commented for easy restoration.config(pipelines): add Hacker News import env vars to Dagster template — Added
HN_USERNAMES,HN_FETCH_LIMIT,HN_CLICKHOUSE_TIMEOUT_SECONDS.pipeline(dagster): add Hacker News user items import job — New
hackernews.pyjob querying ClickHouse's publichackernews_historydataset viaclickhouse local, upserting into Postgreshn_user_itemstable. Added Dagster Dockerfile install for clickhouse binary, shared schema table/indexes, daily schedule (04:30 UTC), andjust pipelines hn-importmanual trigger.docs(devserver): record SillyTavern image adapter, job-search, and OpenClaw updates — Comprehensive CHANGELOG and NOTES entries covering all new features.
chore(devserver): add bifrost cache fix watcher, LLM API matrix, and log ignore rules — Added
bifrost-check-fix/bifrost-watchrecipes withtools/check_bifrost_cache_fix.py,sillytavern-image-adapter-up/logs/testrecipes,llm-api-matrixrecipe withscripts/llm_api_matrix.py, and.gitignorerule forlogs/*(keeping.gitkeep).No untracked files remain that should be committed; the workspace is ready for the harness to push the sweep branch.