Commit Graph

43 Commits

Author SHA1 Message Date
GitHub Action a4f0d06d0b bump version to 1.10.9 [skip ci] 2026-02-18 22:01:26 +00:00
GitHub Action 44d7574982 bump version to 1.10.8 [skip ci] 2026-02-18 01:06:33 +00:00
GitHub Action 2a2eeb9390 bump version to 1.10.7 [skip ci] 2026-02-18 00:59:09 +00:00
GitHub Action 8193ebcf9e bump version to 1.10.6 [skip ci] 2026-02-17 23:01:41 +00:00
GitHub Action 5b644397bc bump version to 1.10.5 [skip ci] 2026-02-17 20:57:17 +00:00
GitHub Action 738d33b60c bump version to 1.10.4 [skip ci] 2026-02-17 20:23:28 +00:00
GitHub Action 943f211ca6 bump version to 1.10.3 [skip ci] 2026-02-16 17:42:34 +00:00
GitHub Action e11337018e bump version to 1.10.2 [skip ci] 2026-02-12 17:28:16 +00:00
GitHub Action e3adb9ad2c bump version to 1.10.1 [skip ci] 2026-02-12 16:30:15 +00:00
GitHub Action 88db529a4b bump version to 1.10.0 [skip ci] 2026-02-10 15:11:47 +00:00
GitHub Action a20941e9ae bump version to 1.9.0 [skip ci] 2026-02-06 22:38:23 +00:00
GitHub Action 3208b5e5d4 bump version to 1.8.2 [skip ci] 2026-02-01 06:21:27 +00:00
GitHub Action 13e981d6c1 bump version to 1.8.1 [skip ci] 2026-01-31 08:25:43 +00:00
GitHub Action a28b673bf8 bump version to 1.8.0 [skip ci] 2026-01-31 08:08:06 +00:00
GitHub Action bae8f11b94 bump version to 1.7.0 [skip ci] 2026-01-28 21:38:12 +00:00
GitHub Action 0fc9bf74a7 bump version to 1.6.0 [skip ci] 2026-01-28 17:35:21 +00:00
GitHub Action c1496c1399 bump version to 1.5.0 [skip ci] 2026-01-28 15:37:03 +00:00
GitHub Action 6f9c2b4665 bump version to 1.4.0 [skip ci] 2026-01-27 23:13:07 +00:00
GitHub Action 4329ee50d3 bump version to 1.3.1 [skip ci] 2026-01-27 22:10:16 +00:00
GitHub Action 9b9be3fe42 bump version to 1.3.0 [skip ci] 2026-01-27 21:33:36 +00:00
emilioacc 83d7a4c7ae feat: include atxp-paas tools in atxp skill (#23)
* feat: include atxp-paas tools in atxp skill

- Add PaaS section to SKILL.md with Workers, D1, and R2 tool documentation
- Add paas.mcp.atxp.ai to MCP Servers table
- Update description to include cloud deployment capabilities
- Bump version to 1.3.0 (minor release for new feature)

Fixes ATXP-1418

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: update package-lock.json after version bump

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 16:31:53 -05:00
GitHub Action c5fb991134 bump version to 1.2.7 [skip ci] 2026-01-27 15:57:42 +00:00
GitHub Action c908827d52 bump version to 1.2.6 [skip ci] 2026-01-26 22:17:51 +00:00
GitHub Action 9a91659dc3 bump version to 1.2.5 [skip ci] 2026-01-26 21:04:30 +00:00
Emilio Amaya e72fd06a55 fix: sync package-lock.json 2026-01-26 16:03:47 -05:00
GitHub Action fcf9c9f22c bump version to 1.2.4 [skip ci] 2026-01-26 20:52:38 +00:00
Emilio Amaya 0c39069e7d bump version to 1.2.3 [skip ci] 2026-01-26 15:36:51 -05:00
emilioacc da3e4fa083 feat: add QR code fallback for login (#20)
- Add --qr flag for explicit QR code login
- Detect headless environments (SSH, Docker, CI, no DISPLAY) and auto-fallback to QR
- Try browser first, fall back to QR if browser fails to open
- Add qrcode-terminal dependency for terminal QR rendering

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 15:34:15 -05:00
GitHub Action 834f14f7cc bump version to 1.2.2 [skip ci] 2026-01-26 19:07:13 +00:00
GitHub Action d073065ec9 bump version to 1.2.1 [skip ci] 2026-01-26 16:52:11 +00:00
GitHub Action f4f1608966 bump version to 1.2.0 [skip ci] 2026-01-26 16:40:20 +00:00
emilioacc 85f047f21e Add login and tool commands (search, image, music, video, x) (#13)
* Add login and tool commands (search, image, music, video, x)

- Add `login` command to save ATXP connection string to ~/.atxp/config
- Add tool commands that wrap @atxp/client:
  - `search <query>` - web search via search.mcp.atxp.ai
  - `image <prompt>` - image generation via image.mcp.atxp.ai
  - `music <prompt>` - music generation via music.mcp.atxp.ai
  - `video <prompt>` - video generation via video.mcp.atxp.ai
  - `x <query>` - X/Twitter search via x-live-search.mcp.atxp.ai
- Move demo and create commands under `dev` subcommand
- Maintain backwards compatibility for `npx atxp demo` and `npx atxp create`
- Update help text with new command structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add and update tests for new tool commands

- Update index.test.ts with tests for dev subcommand and tool argument parsing
- Add login.test.ts for config file format and login options
- Add call-tool.test.ts for server mapping and result parsing
- Add commands/commands.test.ts for all tool commands (search, image, music, video, x)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Fix lint errors

- Wrap case block in braces to fix no-case-declarations error in index.ts
- Remove unused fs import from login.test.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 11:35:36 -05:00
GitHub Action 847477e508 bump version to 1.1.1 [skip ci] 2025-11-06 17:55:35 +00:00
GitHub Action f9ef2f7d70 bump version to 1.1.0 [skip ci] 2025-10-14 13:53:52 +00:00
GitHub Action d789060490 bump version to 1.0.8 [skip ci] 2025-09-19 14:06:23 +00:00
GitHub Action 557bd693c4 bump version to 1.0.7 [skip ci] 2025-09-19 13:59:54 +00:00
GitHub Action 600b4bf572 bump version to 1.0.6 [skip ci] 2025-09-10 21:50:01 +00:00
Rob Di Marco 57d88541ba ATXP-242: Update templates in create-project.ts (#9)
Core Features

Updated template repository from atxp-express-example to atxp-express-starter
Added Framework type for type safety and extensibility
Changed createProject to require app name as first parameter (eliminates interactive prompt)
Added command line argument support for framework selection (--framework)
Added smart git initialization with --git and --no-git flags
Fixed help flag handling to show help instead of running commands

Wrapper Package Updates

Updated create-atxp wrapper to support new API
Fixed argument passing from npm create atxp to underlying atxp create command
2025-09-10 17:43:42 -04:00
GitHub Action 78648851b7 bump version to 1.0.5 [skip ci] 2025-09-10 14:01:46 +00:00
GitHub Action 1fa5382709 bump version to 1.0.4 [skip ci] 2025-09-10 00:13:06 +00:00
Rob Di Marco 0939d87016 Get linting wokring 2025-09-09 12:20:04 -04:00
Rob Di Marco 6c1f7dcf59 Fix lint issues 2025-09-09 12:10:46 -04:00
Rob Di Marco b064145293 Moved https://github.com/atxp-dev/sdk/pull/29 into its own repository 2025-09-09 12:09:19 -04:00