From 177de586e303f5a7e3534f2e9efb4f2d60956c8f Mon Sep 17 00:00:00 2001 From: MuhammadRafay1 Date: Tue, 21 Jul 2026 15:27:52 +0500 Subject: [PATCH 1/3] feat: AI-first messaging and Copilot-aware portal quickstart next steps Reword quickstart, portal generate, and SDK quickstart copy to lead with Context Plugins / AI Assist, and make the portal quickstart Next Steps show a Context Plugin message only when AI integration survived the plan prune. Add BuildConfig.hasAiIntegration() so the next-steps message is gated on the pruned build file (the entitlement authority) rather than raw subscription info. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 76 ++++++++++++++++---------------- src/actions/portal/quickstart.ts | 2 +- src/commands/portal/generate.ts | 2 +- src/commands/quickstart.ts | 2 +- src/prompts/portal/generate.ts | 7 ++- src/prompts/portal/quickstart.ts | 13 ++++-- src/prompts/quickstart.ts | 8 ++-- src/prompts/sdk/quickstart.ts | 2 + src/types/build/build.ts | 14 ++++++ 9 files changed, 77 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 08fef0d8..916bca22 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install -g @apimatic/cli $ apimatic COMMAND running command... $ apimatic (--version) -@apimatic/cli/1.1.0-beta.16 win32-x64 node-v23.4.0 +@apimatic/cli/1.1.0 win32-x64 node-v24.14.1 $ apimatic --help [COMMAND] USAGE $ apimatic COMMAND @@ -53,7 +53,7 @@ USAGE ## `apimatic api transform` -Transform API specifications between different formats. +Transform API specifications between different formats ``` USAGE @@ -62,17 +62,17 @@ USAGE 0|graphqlschema [--file ] [--url ] [-d ] [-f] [-k ] FLAGS - -d, --destination= [default: ./] directory to save the transformed file to + -d, --destination= [default: ./] Directory to save the transformed file to -f, --force overwrite changes without asking for user consent. -k, --auth-key= override current authentication state with an authentication key. - --file= path to the API specification file to transform - --format=