codeoid-protocol 0.2.0

Wire protocol types for the Codeoid daemon — serde-compatible Rust port of src/protocol/types.ts.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0]https://github.com/saucam/codeoid-ui/compare/codeoid-protocol-v0.1.1...codeoid-protocol-v0.2.0 - 2026-07-13

### Added

- show the isolated-worktree branch in the TUI session title ([#24]https://github.com/saucam/codeoid-ui/pull/24)
- show fork lineage in the TUI session title ([#23]https://github.com/saucam/codeoid-ui/pull/23)
- adopt scrollback.paging — tail-first attach + scroll-up history backfill ([#21]https://github.com/saucam/codeoid-ui/pull/21)
- surface session fork in the TUI (/fork [backend]) ([#17]https://github.com/saucam/codeoid-ui/pull/17)
- multi-provider sessions — /provider switch, /new --provider, backend tags ([#15]https://github.com/saucam/codeoid-ui/pull/15)
- provider extension surface — dialogs, dynamic commands, rich parts rendering ([#14]https://github.com/saucam/codeoid-ui/pull/14)

### Fixed

- model catalog follows the session's backend (TUI) ([#22]https://github.com/saucam/codeoid-ui/pull/22)