Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: atxp-dev/cli

v1.29.0

02 Apr 17:08
@napoleond napoleond

Choose a tag to compare

What's New

  • Git repository hosting — new atxp git command for creating repos, listing repos, getting authenticated clone/push URLs, and deleting repos via code.storage
  • atxp-git skill — separate skill documentation covering the ephemeral nature of remote URLs (time-limited JWTs), refresh workflows, and security model
Assets 2
Loading

v1.28.0

28 Mar 02:27
@napoleond napoleond

Choose a tag to compare

What's New

  • Email mark-read command: Explicitly mark messages as read with npx atxp email mark-read <messageId>. Messages are no longer auto-marked as read when retrieved — use this command to update read status.
Loading

v1.27.0

27 Mar 20:46
@napoleond napoleond

Choose a tag to compare

What's New

  • Email --unread-only flag: Filter inbox and search results to only show unread messages
    • npx atxp email inbox --unread-only
    • npx atxp email search "query" --unread-only
Loading

v1.26.0

26 Mar 18:19
@napoleond napoleond

Choose a tag to compare

What's New

  • Music lyrics support: Added --lyrics flag to npx atxp music for passing custom lyrics to the music generation tool.
npx atxp music "pop song" --lyrics "Hello world, this is my song"
Loading

v1.25.0

24 Mar 05:19
@napoleond napoleond

Choose a tag to compare

What's New

  • Search date filtering — New --start-date and --end-date flags on the search command let you restrict results by publication date (ISO 8601 format).
# Results from 2025 onward
npx atxp search "transformer architecture" --start-date 2025年01月01日T00:00:00.000Z
# Results from Q1 2026 only
npx atxp search "AI regulation" --start-date 2026年01月01日T00:00:00.000Z --end-date 2026年04月01日T00:00:00.000Z

Bug Fixes

  • Fixed toolArgs extraction to properly exclude flag values from the query string
Loading

v1.24.2

17 Mar 01:54
@R-M-Naveen R-M-Naveen
7499691
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's new

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

v1.24.1

06 Mar 23:08
@R-M-Naveen R-M-Naveen
d0bea67
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes

  • Switch from /hooks/wake + HEARTBEAT.md to /hooks/agent with direct channel targeting
  • Remove ~100 lines of fragile HEARTBEAT.md read/write logic
  • Discovered channels are now sent to the notifications service for server-side storage and delivery
  • Update SKILL.md to reference /hooks/agent
Loading

v1.24.0

06 Mar 21:01
@R-M-Naveen R-M-Naveen
d48a097
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's new

  • Auto-discover notification channels: npx atxp notifications enable now reads the local session store to find all connected messaging channels (Telegram, Discord, Slack, etc.) and writes relay instructions directly to HEARTBEAT.md
  • Multi-channel delivery: Heartbeat prompt instructs the LLM to relay email/SMS notifications to every discovered channel via the message tool
  • Direct file write: Replaced the old /hooks/wake injection approach with a deterministic HEARTBEAT.md write — more reliable, works even when the agent isn't running
  • SMS support: Added sms.received event type to help text
  • Hardened sanitization: Session values are sanitized (control chars, quotes, markdown brackets stripped) before embedding in HEARTBEAT.md
  • Improved error handling: Network failures, missing config, and account resolution errors now surface clear messages instead of crashing or silently failing
  • Stale target cleanup: When previously-discovered channels disappear, the heartbeat target resets to last instead of persisting a stale channel
Loading

v1.23.2

06 Mar 05:15
@R-M-Naveen R-M-Naveen
4467173
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Fix: Notifications now appear in main agent session — Switched webhook delivery from /hooks/agent (isolated session) to /hooks/wake (main session), so push notifications are visible in the user's active chat alongside Telegram and other channels.
  • Updated heartbeat instruction payload to match /hooks/wake format.

Full Changelog: v1.23.1...v1.23.2

Loading

v1.23.1

06 Mar 02:59
@R-M-Naveen R-M-Naveen
417e2a8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's New

Fix: Notification identity matching

  • Send account_id directly instead of parsing the email local part — notifications now match on the canonical atxp_acct_* identifier rather than the deprecated agent_* prefix
  • Rename email_user_id to account_id in the notifications API request body to match the actual semantics

Fix: Heartbeat payload

  • Use message field (not text) to match the /hooks/agent API contract
  • Reference /hooks/agent endpoint (not /hooks/wake) in the agent instruction
  • Include name: 'Notification System' sender identity
Loading
Previous 1 3 4 5 6 7
Previous

AltStyle によって変換されたページ (->オリジナル) /