Requested by: @betegon
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
Init
- Support org/project positional to pin org and project name by @MathurAditya724 in #428
- Show feedback hint after successful setup by @betegon in #430
- Add --team flag to relay team selection to project creation by @MathurAditya724 in #403
- Enforce canonical feature display order by @betegon in #388
- Accept multiple delimiter formats for --features flag by @betegon in #386
- Add git safety checks before wizard modifies files by @betegon in #379
- Add experimental warning before wizard runs by @betegon in #378
- Add init command for guided Sentry project setup by @betegon in #283
Issue List
- Auto-compact when table exceeds terminal height by @BYK in #395
- Redesign table to match Sentry web UI by @BYK in #372
Other
- (auth) Allow re-authentication without manual logout by @BYK in #417
- (trial) Auto-prompt for Seer trial + sentry trial list/start commands by @BYK in #399
- Add --json flag to help command for agent introspection by @BYK in #432
- Add
sentry span list and sentry span view commands by @betegon in #393
- Support SENTRY_HOST as alias for SENTRY_URL by @betegon in #409
- Add --dry-run flag to mutating commands by @BYK in #387
- Return-based output with OutputConfig on buildCommand by @BYK in #380
- Add --fields flag for context-window-friendly JSON output by @BYK in #373
- Magic
@ selectors (@latest, @most_frequent) for issue commands by @BYK in #371
- Input hardening against agent hallucinations by @BYK in #370
- Add response caching for read-only API calls by @BYK in #330
Bug Fixes 🐛
Dsn
Init
Other
- (api) Convert --data to query params for GET requests by @BYK in #383
- (docs) Remove double borders and fix column alignment on landing page tables by @betegon in #369
- (help) Hide plural aliases from help output by @betegon in #441
- (trace) Show span IDs in trace view and fix event_id mapping by @betegon in #400
- Show human-friendly names in trial list and surface plan trials by @BYK in #412
- Add trace ID validation to trace view + UUID dash-stripping by @BYK in #375
Documentation 📚
- (commands) Add alias info to subcommand help output by @betegon in #442
- Update AGENTS.md with patterns from span commands work by @BYK in #433
- Update credential storage docs and remove stale config.json references by @betegon in #408
Internal Changes 🔧
Init
Tests
- Consolidate unit tests subsumed by property tests by @BYK in #422
- Remove redundant and low-value tests by @BYK in #418
Other
- (lint) Enforce command output conventions via Biome plugins by @BYK in #439
- (log/list) Convert non-follow paths to return CommandOutput by @BYK in #410
- Unified trace-target parsing and resolution by @BYK in #438
- Centralize slug normalization warning in parseOrgProjectArg by @BYK in #436
- Unify commands as generators with HumanRenderer factory, remove stdout plumbing by @BYK in #416
- Convert list command handlers to return data instead of writing stdout by @BYK in #404
- Split api-client.ts into focused domain modules by @BYK in #405
- Migrate non-streaming commands to CommandOutput with markdown rendering by @BYK in #398
- Convert Tier 2-3 commands to return-based output and consola by @BYK in #394
- Convert remaining Tier 1 commands to return-based output by @BYK in #382
- Converge Tier 1 commands to writeOutput helper by @BYK in #376
Other
Requested by: @betegon
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
Init
Issue List
Other
sentry span listandsentry span viewcommands by @betegon in #393@selectors (@latest,@most_frequent) for issue commands by @BYK in #371Bug Fixes 🐛
Dsn
Init
Other
Documentation 📚
Internal Changes 🔧
Init
Tests
Other
Other