Skip to content

Tags: rohansx/workz

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: lazygit-style TUI dashboard (v0.8.0)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: range-based port allocation + framework-aware env vars (v0.7.1)

- Port ranges: each worktree gets a 10-port block (3000-3009, 3010-3019, etc.)
  configurable via [isolation] port_range_size in .workz.toml
- Framework detection: auto-detects 14 web frameworks from project files
  (Next.js, Vite, Express, NestJs, Django, Flask, FastAPI, Spring Boot, etc.)
- Framework-specific env vars: SERVER_PORT (Spring), FLASK_RUN_PORT (Flask),
  UVICORN_PORT (FastAPI), VITE_PORT (Vite) written alongside PORT
- MCP server: workz_start tool now accepts isolated parameter
- Backward compatible with existing ports.json (port_count defaults to 1)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: add --isolated environment isolation (v0.7.0)

- workz start --isolated auto-assigns PORT, DB_NAME, COMPOSE_PROJECT_NAME,
  REDIS_URL per worktree and writes .env.local — zero config required
- Port registry at ~/.config/workz/ports.json tracks allocations, avoids conflicts
- workz done --cleanup-db drops the PostgreSQL database on teardown
- workz status shows PORT column for isolated worktrees
- Shell completions updated for zsh/bash/fish
- ROADMAP updated: positions workz as open-source Conductor alternative for Linux

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: add workz serve web dashboard

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: add fleet mode for parallel AI agent orchestration

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: add MCP server with 6 tools for AI agent orchestration

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: v0.3 - status, clean --merged, IDE sync, more AI tools

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
feat: add workz sync command for existing worktrees

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
bump to patched version

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rohansx Rohan Sharma
bump to patched version