Skip to content

Releases: colbymchenry/devpit

v0.1.12

06 Apr 14:18

Choose a tag to compare

DevPit v0.1.12

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • 94abbda Release v0.1.12
  • 601fec7 Standardize spelling to American English "canceled" and copy README to npm package

v0.1.11

06 Apr 14:10

Choose a tag to compare

DevPit v0.1.11

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • 4883a88 Add TUI dashboard — bubbletea-based interactive UI for dp
  • ce46ef1 Add comprehensive README documentation with TUI dashboard and custom workflows
  • 48d6e04 Add follow-up task queue system with session resumption
  • 6decb37 Add workflow editor with inline step editing and validation
  • 8d77724 Enhance TUI with color output, fix pipeline status bugs
  • 4456bf4 Fix TUI crashes and add missing setup-agents templates
  • 2c47088 Merge remote-tracking branch 'origin/main'
  • f554a34 Release v0.1.10
  • 25ae58e Release v0.1.11
  • d8300ff Replace setup-agents with create command and add custom workflow support
  • 0fdc24e Update README.md
  • 98e0eaf Update binary executable

v0.1.9

02 Apr 17:11

Choose a tag to compare

DevPit v0.1.9

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

v0.1.8

02 Apr 17:03

Choose a tag to compare

DevPit v0.1.8

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • c4a7bdc Fix npm publish by allowing same version in release workflow
  • 7f73764 Release v0.1.8

v0.1.7

02 Apr 16:58

Choose a tag to compare

DevPit v0.1.7

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • 85fd7f6 Fix golangci-lint CI failures (gosec, misspell, unparam)
  • 6123d24 Release v0.1.7

v0.1.6

02 Apr 16:49

Choose a tag to compare

DevPit v0.1.6

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • 2f82240 Release v0.1.6
  • a6b5370 Strip gastown infrastructure — keep only pipeline core

v0.1.5

02 Apr 16:27

Choose a tag to compare

DevPit v0.1.5

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

v0.1.4

02 Apr 08:02

Choose a tag to compare

DevPit v0.1.4

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • 60d13a1 Fix setup-agents tmux command length limit

v0.1.3

02 Apr 07:44

Choose a tag to compare

