Skip to content

Commit 3d95774

Browse files
authored
Merge pull request #7 from understudy-ai/codex/release-v0.1.3
chore: release v0.1.3
2 parents 48b14f2 + 3f6ac4d commit 3d95774

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## 0.1.3 — 2026-03-13
8+
9+
Add MiniMax as a built-in model provider and clarify teach privacy / contributor documentation.
10+
711
## 0.1.2 — 2026-03-13
812

913
Align GitHub Actions trusted publishing with npm's current Node.js and npm CLI requirements.

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function resolveConfigPathFromArgv(argv: string[]): string | undefined {
5656
program
5757
.name("understudy")
5858
.description("Understudy — The teachable GUI agent runtime")
59-
.version("0.1.2");
59+
.version("0.1.3");
6060

6161
program
6262
.command("chat")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@understudy-ai/understudy",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Local-first teachable GUI agent runtime with gateway, web UI, channels, and tools",
55
"keywords": [
66
"agent",

0 commit comments

Comments
 (0)