Skip to content

Conversation

@bhabalan
Copy link
Contributor

@bhabalan bhabalan commented Jan 27, 2026

COMPLETES #CAI-7508

This pull request addresses

wrapup regression

by making the following changes

bump to latest sdk that has the fixes

Vidcast: https://app.vidcast.io/share/0240d84f-31b2-47a7-a21e-4f2a1f70c823

bump to use version of sdk that has the fixes

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

  • The testing is done with the amplify link
    < ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • GAI was used to create a draft that was subsequently customized or modified
  • Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code)
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Github Copilot
    • Other - Please Specify
  • This PR is related to
    • Feature
    • Defect fix
    • Tech Debt
    • Automation

Checklist before merging

  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the testing document
  • I have tested the functionality with amplify link

Make sure to have followed the contributing guidelines before submitting.

@bhabalan bhabalan added the validated Indicates that the PR is ready for actions label Jan 27, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 29a9cd9a89

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

},
"dependencies": {
"@webex/contact-center": "3.11.0-next.2",
"@webex/contact-center": "3.11.0-next.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update yarn.lock for the dependency bump

Changing @webex/contact-center here without updating yarn.lock can break installs when the cache misses because the deploy workflow runs yarn install --immutable (see .github/workflows/deploy.yml lines 48–50), which will fail if the lockfile doesn’t match package.json. If the cache hits, the install step is skipped and the cache key is based on the lockfile (deploy.yml line 46), so builds may keep using the old SDK version and the regression fix won’t actually be picked up. Please update the lockfile alongside this version bump.

Useful? React with 👍 / 👎.

@bhabalan bhabalan force-pushed the CAI-7508-agent-wrapup-fix branch from 29a9cd9 to cb394b6 Compare January 27, 2026 13:26
@aws-amplify-us-east-2
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-605.d1b38q61t1z947.amplifyapp.com

@adhmenon adhmenon added the run_e2e Add this label to run E2E test for meeting and CC widgets label Jan 27, 2026
@rsarika rsarika removed the run_e2e Add this label to run E2E test for meeting and CC widgets label Jan 27, 2026
@rsarika rsarika merged commit cc52c3c into webex:next Jan 27, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

validated Indicates that the PR is ready for actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants