Skip to content

Commit 0bbf9a4

Browse files
committed
refac
1 parent 2e08527 commit 0bbf9a4

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.19] - 2026-07-31
9+
10+
### Changed
11+
12+
- 🌐 **Open WebUI setup is clearer.** The gateway setup snippet now includes the user details Open WebUI can pass along, making connected chats easier to recognize.
13+
- 🧰 **Action labels are easier to follow.** Connected chats and Claude Code now show names that better match the action being taken.
14+
- 🤖 **Codex asks before taking more actions in Auto mode.** Auto approval now follows the same review path as ask-first sessions, so approval prompts appear more consistently.
15+
16+
### Fixed
17+
18+
- 💬 **Chats recover better when a model service is busy.** If a connection asks Computer to try again before anything has started, Computer now waits the requested time and retries instead of failing right away.
19+
- 🧰 **Claude Code progress stays accurate.** Action details are kept together from start to finish, including when Claude Code only reports the final action.
20+
821
## [0.9.18] - 2026-07-31
922

1023
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cptr"
3-
version = "0.9.18"
3+
version = "0.9.19"
44
description = "Your computer, from anywhere. Code, manage, and control your machine from the web."
55
license = {file = "LICENSE"}
66
readme = "README.md"

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)