Codex tooling, multimodal models, openrsync #34
Today's Letter
- OpenAI docs list Apply Patch tool for Codex
- StepFun, Step-3.7-Flash on Hugging Face
- openrsync, BSD-licensed rsync implementation published
OpenAI docs list Apply Patch tool for Codex
- OpenAI developer docs list `Apply Patch` under Tools in the API and Codex documentation navigation
- The same docs surface Codex-specific sections for sandboxing, subagents, workflows, review, automations, worktrees, and local environments
- The navigation also groups shell, local shell, image generation, code interpreter, file search, and web search as available tool categories
- Codex documentation is split across app, IDE extension, CLI, web, integrations, security, configuration, and administration areas
- The docs page shown in the snapshot also marks `GPT-5.5` as latest, while the provided entity set references `GPT-5.1`
- The material confirms documentation availability, but does not include a separate release note, pricing update, or rollout date in the provided source
Source: developers.openai.com
More: news.hada.io · i.redd.it · v.redd.it
StepFun, Step-3.7-Flash on Hugging Face

- StepFun published `stepfun-ai/Step-3.7-Flash` on Hugging Face, listed as an `image-text-to-text` multimodal model
- The repository was created on 2026-05-23 and last modified on 2026-05-29, according to the Hugging Face model page
- The model is tagged for `transformers`, `vision-language`, `multimodal`, `moe`, and `conversational` use, with `custom_code` enabled
- The page shows `library_name: transformers` and includes example references to `AutoModelForCausalLM` and `vLLM` in the model metadata
- License is `Apache-2.0`, with the repository marked public, ungated, and available in the US region tag set
- Hugging Face page metrics showed 7,638 downloads and 150 likes at capture time
- The model card lists benchmark entries of 56.3 on SWE-bench Pro and 48.1 on HLE with tools, both marked unverified on the page
- The release adds another large multimodal model checkpoint to Hugging Face with standard open model distribution and framework compatibility
Source: huggingface.co
More: static.stepfun.com
openrsync, BSD-licensed rsync implementation published
- `openrsync` is a BSD-licensed implementation of `rsync`, maintained by OpenBSD developer Kristaps Dzonsons and merged into the OpenBSD base system.
- The project targets compatibility with modern `rsync`; the repository says testing uses `rsync 3.1.3`, and any peer that supports protocol `27` should work.
- The implementation supports only a subset of `rsync` command-line arguments rather than full flag parity with the upstream tool.
- OpenBSD is the officially supported OS, but the repository includes portability glue so it can compile and run on other Unix systems.
- Canonical documentation is provided through the manual pages `openrsync(1)`, `rsync(5)`, and `rsyncd(5)`, with protocol details intended to be sufficient for other implementations.
- The repository states that development originated as part of the `rpki-client` project, an RPKI validator for OpenBSD.
- Funding credits listed in the README include NetNod, IIS.SE, SUNET, and 6connect.
- Installation on an up-to-date Unix system is documented as `./configure`, `make`, and `make install`, and the project says it can coexist with an existing `rsync` install without file collisions.
Source: github.com
More: news.hada.io · rsync.samba.org
Jocoletter curates AI, software, and product trends for developers and builders.
#OpenAI #OpenBSD #StepFun