feat(cli): add ironclaw channels list subcommand (#933)

This commit is contained in:
Reid
2026-03-12 03:43:17 -07:00
committed by GitHub
parent 269b3f462f
commit 5d9d17bf71
6 changed files with 303 additions and 1 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ This document tracks feature parity between IronClaw (Rust implementation) and O
| `tui` | ✅ | ✅ | - | Ratatui TUI |
| `config` | ✅ | ✅ | - | Read/write config plus validate/path helpers |
| `backup` | ✅ | ❌ | P3 | Create/verify local backup archives |
| `channels` | ✅ | | P2 | Channel management |
| `channels` | ✅ | 🚧 | P2 | `list` implemented; `enable`/`disable`/`status` deferred pending config source unification |
| `models` | ✅ | 🚧 | - | Model selector in TUI |
| `status` | ✅ | ✅ | - | System status (enriched session details) |
| `agents` | ✅ | ❌ | P3 | Multi-agent management |