Skip to content

feat: ship dispatch 0.8.0 operator console batch#46

Merged
galligan merged 1 commit into
mainfrom
feat/dispatch-0.8.0-history-config-completions
Jun 16, 2026
Merged

feat: ship dispatch 0.8.0 operator console batch#46
galligan merged 1 commit into
mainfrom
feat/dispatch-0.8.0-history-config-completions

Conversation

@galligan

Copy link
Copy Markdown
Contributor

Summary

Ship the next Dispatch operator-console batch for 0.8.0:

  • expand dispatch history with overview filters, transcript size gates, deduped tool rollups, worktree dirty/changed-file facts, and richer docs
  • make configured dispatch new inherit Codex/App Server sandbox, approval, model, and service-tier defaults by omitting unset override fields from thread/start and initial turn/start
  • keep inherited runtime policy durable by allowing nullable lane runtime policy fields in registry schema v8
  • add dispatch completion bash|zsh|fish for deterministic shell completion scripts
  • bump package metadata to 0.8.0

Validation

  • uv run pytest tests/client/test_models.py tests/client/test_client.py tests/core/test_handlers.py tests/core/test_examples.py tests/registry/test_store.py tests/surfaces/test_derive_cli.py tests/surfaces/test_parity.py tests/test_smoke.py -q → 186 passed
  • just check → ruff, format check, mypy, pytest 320 passed / 9 deselected, build, package contents check
  • built dist/outfitter_dispatch-0.8.0.tar.gz
  • built dist/outfitter_dispatch-0.8.0-py3-none-any.whl

Notes

This PR intentionally keeps primitive open explicit/read-only for compatibility. The inheritance behavior is on configured new, where repo presets, packets, and Codex project/profile defaults matter most.

@galligan galligan marked this pull request as ready for review June 16, 2026 17:16

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 55b3033e41

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".



def _changed_files(cwd: str) -> list[str]:
raw = _git(cwd, "status", "--porcelain=v1", "-uno")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include untracked files in dirty history detection

When a lane's cwd only has newly created files, git status --porcelain=v1 -uno reports no paths because -uno selects the no mode for untracked files (git status -h documents -u modes as all, normal, no). That makes history --changed omit lanes where an agent only added new files, and the overview's dirty/changed-file facts incorrectly show the worktree as clean in that common case.

Useful? React with 👍 / 👎.

@galligan galligan force-pushed the feat/dispatch-0.8.0-history-config-completions branch from 55b3033 to 973a8b9 Compare June 16, 2026 17:23
@galligan galligan merged commit 6b01ac4 into main Jun 16, 2026
5 checks passed
@galligan galligan deleted the feat/dispatch-0.8.0-history-config-completions branch June 16, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant