From 5feae0c1ffe46f39bcc0616c192ccac77344ad27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:10:20 +0000 Subject: [PATCH 1/2] Initial plan From 991009e4caf75c14b87c1c4afb2839cd66c32ec7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:14:03 +0000 Subject: [PATCH 2/2] Clarify milestone parameter optionality for update_activity calls in Steps 3 and 4 Co-authored-by: mohammadali2549 <67632698+mohammadali2549@users.noreply.github.com> Agent-Logs-Url: https://github.com/apimatic/context-matic/sessions/7ae22c59-9881-41ec-a784-56ea2d31cbcc --- skills/integrate-context-matic/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/integrate-context-matic/SKILL.md b/skills/integrate-context-matic/SKILL.md index 58fcd02..3b3f0e7 100644 --- a/skills/integrate-context-matic/SKILL.md +++ b/skills/integrate-context-matic/SKILL.md @@ -39,20 +39,20 @@ Call **fetch_api** to find available APIs — always start here. ### 3. Get Integration Guidance -Call **update_activity** immediately before calling **ask**. +Call **update_activity** (omit `milestone` — it is optional for pre-tool activity signals) immediately before calling **ask**. - Provide `ask` with: `language`, `key` (from step 2), and your `query`. - Break complex questions into smaller focused queries for best results: - _"How do I authenticate?"_ - _"How do I create a payment?"_ - _"What are the rate limits?"_ -- Call **update_activity** immediately before generating or fixing code. +- Call **update_activity** (omit `milestone` — it is optional for pre-tool activity signals) immediately before generating or fixing code. ### 4. Look Up SDK Models and Endpoints (as needed) These tools return definitions only — they do not call APIs or generate code. -Call **update_activity** immediately before each call. +Call **update_activity** (omit `milestone` — it is optional for pre-tool activity signals) immediately before each call. - **model_search** — look up a model/object definition. - Provide: `language`, `key`, and an exact or partial case-sensitive model name as `query` (e.g. `availableBalance`, `TransactionId`).