Skip to content

Commit 75532f6

Browse files
authored
release: 1.0.0-beta.20 (Video Studio, app security analyzer, provenance sandbox tiers, mac .app revival) (#1576)
1 parent 2e650be commit 75532f6

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Versions follow semver beta: `1.0.0-beta.N`, bumped on each dev->master promotio
77

88
## [Unreleased]
99

10+
## [1.0.0-beta.20] - 2026-07-03
11+
12+
### Added
13+
- Video Studio: a new AI video-generation studio. Describe a scene, pick a resolution and duration, and generate a clip on any discovered video backend (WanGP / Wan 2.1). Generated clips land in a library with inline playback, download and delete (#1572).
14+
- App Studio: a static security analyzer now scans AI-authored app source before install. It runs server-side on every install regardless of how the package was submitted or its type, flags risky patterns (unvalidated postMessage origins, storage exfiltration, code that executes strings), and blocks an install outright on a critical finding. App Studio's Publish view surfaces findings while the app is still just generated text (#1573).
15+
- Security: app capabilities are now keyed to provenance. First-party apps keep the full capability set; AI-generated and user-uploaded apps are ceilinged to notifications and their own window; unknown-provenance apps get nothing until the user grants more (#1574).
16+
17+
### Fixed
18+
- The macOS .app build works against current dependencies again, and its SPA static layout is resolved correctly whether or not the frontend build nests its output (#1557).
19+
1020
## [1.0.0-beta.19] - 2026-07-03
1121

1222
### Added

desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyagentos-desktop",
33
"private": true,
4-
"version": "1.0.0-beta.19",
4+
"version": "1.0.0-beta.20",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tinyagentos"
7-
version = "1.0.0-beta.19"
7+
version = "1.0.0-beta.20"
88
description = "Self-hosted AI agent memory system for low-power hardware"
99
license = { file = "LICENSE" }
1010
# Upper-capped at <3.14 because litellm (the proxy extra, the agent/model proxy

tinyagentos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0-beta.19"
1+
__version__ = "1.0.0-beta.20"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)