Skip to content

Commit e194527

Browse files
arimxyerclaude
andcommitted
Bump version to 0.11.0
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 2c798bb commit e194527

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modelsdev"
3-
version = "0.10.2"
3+
version = "0.11.0"
44
edition = "2021"
55
description = "A fast TUI and CLI for browsing AI models, benchmarks, and coding agents"
66
license = "MIT"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ TUI and CLI for browsing AI models, benchmarks, and coding agents.
1818
1919
## What's New
2020

21-
- **Status tab** — live provider health monitoring with incidents, maintenance, and grouped services for 21+ providers
21+
- **Status tab** — live provider health monitoring with incidents, maintenance, and customizable provider tracking
22+
- **Agent service health** — live operational status from provider status pages in the agents detail panel and CLI
2223
- **Scrollable detail panels** — Models and Benchmarks detail panels are now navigable and scrollable
23-
- **Models tab redesign** — capability indicators, adaptive provider panel, and detailed model info at a glance
24-
- **Benchmark compare mode** — head-to-head tables, scatter plots, and radar charts for selected models
25-
- **Benchmarks CLI** — list and inspect benchmark data directly from the terminal
26-
- **Linux packages** — native .deb and .rpm packages for x86_64 and aarch64
27-
- **Agents CLI** — track agent releases, view changelogs, and compare versions from the terminal
24+
- **CLI revamp** — all three inline pickers (models, benchmarks, agents) redesigned with side-by-side layouts and rich previews
25+
- **Benchmarks CLI** — query benchmark data directly from the terminal with interactive picker and JSON output
2826

2927
## Features
3028

@@ -40,8 +38,10 @@ TUI and CLI for browsing AI models, benchmarks, and coding agents.
4038
- **Curated catalog** of 12+ AI coding assistants
4139
- **Version detection** — automatically detects installed agents
4240
- **GitHub integration** — stars, releases, changelogs, update availability
41+
- **Service health** — live operational status from provider status pages for mapped agents
4342
- **Styled changelogs** — markdown rendering with syntax highlighting in the detail pane
4443
- **Changelog search** — search across changelogs with highlighted matches and `n`/`N` jump-to-match
44+
- **Scrollable detail panel** — navigate and scroll release metadata, service health, and changelogs
4545
- **Persistent cache** — instant startup with ETag-based conditional fetching
4646
- **Customizable tracking** — choose which agents to monitor
4747

@@ -62,7 +62,7 @@ TUI and CLI for browsing AI models, benchmarks, and coding agents.
6262
- **Customizable tracking** — choose which providers to monitor (press `a` to open the tracking picker)
6363

6464
### Agents CLI
65-
- **Status table** — see installed vs latest version, 24h release indicator, and release frequency at a glance
65+
- **Status table** — see installed vs latest version, 24h release indicator, release frequency, and live service health icons at a glance, sorted by most recently updated
6666
- **Inline release browser**`agents <tool>` opens an interactive version browser with changelog preview
6767
- **Changelogs** — view release notes for any agent by name, latest version, or explicit version
6868
- **Tracked-agent manager**`agents list-sources` can now manage which curated agents are tracked from the CLI

0 commit comments

Comments
 (0)