release: v2.70.0
This commit is contained in:
parent
afe0574a23
commit
4b671fba0f
9 changed files with 22 additions and 9 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.70.0] - 2026-04-10
|
||||
|
||||
### Added
|
||||
- **mcp-server**: expose ask_user_questions via elicitation
|
||||
|
||||
### Fixed
|
||||
- **pi-ai**: remove Anthropic OAuth flow for TOS compliance
|
||||
- **mcp-server**: hydrate model credentials into env
|
||||
- **mcp-server**: hydrate stored tool credentials on startup
|
||||
- **gsd**: auto-enable cmux when detected instead of prompting
|
||||
- **mcp-server**: URL scheme regex no longer matches Windows drive letters
|
||||
|
||||
## [2.69.0] - 2026-04-10
|
||||
|
||||
### Added
|
||||
|
|
@ -2684,7 +2696,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
### Changed
|
||||
- License updated to MIT
|
||||
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.69.0...HEAD
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.70.0...HEAD
|
||||
[2.70.0]: https://github.com/gsd-build/gsd-2/compare/v2.69.0...v2.70.0
|
||||
[2.69.0]: https://github.com/gsd-build/gsd-2/compare/v2.68.1...v2.69.0
|
||||
[2.68.1]: https://github.com/gsd-build/gsd-2/compare/v2.68.0...v2.68.1
|
||||
[2.68.0]: https://github.com/gsd-build/gsd-2/compare/v2.67.0...v2.68.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-arm64",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD native engine binary for macOS ARM64",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-x64",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD native engine binary for macOS Intel",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-arm64-gnu",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-x64-gnu",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD native engine binary for Linux x64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-win32-x64-msvc",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
||||
"os": [
|
||||
"win32"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gsd-pi",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "GSD — Get Shit Done coding agent",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd/pi-coding-agent",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"description": "Coding agent CLI (vendored from pi-mono)",
|
||||
"type": "module",
|
||||
"piConfig": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@glittercowboy/gsd",
|
||||
"version": "2.69.0",
|
||||
"version": "2.70.0",
|
||||
"piConfig": {
|
||||
"name": "gsd",
|
||||
"configDir": ".gsd"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue