Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
24addc4
Initial plan
Copilot Mar 12, 2026
6ba0a27
Fix Flex 2.16.0 errors: add null guards for conferenceOptions and con…
Copilot Mar 12, 2026
aba3180
Upgrade @twilio/flex-ui to 2.16.0 and fix resulting type error in tea…
Copilot Mar 12, 2026
4565488
Fix CircularProgress accessibility: add translatable aria-labels; ref…
Copilot Mar 13, 2026
10e5098
Fix Flex 2.16.0: guard conversationsClient before calling .once() in …
Copilot Mar 13, 2026
9496358
Merge branch 'master' into copilot/fix-flex-2-16-0-errors
stephenhand Mar 13, 2026
0004f8e
Fix translation unit tests broken by lookupTranslation refactor: mock…
Copilot Mar 13, 2026
ea0d95b
Fix lookupTranslation to handle undefined code and undefined strings:…
Copilot Mar 13, 2026
f3a8cb3
Fix lookupTranslation types: restore strict code:string signature; fi…
Copilot Mar 13, 2026
5062c7e
Add devcontainer.json for copilot to help it debug webchat
stephenhand Mar 13, 2026
9385dfa
Merge remote-tracking branch 'origin/copilot/fix-flex-2-16-0-errors' …
stephenhand Mar 13, 2026
114c6c1
Add creds for debugging flex to setup env
stephenhand Mar 13, 2026
233f11d
fix: export debugging credentials to GITHUB_ENV in copilot-setup-steps
Copilot Mar 13, 2026
c17dbae
fix: use direct secret interpolation in copilot-setup-steps to ensure…
Copilot Mar 13, 2026
36ca8b8
fix: update copilot-setup-steps.yml to use copilot environment secrets
Copilot Mar 13, 2026
512f99e
Merge branch 'master' into copilot/fix-flex-2-16-0-errors
stephenhand Mar 13, 2026
9ceff6f
Update landing URL in copilot debugging instructions
stephenhand Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Copilot Debugging Env",
"remoteEnv": {
"SITE_USER": "${localEnv:AS_DEV_FLEX_AUTOMATION_USER}",
"SITE_PASS": "${localEnv:AS_DEV_FLEX_AUTOMATION_PASSWORD}",
"SITE_ACCOUNT_SID": "${localEnv:AS_DEV_FLEX_AUTOMATION_SID}"
"SITE_USER": "${localEnv:SITE_USER}",
"SITE_PASS": "${localEnv:SITE_PASS}",
"SITE_ACCOUNT_SID": "${localEnv:SITE_ACCOUNT_SID}"
}
}
2 changes: 1 addition & 1 deletion .github/instructions/plugin-hrm-form.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Always run the following checks and fix any issues they raise prior to requestin
- Ensure the code changes are correctly linted by running eslint using the configuration in the plugin-hrm-form directory

When debugging the flex website, you can use the version deployed to Aselo Development. To login run the oktaSsoLoginViaApi function under in e2e-tests/okta/ssoLogin.ts
You should pass in the parameters from variables set in the chrome devtools MCP environment, SITE_PASS for password, SITE_USER for username, SITE_ACCOUNT_SID for accountSid and 'https://flex.twilio.com/' as the homeUrl
You should pass in the parameters from variables set in the chrome devtools MCP environment, SITE_PASS for password, SITE_USER for username, SITE_ACCOUNT_SID for accountSid and 'https://flex.twilio.com/wine-lyrebird-1400' as the homeUrl
Loading
Loading