Go to file
Molecule AI SDK-Dev 47b2804516 test(cli): add integration tests and fix CI workflow
- Add 24 integration tests in cmd/molecule/molecule_test.go covering
  all 18 subcommands (workspace, agent, platform, config) including
  error paths for not-found and missing-arg cases
- Tests use httptest mock server; binary built per-test with correct
  repo root for go build ./cmd/molecule
- Fix release.yml: correct binary name (molecule not molecli), correct
  package path (./cmd/molecule not ./cmd/molecli)
- Add test job (go mod tidy + vet + test) to release.yml, runs on
  every PR touching Go files
- Release job gated on test job; conditional on v* tag push
- Mark KI-005 resolved in known-issues.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 10:12:28 +00:00
.claude docs: add CLAUDE.md, known-issues.md, and .claude/settings.json (#2) 2026-04-20 23:10:40 +00:00
.github/workflows test(cli): add integration tests and fix CI workflow 2026-04-21 10:12:28 +00:00
cmd/molecule test(cli): add integration tests and fix CI workflow 2026-04-21 10:12:28 +00:00
internal feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
.gitignore chore: gitignore credentials for molecule-cli 2026-04-16 09:18:55 -07:00
CLAUDE.md docs: expand CLAUDE.md with full command reference, output formats, Homebrew tap 2026-04-21 00:53:51 +00:00
go.mod feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
go.sum feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
known-issues.md test(cli): add integration tests and fix CI workflow 2026-04-21 10:12:28 +00:00
README.md feat: initial CLI (extracted from molecule-monorepo/platform/cmd/cli) 2026-04-16 03:15:58 -07:00

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.