Skip to content

v1.1.0 — CLI Package & One-Line Install

Choose a tag to compare

@TheStack-ai TheStack-ai released this 02 Mar 16:57
· 19 commits to main since this release

What's New

mrstack CLI 패키지 추가

이제 한 줄로 설치할 수 있습니다:

uv tool install mrstack    # 또는 pip install mrstack
mrstack init               # 인터랙티브 설정 마법사
mrstack start              # 봇 시작

CLI Commands

Command Description
mrstack init 인터랙티브 설정 마법사
mrstack start 봇 시작 (foreground)
mrstack start --bg 봇 시작 (background)
mrstack stop 봇 중지
mrstack daemon 시스템 데몬 등록 (launchd/systemd)
mrstack status 상태 확인
mrstack logs [-f] 로그 보기
mrstack config .env 설정 편집
mrstack jarvis on/off Jarvis 모드 토글
mrstack patch Mr.Stack 모듈 재설치
mrstack update 최신 버전 업데이트
mrstack version 버전 정보

Other Changes

  • 플랫폼 추상화 레이어 (src/jarvis/platform.py) — Linux/Windows 기초 지원
  • pyproject.toml + hatchling 빌드 시스템
  • README 업데이트 (설치 방법 3가지)

Install

# PyPI (NEW)
uv tool install mrstack

# pip
pip install mrstack

# git clone (기존 방식)
git clone https://github.com/whynowlab/mrstack.git
cd mrstack && ./install.sh

Full Changelog: v1.0.0...v1.1.0