1471cad4c19401bc0ed5cc196fb195ce17abb17b
Wires shell completion for all 4 shells via Cobra's built-in generators. Covers the remaining item from the implementation status checklist. Adds: - internal/cmd/completion.go: cobra.GenXxxCompletion wrappers with usage examples for each shell - 5 new integration tests in cmd/molecule/molecule_test.go: - TestCLI_Completion_Help (4 shells × help flag) - TestCLI_Completion_GeneratesScript (4 shells × script output) - TestCLI_Completion_InvalidShell (exit code 2 on bad shell) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
molecule-cli (molecli)
Go TUI dashboard for Molecule AI — real-time workspace monitoring, event log, health overview, delete/filter operations.
Install
go install github.com/Molecule-AI/molecule-cli/cmd/molecli@latest
Or download a binary from Releases.
Usage
export MOLECLI_URL=http://localhost:8080 # or your platform URL
molecli
Features
- Real-time workspace status (online/offline/degraded/paused)
- Event log with filtering
- Workspace CRUD operations
- Agent session management
- Memory/skill inspection
- A2A chat interface
License
Business Source License 1.1 — © Molecule AI.
Description
Languages
Go
100%