Skip to content

Tags: atxp-dev/cli

Tags

v1.29.0

Toggle v1.29.0's commit message
feat(git): add git repository hosting command and skill

Adds `atxp git` CLI command (create, list, remote-url, delete) backed by
the git.mcp.atxp.ai MCP server. Includes a separate atxp-git skill with
documentation emphasizing the ephemeral nature of authenticated remote URLs.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v1.28.0

Toggle v1.28.0's commit message
feat(email): add mark-read command for explicit read status

The email service no longer auto-marks messages as read on retrieval.
This adds `npx atxp email mark-read <messageId>` to explicitly mark
messages as read using the new email_mark_as_read tool.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.27.0

Toggle v1.27.0's commit message
feat(email): add --unread-only flag for inbox and search commands

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.26.0

Toggle v1.26.0's commit message
fix(music): add musicOptions to help early-return object

Fixes TypeScript build error from missing property in the help flag
early-return path.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.25.0

Toggle v1.25.0's commit message
feat(search): add date filtering with --start-date and --end-date flags

Support startPublishedDate and endPublishedDate parameters on the
search_search MCP tool, allowing users to restrict results by
publication date. Also fixes toolArgs extraction to properly skip
flag values that would otherwise leak into the query string.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v1.24.2

Toggle v1.24.2's commit message
v1.24.2

What's new:
- fix(agent): --redeem flag now correctly passes referral code to the server during registration
- feat(email): add attachment support for send and reply commands

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #58 from atxp-dev/naveen/agent-push-notifications

feat(atxp): switch to /hooks/agent, remove HEARTBEAT.md logic

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #57 from atxp-dev/naveen/agent-push-notifications

feat(atxp): auto-discover channels and write HEARTBEAT.md for multi-c…

v1.23.2

Toggle v1.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #56 from atxp-dev/naveen/agent-push-notifications

fix: update heartbeat instruction to /hooks/wake payload format

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #55 from atxp-dev/naveen/agent-push-notifications

fix(atxp): send account_id for notification matching, fix heartbeat p…