Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ Roomote 1.9 brings a native Telegram experience for Fast work, direct pull reque
- Voice conversations follow active coding tasks more consistently during calls and render transcript whitespace cleanly.
- Automation reports use consistent default destinations across communication providers, while Fast widgets and their shareable links remain available across providers and resumed background turns.

## 1.8.1 (2026-09-14)

Roomote 1.8.1 restores Azure-backed delegated coding tasks and reliable Fast skill lookups on OpenAI models.

### Highlights

- Run delegated coding tasks through Azure providers without inference-gateway authentication failures.
- List and load Fast skills reliably when OpenAI models supply optional tool arguments.

### Patch changes

- Delegated coding tasks using Azure OpenAI or Azure AI Foundry now authenticate through the inference gateway instead of failing before the provider request begins.
- Fast `list_skills` and `load_skill` now tolerate null and filler optional arguments, return useful validation errors, and keep packaged and instance skills available when an optional scoped source fails.

## 1.8.0 (2026-09-11)

Roomote 1.8 adds a durable automation results inbox, private personalization, more flexible setup and environments, and faster independent delegated work.
Expand Down
Loading