Release Notes
New features, improvements, and fixes in each CoderFlow release, newest first. To update your server, open Server Administration → Health and use Check for Updates.
0.12.145 — July 21, 2026
Added
- Environment repositories hosted on GitHub now show an "Open on GitHub" link in the repository editor.
Improved
- The task page's pin control now matches the dashboard tiles: a single pin icon that opens a Snooze… / Unpin menu once the task is pinned, replacing the separate snooze clock icon.
- Resubmitting a task now offers the same searchable branch picker used elsewhere, collapsed to "Same as original" by default.
Fixed
- The mobile dashboard's section tabs no longer crowd together or truncate when the Snoozed tab is present; each tab now stacks its count above its label and the row scrolls when space runs out.
- Returning to the dashboard from an environment page now keeps the environment you had selected.
0.12.144 — July 21, 2026
Added
- Pinned tasks and objectives can now be snoozed until a quick preset or custom date and time, moving them to a dedicated Snoozed view before they return to Pinned automatically. An optional profile setting can show a browser notification when they return while the dashboard is open.
Fixed
- Deploy quick actions now include environment variables from the selected deployment profile, so deployments that depend on those variables no longer fail.
0.12.142 – 0.12.143 — July 19, 2026
Added
- Docs Hosting: publish a repository's docs folder as a hosted, searchable documentation site. Configure it per repository in the environment's repo editor (folder, branch, and public or authenticated access), then publish on demand — including from a new Publish Docs quick action on the home page — or automatically through an automation. Each repository shows its publish status with links to the build task.
- Kimi K3 is available in the model catalog, with managed OAuth device sign-in.
- A "Require Branch Selection" environment setting that prompts you to choose a branch before launching work. When enabled, submitting a task, staging, running tests or a deploy, or opening a terminal or VS Code asks you to pick a branch and then continues the original action automatically once you've chosen. An inline warning appears if no repositories participate in branch selection.
- Optional compact fork handoffs, plus a chip on forked tasks showing whether a fork used a compact handoff or a full history replay — the compact handoff opens in a viewer you can read and maximize.
Improved
- Forking a task now shows live stage-by-stage progress in a modal, with a per-stage checklist, an elapsed timer, and a Retry option if a step fails. Dismiss the modal to keep the fork running in the background, tracked by a clickable status toast.
Fixed
- Editing a markdown file in the Changed Files editor or file browser now preserves the rest of the file's formatting, so a small change no longer produces a large spurious diff.
- The Environment Management page keeps its URL in sync with the selected environment and tab, so deep links and browser reloads no longer snap you back to a different environment.
- Dragging files onto the Objective editor's Instructions field now works — documents, and mixed image-and-document drops, are attached instead of being discarded.
- Codex Bash command entries in the activity feed no longer stay stuck and unexpandable after follow-up runs.
0.12.141 — July 16, 2026
Added
- A new "IBM i Build & Compilation" standard instruction you can enable per environment, guiding agents to build with codermake from the sources in your workspace instead of compiling manually or pulling source from the IBM i host.
0.12.140 — July 15, 2026
Added
- A guided setup wizard for IBM i reference-app environments after import, walking you step by step through configuration with saved progress, a host picker, inline validation, and a live installation log. It includes a built-in save-file (SAVF) installer that streams progress as it runs.
Fixed
- Environment editing now reliably tracks unsaved changes, so you're warned before navigating away with edits you haven't saved.
0.12.139 — July 13, 2026
Fixed
- Fixed bug in Generate IBM i Build Rules tool causing failure to pick up on some RPGLE
/COPYand/INCLUDEsources.
0.12.135 – 0.12.138 — July 12, 2026
Added
- Task activity is attributed to the person who submitted each prompt, and tasks with prompts from multiple people can be filtered by submitter.
- A Home link in the task page's floating header, so you can navigate back to the board from anywhere on the page.
- A Release Notes link on the Server Administration version card, next to the update check.
- GPT-5.6 Codex is available in the model catalog.
Improved
- Agent Activity type filters are now multi-select toggles — combine chips (e.g. Prompts + Responses) to view several entry types together in chronological order.
- Ask CoderFlow responses no longer force the view to the bottom while streaming: scroll up to read at your own pace, then use the new "Jump to latest" button to catch up.
- The Server Version card on the Server Administration Health tab appears immediately, without waiting for the slower health metrics to load, and stays visible even if metrics fail.
Fixed
- Dragging task cards in the Objectives view no longer intermittently aborts and opens the task page instead, and completing a drag no longer opens the dragged task.
- Editing an external connection on environments created via git or zip import no longer silently fails.
- Launching, resubmitting, or forking multi-agent objectives no longer carries one agent's model and effort settings over to a different agent's task.
0.12.132 – 0.12.134 — July 8, 2026
Added
- Swimlane Board view on the task board, driven by custom set-list fields, with lane setup in Environment Settings.
- Custom task detail fields, definable per environment, shown in the Task Details card.
- Task detail field search on the task board — type
field:valuetokens (e.g.status:failed) or use the filter builder dialog, which constructs the query for you with no syntax to memorize. - User-controllable sorting on the front-page task board.
- Live container run-state (started/stopped) shown on the task board.
- "Expand hidden context" and one-click "Full" view in the Changed Files diff viewer.
- Changed-files filtering and IBM i changed-objects visibility on the task page.
- Searchable pagination for long branch option lists.
- Grok 4.5 is available in the model catalog.
Improved
- Default board stages are simplified to match the CoderFlow task lifecycle.
- The board is horizontally scrollable, and home custom fields lay out inline.
- The dashboard search field-filter dialog is now mobile friendly.
- Integration-backed search fields are only offered when the integration is configured.
- Custom-field dropdowns use the standard select control throughout.
- The Latest Update panel has a dedicated expand/collapse button in its top-right corner. Clicking the panel contents still expands it but no longer collapses it, so you can highlight and copy text without the panel closing.
- Clearer task search placeholder text.
Fixed
- Dragging tasks out of the Unassigned lane in the Board view no longer fails intermittently.
- The container run-state badge now appears reliably, including for test, deploy, and restored tasks.
- The All tab no longer renders empty under the Status sort.
- The per-file "Full" diff expander toggle works correctly.
- Mobile More Actions and Share sheets no longer close when tapping inside the menu.
- The Unified/Split toggle stays reachable when a changed file is maximized.
- Setup-repo pulls no longer get stuck after an interrupted rebase.
- Improved theme contrast for accessibility (WCAG), including inline code in dark mode and diff controls.