DevPit v0.1.3

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Features

  • cf3055c Merge PR gastownhall#1195: feat(dashboard): show convoy titles alongside IDs
  • 734320f Merge PR gastownhall#1353: feat(dashboard): add agent terminal preview in Sessions panel
  • fdea6ba Merge PR gastownhall#1354: feat(dashboard): add mail threading to inbox
  • f912bcc Merge PR gastownhall#1360: feat(dashboard): add toast notifications and escalation actions
  • e2eb1ea Merge PR gastownhall#1362: feat(dashboard): add mobile-friendly responsive layout
  • dcee383 Merge PR gastownhall#1363: feat(dashboard): add rich activity timeline with filtering
  • 65941ff Merge PR gastownhall#1481: feat(sling): validate target path format before dispatch
  • 390893e Merge PR gastownhall#1483: feat(witness): detect and auto-dismiss stalled polecat permission prompts
  • 0aaeb24 Merge PR gastownhall#1747: feat: config-driven capacity scheduler with deferred polecat dispatch
  • 4d4e8cb Merge PR gastownhall#1820: feat(convoy): implement stage & launch commands
  • 4f3d6a7 Merge PR gastownhall#1827: feat(telemetry): add OpenTelemetry observability for gt, bd, and Claude Code
  • 8100e4c Merge PR gastownhall#1832: feat: file-based event channel system (await-event + emit-event)
  • 0d9658b Merge PR gastownhall#1859: feat: add gt deacon pending command for AI-based spawn observation
  • 0d264b2 Merge PR gastownhall#2019: feat(doctor): make env-vars check auto-fixable via gt doctor --fix
  • 3203d06 Merge PR gastownhall#2199: feat(otel): P0 work context injection + agent conversation streaming
  • db400fe Merge PR gastownhall#2241: feat: add --agent override to gt formula run (GH#2118)
  • 050f40a Merge PR gastownhall#2244: feat: per-town tmux socket isolation (opt-in via GT_TMUX_SOCKET=auto)
  • 06987c1 Merge PR gastownhall#2245: feat: gt status shows dolt data-dir and tmux socket/PID
  • 98a2d06 Merge PR gastownhall#2370: feat(daemon): opt-in pressure checks before agent spawns
  • 4ba154a Merge PR gastownhall#2398: feat(convoy): add --base-branch support to convoy create
  • 92ab22d Merge PR gastownhall#2466: feat: add gt plugin sync to auto-deploy plugins after build
  • 43ead39 Merge PR gastownhall#2580: feat: add Witness dispatch message types
  • 207f1a5 Merge PR gastownhall#2609: feat: add merge_strategy config to refinery (direct vs PR mode)
  • 5dc606f Merge PR gastownhall#2633: feat: event-driven polecat lifecycle with FIX_NEEDED feedback loop
  • 2eebe50 Merge PR gastownhall#2674: feat(mail): auto-nudge agents to reply via mail rather than in chat
  • 74f19f8 Merge PR gastownhall#2676: feat: use --reference for submodule init in worktrees
  • 4feaa54 Merge PR gastownhall#2681: feat: add gt assign command
  • 9a0f74c Merge PR gastownhall#2688: feat: infer rig from crew member name across all crew commands
  • 41c41e5 Merge PR gastownhall#2699: feat: auto-push submodule changes before parent repo push in gt done
  • a4f99b5 Merge PR gastownhall#2740: feat: repo-sourced rig settings + polecat test awareness
  • ce95c27 Merge PR gastownhall#2775: feat: add handler (dog dispatch) to daemon.json lifecycle defaults
  • 6a4d74f Merge PR gastownhall#2916: feat: add gt wl show command (gastownhall#2792)
  • 801af44 Merge PR gastownhall#2986: feat: unique polecat names across rigs via global namepool (gas-21k)
  • 198f0fd Merge PR gastownhall#3011: feat(refinery): add auto_push config to control post-merge push
  • 53288ff Merge PR gastownhall#407: feat(rig): add push_url config for read-only upstream repos
  • 2c2824d Merge PR gastownhall#420: feat(rig): sort rig list by activity with LED indicators
  • e45fc4e Merge PR gastownhall#673: feat(mq): add --verify flag to detect orphaned merge queue entries
  • 0f7be92 Merge PR: feat(convoy): auto-append validation bead as final wave when staging epics (gt-m65)
  • 317c960 Merge PR: feat(formula): add inline eval/smoke-test bead creation to mol-idea-to-plan (gt-bxx)
  • a6829ee Merge: feat: add automated response actions to doctor dog health monitor (gt-nek89)
  • d3a84d5 Revert "Merge PR gastownhall#1747: feat: config-driven capacity scheduler with deferred polecat dispatch"
  • 220ddfc Revert "Merge PR gastownhall#1859: feat: add gt deacon pending command for AI-based spawn observation"
  • bb092d7 Revert "feat(crew): cycle across all rigs with C-b n/p"
  • 4a04feb Revert "feat(sling): auto-pour protos when --var provided"
  • ba720fb Revert "feat: add gt commit command with agent identity trailers (bd-luso)"
  • a2fbf4b Revert "feat: implement 5 P2 infrastructure packages (hooks, monitoring, workspace, templates, plan)"
  • 7f6fe53 feat(account): add gt account switch command
  • bfa042a feat(acp): case-insensitive and multi-line propulsion trigger detection (gt-bu1)
  • 30a9106 feat(acp): refactor runKeepAlive for testability and add propulsion suppression (gt-58p)
  • a6ae2c6 feat(backoff): Add gt agent state command and await-signal idle tracking
  • 6b895e5 feat(bead): add 'gt bead show' subcommand
  • cd347df feat(bead): add 'read' as alias for 'show' subcommand
  • cd429fe feat(beads): Add TownBeadsPrefix constant for hq- prefix
  • 36301ad feat(beads): Add hq- prefix helpers for town-level beads (gt-y24km, gt-qgmyz)
  • 62354df feat(beads): Capture session_id in issue close for CV attribution
  • f011e9b feat(beads): add MR field parsing for merge-request issues
  • 07b890d feat(beads): add MRPreVerification fields to MRFields (gt-lu84)
  • 3190ff5 feat(beads): add Release function and gt release command
  • 2e59c00 feat(beads): add attachment fields for pinned beads (gt-rana.1)
  • 0cbb934 feat(beads): add built-in molecules for standard workflows
  • 7164e7a feat(beads): add channel bead type for pub/sub messaging
  • ee66c93 feat(beads): add cycle detection for molecule dependencies
  • 45ccce0 feat(beads): add cycle detection for molecule dependencies
  • 0bf68de feat(beads): add group bead type for beads-native messaging
  • 1693d08 feat(beads): add gt migrate-bead-labels command (gt-gkj02)
  • 8d444c1 feat(beads): add in-process beadsdk.Storage integration (GH#3185)
  • 0c90aa5 feat(beads): add mol-install-go-binary molecule (gt-g44u.2)
  • 007acf8 feat(beads): add molecule instantiation for workflow templates
  • a244c3d feat(beads): add queue bead type
  • 012d50b feat(beads): implement channel message retention
  • 9697007 feat(beads): migrate from types to labels for bead classification
  • 479baec feat(beads): update ReadyWithType to use bd --type flag (gt-ktf3)
  • e853ac3 feat(channels): add subscriber fan-out delivery
  • f883a09 feat(checkpoint): Add polecat session checkpoint for crash recovery (gt-441j6)
  • cc36221 feat(ci): Add GitHub Actions workflow for PRs (gt-pre9o)
  • 7804a0c feat(ci): Add GitHub Actions workflow for integration tests (gt-htlmp.5)
  • f9e788c feat(ci): Add code coverage reporting to GitHub Actions (gastownhall#246)
  • 915f77e feat(ci): Add integration test job; refactor crew startup to use beacon prompt
  • 85f8240 feat(ci): add gotestsum + JUnit test failure reporting (gastownhall#1599)
  • 618b0d9 feat(cli): add 'gt show' command for inspecting beads
  • e07eb96 feat(cli): add --version flag to gt
  • 8e972f2 feat(cli): add desire-path fixes for rig settings, crew list, mail directory
  • 21e2b72 feat(cli): show did-you-mean suggestions for unknown subcommands
  • 38bc447 feat(close): add --cascade flag to close parent and all children (GH#998)
  • 1e2a068 feat(cmd): Add --collect to handoff and --handoff to resume (gt-1le)
  • 265dbcb...
Read more

v0.1.2

02 Apr 07:41

Choose a tag to compare

DevPit v0.1.2

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

npm (Node.js):

npm install -g @colbymchenry/devpit

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Features

  • cf3055c Merge PR gastownhall#1195: feat(dashboard): show convoy titles alongside IDs
  • 734320f Merge PR gastownhall#1353: feat(dashboard): add agent terminal preview in Sessions panel
  • fdea6ba Merge PR gastownhall#1354: feat(dashboard): add mail threading to inbox
  • f912bcc Merge PR gastownhall#1360: feat(dashboard): add toast notifications and escalation actions
  • e2eb1ea Merge PR gastownhall#1362: feat(dashboard): add mobile-friendly responsive layout
  • dcee383 Merge PR gastownhall#1363: feat(dashboard): add rich activity timeline with filtering
  • 65941ff Merge PR gastownhall#1481: feat(sling): validate target path format before dispatch
  • 390893e Merge PR gastownhall#1483: feat(witness): detect and auto-dismiss stalled polecat permission prompts
  • 0aaeb24 Merge PR gastownhall#1747: feat: config-driven capacity scheduler with deferred polecat dispatch
  • 4d4e8cb Merge PR gastownhall#1820: feat(convoy): implement stage & launch commands
  • 4f3d6a7 Merge PR gastownhall#1827: feat(telemetry): add OpenTelemetry observability for gt, bd, and Claude Code
  • 8100e4c Merge PR gastownhall#1832: feat: file-based event channel system (await-event + emit-event)
  • 0d9658b Merge PR gastownhall#1859: feat: add gt deacon pending command for AI-based spawn observation
  • 0d264b2 Merge PR gastownhall#2019: feat(doctor): make env-vars check auto-fixable via gt doctor --fix
  • 3203d06 Merge PR gastownhall#2199: feat(otel): P0 work context injection + agent conversation streaming
  • db400fe Merge PR gastownhall#2241: feat: add --agent override to gt formula run (GH#2118)
  • 050f40a Merge PR gastownhall#2244: feat: per-town tmux socket isolation (opt-in via GT_TMUX_SOCKET=auto)
  • 06987c1 Merge PR gastownhall#2245: feat: gt status shows dolt data-dir and tmux socket/PID
  • 98a2d06 Merge PR gastownhall#2370: feat(daemon): opt-in pressure checks before agent spawns
  • 4ba154a Merge PR gastownhall#2398: feat(convoy): add --base-branch support to convoy create
  • 92ab22d Merge PR gastownhall#2466: feat: add gt plugin sync to auto-deploy plugins after build
  • 43ead39 Merge PR gastownhall#2580: feat: add Witness dispatch message types
  • 207f1a5 Merge PR gastownhall#2609: feat: add merge_strategy config to refinery (direct vs PR mode)
  • 5dc606f Merge PR gastownhall#2633: feat: event-driven polecat lifecycle with FIX_NEEDED feedback loop
  • 2eebe50 Merge PR gastownhall#2674: feat(mail): auto-nudge agents to reply via mail rather than in chat
  • 74f19f8 Merge PR gastownhall#2676: feat: use --reference for submodule init in worktrees
  • 4feaa54 Merge PR gastownhall#2681: feat: add gt assign command
  • 9a0f74c Merge PR gastownhall#2688: feat: infer rig from crew member name across all crew commands
  • 41c41e5 Merge PR gastownhall#2699: feat: auto-push submodule changes before parent repo push in gt done
  • a4f99b5 Merge PR gastownhall#2740: feat: repo-sourced rig settings + polecat test awareness
  • ce95c27 Merge PR gastownhall#2775: feat: add handler (dog dispatch) to daemon.json lifecycle defaults
  • 6a4d74f Merge PR gastownhall#2916: feat: add gt wl show command (gastownhall#2792)
  • 801af44 Merge PR gastownhall#2986: feat: unique polecat names across rigs via global namepool (gas-21k)
  • 198f0fd Merge PR gastownhall#3011: feat(refinery): add auto_push config to control post-merge push
  • 53288ff Merge PR gastownhall#407: feat(rig): add push_url config for read-only upstream repos
  • 2c2824d Merge PR gastownhall#420: feat(rig): sort rig list by activity with LED indicators
  • e45fc4e Merge PR gastownhall#673: feat(mq): add --verify flag to detect orphaned merge queue entries
  • 0f7be92 Merge PR: feat(convoy): auto-append validation bead as final wave when staging epics (gt-m65)
  • 317c960 Merge PR: feat(formula): add inline eval/smoke-test bead creation to mol-idea-to-plan (gt-bxx)
  • a6829ee Merge: feat: add automated response actions to doctor dog health monitor (gt-nek89)
  • d3a84d5 Revert "Merge PR gastownhall#1747: feat: config-driven capacity scheduler with deferred polecat dispatch"
  • 220ddfc Revert "Merge PR gastownhall#1859: feat: add gt deacon pending command for AI-based spawn observation"
  • bb092d7 Revert "feat(crew): cycle across all rigs with C-b n/p"
  • 4a04feb Revert "feat(sling): auto-pour protos when --var provided"
  • ba720fb Revert "feat: add gt commit command with agent identity trailers (bd-luso)"
  • a2fbf4b Revert "feat: implement 5 P2 infrastructure packages (hooks, monitoring, workspace, templates, plan)"
  • 7f6fe53 feat(account): add gt account switch command
  • bfa042a feat(acp): case-insensitive and multi-line propulsion trigger detection (gt-bu1)
  • 30a9106 feat(acp): refactor runKeepAlive for testability and add propulsion suppression (gt-58p)
  • a6ae2c6 feat(backoff): Add gt agent state command and await-signal idle tracking
  • 6b895e5 feat(bead): add 'gt bead show' subcommand
  • cd347df feat(bead): add 'read' as alias for 'show' subcommand
  • cd429fe feat(beads): Add TownBeadsPrefix constant for hq- prefix
  • 36301ad feat(beads): Add hq- prefix helpers for town-level beads (gt-y24km, gt-qgmyz)
  • 62354df feat(beads): Capture session_id in issue close for CV attribution
  • f011e9b feat(beads): add MR field parsing for merge-request issues
  • 07b890d feat(beads): add MRPreVerification fields to MRFields (gt-lu84)
  • 3190ff5 feat(beads): add Release function and gt release command
  • 2e59c00 feat(beads): add attachment fields for pinned beads (gt-rana.1)
  • 0cbb934 feat(beads): add built-in molecules for standard workflows
  • 7164e7a feat(beads): add channel bead type for pub/sub messaging
  • ee66c93 feat(beads): add cycle detection for molecule dependencies
  • 45ccce0 feat(beads): add cycle detection for molecule dependencies
  • 0bf68de feat(beads): add group bead type for beads-native messaging
  • 1693d08 feat(beads): add gt migrate-bead-labels command (gt-gkj02)
  • 8d444c1 feat(beads): add in-process beadsdk.Storage integration (GH#3185)
  • 0c90aa5 feat(beads): add mol-install-go-binary molecule (gt-g44u.2)
  • 007acf8 feat(beads): add molecule instantiation for workflow templates
  • a244c3d feat(beads): add queue bead type
  • 012d50b feat(beads): implement channel message retention
  • 9697007 feat(beads): migrate from types to labels for bead classification
  • 479baec feat(beads): update ReadyWithType to use bd --type flag (gt-ktf3)
  • e853ac3 feat(channels): add subscriber fan-out delivery
  • f883a09 feat(checkpoint): Add polecat session checkpoint for crash recovery (gt-441j6)
  • cc36221 feat(ci): Add GitHub Actions workflow for PRs (gt-pre9o)
  • 7804a0c feat(ci): Add GitHub Actions workflow for integration tests (gt-htlmp.5)
  • f9e788c feat(ci): Add code coverage reporting to GitHub Actions (gastownhall#246)
  • 915f77e feat(ci): Add integration test job; refactor crew startup to use beacon prompt
  • 85f8240 feat(ci): add gotestsum + JUnit test failure reporting (gastownhall#1599)
  • 618b0d9 feat(cli): add 'gt show' command for inspecting beads
  • e07eb96 feat(cli): add --version flag to gt
  • 8e972f2 feat(cli): add desire-path fixes for rig settings, crew list, mail directory
  • 21e2b72 feat(cli): show did-you-mean suggestions for unknown subcommands
  • 38bc447 feat(close): add --cascade flag to close parent and all children (GH#998)
  • 1e2a068 feat(cmd): Add --collect to handoff and --handoff to resume (gt-1le)
  • 265dbcb...
Read more