Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maxritter/pilot-shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.5
Choose a base ref
...
head repository: maxritter/pilot-shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 2 commits
  • 142 files changed
  • 2 contributors

Commits on Mar 5, 2026

  1. feat: New Teams asset sharing dashboard for skills, rules, commands a…

    …nd agents (#90)
    
    * feat: overhaul Teams dashboard with flat UI, action buttons, and vault cleanup
    
    - Remove 4-tab layout (Assets/Push/Setup/Roles), flatten to single page
    - Add per-asset action buttons: Install, Update (via sx remove+add), Remove
    - Add new POST /api/teams/update-asset endpoint for proper version updates
    - Inline push panel with "Push to:" scope selector
    - Add Reconfigure button to repository setup section
    - Remove Roles feature entirely (TeamsRolesTab, roles endpoints, hook methods)
    - Rename all Vault* types to Teams* (VaultStatus→TeamsStatusResponse, etc.)
    - Rename vaultUrl→repoUrl across full stack (JSON wire format + consumers)
    - Clean up vault references in settings.json, installer, rules, README
    - Update navigation: /vault→/teams route, sidebar, command palette, shortcuts
    
    * fix: redesign Teams feature with onboarding, scoped naming, and improved asset management
    
    - Replace Sync All button with background auto-sync on page load
    - Add Teams onboarding screen for first-time sx setup
    - Add Asset Types help modal with format reference
    - Add project slug prefix convention for /sync and /learn commands
    - Add modified indicator (git diff) and Push New Version action
    - Improve sx error messages with parseSxError
    - Add force refresh param to status endpoint
    - Gate all actions behind team/trial tier
    - Replace green checkmark with styled check badge for on-disk assets
    - Remove rename feature (sx lacks native support)
    - Remove /vault command (replaced by Teams dashboard)
    - Remove hooks and MCP from Teams (focus on rules, skills, commands, agents)
    - Filter out sx metadata .toml files from discover endpoint
    - Disable non-claude-code sx clients in installer
    - Add GIT_OPTIONAL_LOCKS=0 to all console git operations
    - Add distinct badge colors per asset type
    - Update all /vault references across docs, README, and blog posts
    
    * fix: apply stashed changes — remove legacy tier names, improve spec stop guard and plan questions
    
    From stash@{0} (WIP on dev: 6a18f80):
    - Remove legacy 'standard'/'enterprise' tier names from installer, formatter, tests
    - Simplify tier checks in statusline formatter (== instead of 'in' tuple)
    - Remove 'vault' model config row from Settings page
    - Add git-crypt for console directory in .gitattributes
    - Update PricingSection with Teams Dashboard features
    - Auto-merged launcher auth, banner, cli, trial, widgets changes
    - Add Teams row to README commands table
    - Fix duplicate .gitattributes entry
    - Clean up stray conflict marker in sync.md
    
    * fix: remove Claude Code installation, add as prerequisite, update Teams and pricing consistency
    
    * fix: improve access message for Solo users going to Teams view
    
    * Update Team Sharing Rules and References
    maxritter authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    e8f59fc View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.2.0 [skip ci]

    # [7.2.0](v7.1.5...v7.2.0) (2026-03-05)
    
    ### Features
    
    * New Teams asset sharing dashboard for skills, rules, commands and agents ([#90](#90)) ([e8f59fc](e8f59fc))
    semantic-release-bot committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    e17783c View commit details
    Browse the repository at this point in the history
Loading