You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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]>
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]>
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
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