- Add authenticated user commands:
me(profile/identity check),get_ap_info(AP balance breakdown),get_ap_history(cursor-paginated AP transactions), andlist_my_artifacts(offset-paginated generated media with modality/starred filters) - API layer: add
apInfo(),apDeltaInfo()to user APIs; addlistArtifacts()to artifact APIs - Documentation: add "Credits & your artifacts" section to neta-creative SKILL.md (EN/ZH); add reference docs
ap-credits.mdandmy-artifacts.md(EN/ZH)
- update config dir path
- update read_collection commands api
- add user check for all commands exclude "login"
- move inline error text to utils/errors.ts file
- remove authorization from SKILL.md, add login usage to not authorization error and login -h command
- update auth api base url
- fix build
- update auth api resource
- fix auth api endpoint
- fix some env problems
- support oauth2 device flow with login command
- fix logger
- fix debug log in production environment
- support network media url for media assets upload
- support media assets upload
- fix api logger env problem
- usage analytics
-
-
Add api logs for debug.
-
Add api timeout with 10000ms.
-
Fixed error info about remove_background input_image param in docs.
-
-
54180c1: feat(premium): implement premium subscription commands and integrate dayjs for date handling
- Add premium subscription CLI commands:
create_premium_order,pay_premium_order,get_current_premium_plan,get_premium_order,list_premium_orders,list_premium_plans; wire commerce APIs and command loading. - Add
dayjsandsrc/utils/date.tsfor date formatting/parsing; adjustparse_metaas needed. - Update
README.mdandskills/neta-creative/SKILL.md; addskills/neta-creative/references/premium.mdfor premium workflows.
- Add premium subscription CLI commands:
- rename all "travel" keywords in docs、commands to "adventure"
- 0a03853: introduce neta-travel skill for creating and playing AI-driven interactive story adventures (travel campaigns)
- make image command support size params and model selection
- bump npm package version
- add commands about character create and management
- use https://api.talesofai.com for default api endpoint
- docs fix
- i18n changes for commands
-
README.en.md created to host the full English README, with cross-links between README.md and README.en.md. skills/neta/SKILL.md now documents the new discovery-related commands (interactive feed and suggestion APIs) and fixes CLI examples. collection-remix.md formatting improved for constraint bullets. New reference docs community-exploration.md and interactive-feed.md describe best practices for discovery workflows and interactive feeds (currently written in Chinese but affect the doc surface).
Updated apis/index.ts and feeds.ts to wire in new recommendation / interactive endpoints. Added recsys.ts (and built recsys.js) as the dedicated client for recommendation-system APIs backing suggest_content and related flows. Extended commands/schema.ts (and built JS) so the schema reflects all newly added community / discovery commands.
Added a new set of community / discovery commands (both TypeScript source and built JS): request_interactive_feed for interactive feed retrieval across homepage, collection relations, user profiles, and comment-thread children. suggest_keywords for prefix-based keyword suggestions. suggest_tags for keyword-based tag suggestions. suggest_categories for hierarchical category navigation (levels 1–3). validate_tax_path to check the validity of taxonomy paths. suggest_content as a flexible content stream engine with recommend, search, and exact intents plus rich include/exclude filters. Added / updated the corresponding localized command metadata files (*.cmd.zh_cn.yml) and built JS handlers under skills/neta/bin/commands/community/.
- appends space commands
- add collection publish command
- structure refactor