Skip to content

Commit fbce735

Browse files
committed
chore: release 1.6.0
1 parent a18c17a commit fbce735

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to Automatic are documented here.
44

55
## [Unreleased]
66

7+
## [1.6.0] - 2026-05-03
8+
9+
### Added
10+
11+
- Add multi-agent abstraction layer and active agent selector. (`da5fb26`)
12+
- Add OpenAI provider and agent label in task log. (`dd81a08`)
13+
- Add GitHub Models provider. (`439b71d`)
14+
- Add Z.ai provider. (`5c310fc`)
15+
- Add OpenCode Zen provider. (`9797846`)
16+
- Add Cloudflare Workers AI provider. (`11d02ab`)
17+
- Per-agent model selection in Settings and updated OpenAI model list. (`a6dafde`)
18+
- Add Cloudflare AI Gateway routing for Anthropic and Workers AI. (`8eb5b34`)
19+
- Extend AI Gateway support to OpenAI. (`a18c17a`)
20+
21+
### Fixed
22+
23+
- Show all agents in active agent selector; use codex icon for OpenAI. (`61b0de0`)
24+
- Style model selector dropdown to match app UI. (`c000d25`)
25+
726
## [1.5.2] - 2026-05-02
827

928
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "automatic",
33
"private": true,
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automatic"
3-
version = "1.5.2"
3+
version = "1.6.0"
44
description = "Manage your AI dependencies"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Automatic",
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"identifier": "com.velvet.automatic",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)