Skip to content

Improve local dev chain, profile UX, and add apx info command#112

Merged
renardeinside merged 12 commits intomainfrom
dev/improve-local-chain
Feb 21, 2026
Merged

Improve local dev chain, profile UX, and add apx info command#112
renardeinside merged 12 commits intomainfrom
dev/improve-local-chain

Conversation

@renardeinside
Copy link
Copy Markdown
Collaborator

Summary

  • Improved local dev chain: better profile selection UX with optional --profile argument, streamlined gen.py script
  • Fixed healthcheck timeout race in dev server process management
  • Added apx info command: prints colorful environment diagnostics (apx version/build, uv/bun version/path/source) with graceful error handling

Test plan

  • cargo build compiles successfully
  • cargo test -p apx-cli — all 28 tests pass
  • apx info — displays formatted output with all sections
  • apx info outside a project dir — works (no project context needed)
  • APX_UV_PATH=/nonexistent apx info — degrades gracefully

🤖 Generated with Claude Code

@renardeinside renardeinside merged commit 54ee898 into main Feb 21, 2026
3 checks passed
@renardeinside renardeinside deleted the dev/improve-local-chain branch February 21, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [BUG] server not able to get in healthy state on Windows Machine

1 participant