Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
---
|
|
version: 1.4.3
|
|
date: 2026-01-04
|
|
title: Run prompts across multiple models in parallel
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- VS Code extension: added Agent Manager panel to run the same prompt across up to 5 models in parallel (thanks to @wienans).
|
|
- Added permission prompt UI for tools configured with "ask" in opencode.json, showing requested patterns and "Always Allow" options (thanks to @aptdnfapt).
|
|
- Added "Open subAgent session" button on task tool outputs to quickly navigate to child sessions (thanks to @aptdnfapt).
|
|
|
|
### Improvements
|
|
- VS Code extension: improved activation reliability and error handling.
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Added Agent Manager panel to run the same prompt across up to 5 models in parallel (thanks to @wienans).
|
|
- Added permission prompt UI for tools configured with "ask" in opencode.json, showing requested patterns and "Always Allow" options (thanks to @aptdnfapt).
|
|
- Added "Open subAgent session" button on task tool outputs to quickly navigate to child sessions (thanks to @aptdnfapt).
|
|
|
|
### Improvements
|
|
- Improved activation reliability and error handling.
|