gsd-pi 2.37.0-dev.c5c85d8 → 2.37.1-dev.193bd3d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -19
- package/package.json +1 -1
- package/packages/pi-coding-agent/package.json +1 -1
- package/pkg/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,19 +24,19 @@ One command. Walk away. Come back to a built project with clean git history.
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## What's New in v2.
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
36
|
-
- **
|
|
37
|
-
- **
|
|
38
|
-
- **
|
|
39
|
-
-
|
|
27
|
+
## What's New in v2.37
|
|
28
|
+
|
|
29
|
+
- **cmux integration** — sidebar status, progress bars, and notifications for [cmux](https://cmux.com) terminal multiplexer users
|
|
30
|
+
- **Redesigned dashboard** — two-column layout with redesigned widget
|
|
31
|
+
- **Search budget enforcement** — session-level search budget prevents unbounded native web search
|
|
32
|
+
- **AGENTS.md support** — deprecated `agent-instructions.md` in favor of standard `AGENTS.md` / `CLAUDE.md`
|
|
33
|
+
- **AI-powered triage** — automated issue and PR triage via Claude Haiku
|
|
34
|
+
- **Auto-generated OpenRouter registry** — model registry built from OpenRouter API for always-current model support
|
|
35
|
+
- **Extension manifest system** — user-managed enable/disable for bundled extensions
|
|
36
|
+
- **Pipeline simplification (ADR-003)** — merged research into planning, mechanical completion
|
|
37
|
+
- **Workflow templates** — right-sized workflows for every task type
|
|
38
|
+
- **Health widget** — always-on environment health checks with progress scoring
|
|
39
|
+
- **`/gsd changelog`** — LLM-summarized release notes for any version
|
|
40
40
|
|
|
41
41
|
See the full [Changelog](./CHANGELOG.md) for details.
|
|
42
42
|
|
|
@@ -49,7 +49,7 @@ Full documentation is available in the [`docs/`](./docs/) directory:
|
|
|
49
49
|
- **[Getting Started](./docs/getting-started.md)** — install, first run, basic usage
|
|
50
50
|
- **[Auto Mode](./docs/auto-mode.md)** — autonomous execution deep-dive
|
|
51
51
|
- **[Configuration](./docs/configuration.md)** — all preferences, models, git, and hooks
|
|
52
|
-
- **[Token Optimization](./docs/token-optimization.md)** — profiles, context compression, complexity routing
|
|
52
|
+
- **[Token Optimization](./docs/token-optimization.md)** — profiles, context compression, complexity routing
|
|
53
53
|
- **[Cost Management](./docs/cost-management.md)** — budgets, tracking, projections
|
|
54
54
|
- **[Git Strategy](./docs/git-strategy.md)** — worktree isolation, branching, merge behavior
|
|
55
55
|
- **[Parallel Orchestration](./docs/parallel-orchestration.md)** — run multiple milestones simultaneously
|
|
@@ -463,9 +463,9 @@ Place an `AGENTS.md` file in any directory to provide persistent behavioral guid
|
|
|
463
463
|
|
|
464
464
|
Start GSD with `gsd --debug` to enable structured JSONL diagnostic logging. Debug logs capture dispatch decisions, state transitions, and timing data for troubleshooting auto-mode issues.
|
|
465
465
|
|
|
466
|
-
### Token Optimization
|
|
466
|
+
### Token Optimization
|
|
467
467
|
|
|
468
|
-
GSD
|
|
468
|
+
GSD includes a coordinated token optimization system that reduces usage by 40-60% on cost-sensitive workloads. Set a single preference to coordinate model selection, phase skipping, and context compression:
|
|
469
469
|
|
|
470
470
|
```yaml
|
|
471
471
|
token_profile: budget # or balanced (default), quality
|
|
@@ -485,7 +485,7 @@ See the full [Token Optimization Guide](./docs/token-optimization.md) for detail
|
|
|
485
485
|
|
|
486
486
|
### Bundled Tools
|
|
487
487
|
|
|
488
|
-
GSD ships with
|
|
488
|
+
GSD ships with 19 extensions, all loaded automatically:
|
|
489
489
|
|
|
490
490
|
| Extension | What it provides |
|
|
491
491
|
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -495,12 +495,13 @@ GSD ships with 18 extensions, all loaded automatically:
|
|
|
495
495
|
| **Google Search** | Gemini-powered web search with AI-synthesized answers |
|
|
496
496
|
| **Context7** | Up-to-date library/framework documentation |
|
|
497
497
|
| **Background Shell** | Long-running process management with readiness detection |
|
|
498
|
+
| **Async Jobs** | Background bash commands with job tracking and cancellation |
|
|
498
499
|
| **Subagent** | Delegated tasks with isolated context windows |
|
|
500
|
+
| **GitHub** | Full-suite GitHub issues and PR management via `/gh` command |
|
|
499
501
|
| **Mac Tools** | macOS native app automation via Accessibility APIs |
|
|
500
502
|
| **MCP Client** | Native MCP server integration via @modelcontextprotocol/sdk |
|
|
501
503
|
| **Voice** | Real-time speech-to-text transcription (macOS, Linux — Ubuntu 22.04+) |
|
|
502
504
|
| **Slash Commands** | Custom command creation |
|
|
503
|
-
| **LSP** | Language Server Protocol integration — diagnostics, go-to-definition, references, hover, symbols, rename, code actions |
|
|
504
505
|
| **Ask User Questions** | Structured user input with single/multi-select |
|
|
505
506
|
| **Secure Env Collect** | Masked secret collection without manual .env editing |
|
|
506
507
|
| **Remote Questions** | Route decisions to Slack/Discord when human input is needed in headless/CI mode |
|
|
@@ -591,7 +592,7 @@ gsd (CLI binary)
|
|
|
591
592
|
├─ resource-loader.ts Syncs bundled extensions + agents to ~/.gsd/agent/
|
|
592
593
|
└─ src/resources/
|
|
593
594
|
├─ extensions/gsd/ Core GSD extension (auto, state, commands, ...)
|
|
594
|
-
├─ extensions/...
|
|
595
|
+
├─ extensions/... 18 supporting extensions
|
|
595
596
|
├─ agents/ scout, researcher, worker
|
|
596
597
|
├─ AGENTS.md Agent routing instructions
|
|
597
598
|
└─ GSD-WORKFLOW.md Manual bootstrap protocol
|
package/package.json
CHANGED