chore: automated sweep 2026-06-28#3
Open
ankitson wants to merge 8 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
- Add hackernews_user_items_import_job to query ClickHouse's public hackernews_history dataset via clickhouse local and upsert stories/comments for configured HN_USERNAMES into Postgres hn_user_items table - Add hn_user_items table schema with indexes on author/time and item_type/time - Add hackernews_user_items_import_schedule running daily at 04:30 UTC - Add just pipelines hn-import manual trigger - Add HN_USERNAMES, HN_FETCH_LIMIT, HN_CLICKHOUSE_TIMEOUT_SECONDS env template knobs - Install ClickHouse binary in Dagster image for local dataset attachment - Decode HTML entities in imported rows Azimuth-Run: autosweep_20260628T064454Z_4ea05021
…ooling - Add sillytavern-bifrost-image service (A1111-compatible adapter) backed by external image services via bifrost/OpenRouter/ComfyUI - Add job-search dedicated tracker container with graceful SIGTERM handling - Update bifrost config: increase default_request_timeout to 600s, add nvidia/nemotron-3-ultra-550b-a55b model - Add bifrost-check-fix and bifrost-watch Just recipes for MCP cache fix check - Add llm-api-matrix recipe for probing LLM API behaviors - Add sillytavern-image-adapter-up/logs/test recipes - Add logs/* to .gitignore with !logs/.gitkeep keep - Switch NAS mounts to local fallback paths while NAS is offline - Add OPENCLAW_VERSION build args for openclaw service Azimuth-Run: autosweep_20260628T064454Z_4ea05021
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_20260628T064454Z_4ea05021sweep/2026-06-28-4ea05021/devserver-0acffeedmainCommits
Privacy remediations applied
Agent summary
The sweep is complete. Here's a summary of the work done:
Summary
Two clean commits created on the sweep branch:
1.
feat(pipelines): add Hacker News user items import job(458f9a3)hackernews_user_items_import_jobthat queries ClickHouse's publichackernews_historydataset viaclickhouse localand upserts stories/comments for configuredHN_USERNAMESinto Postgreshn_user_itemstablehn_user_itemstable schema with indexes onauthor/hn_timeanditem_type/hn_timehackernews_user_items_import_schedulerunning daily at 04:30 UTC (RUNNING by default)just pipelines hn-importmanual triggerHN_USERNAMES,HN_FETCH_LIMIT,HN_CLICKHOUSE_TIMEOUT_SECONDS2.
feat(infra): add SillyTavern image adapter, job-search service, and tooling(ddac626)sillytavern-bifrost-imageservice (A1111-compatible adapter) backed by external image services via Bifrost/OpenRouter/ComfyUIjob-searchdedicated tracker container with graceful SIGTERM handling (90s grace period)default_request_timeoutto 600s, addednvidia/nemotron-3-ultra-550b-a55bmodelbifrost-check-fix,bifrost-watch,llm-api-matrix,sillytavern-image-adapter-up/logs/testlogs/*to.gitignorewith!logs/.gitkeepkeepOPENCLAW_VERSION/OPENCLAW_CODEX_VERSIONbuild args for openclaw servicePrivacy scan: Clean — no secrets, tailnet hosts, private IPs, or sensitive terms found in tracked changes.
The repo is now ready for the harness to push the sweep branch and open a PR.