-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge the az-cli
and az-ps
agent changes to the main branch
#224
Commits on Sep 10, 2024
-
Revert "Removing Azure agents from the main branch (#150)"
This reverts commit 87da549.
Configuration menu - View commit details
-
Copy full SHA for f00ab0c - Browse repository at this point
Copy the full SHA f00ab0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 222a0af - Browse repository at this point
Copy the full SHA 222a0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9399082 - Browse repository at this point
Copy the full SHA 9399082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f0f3b - Browse repository at this point
Copy the full SHA 41f0f3bView commit details -
Merge the parameter injection prototype into the
azureAgents
branch (……#208) Merge the parameter injection prototype into the `azureAgents` branch, to reduce the maintenance complexity. 1. Add the `/replace` command 1. Retrieve data locally with 2 tiers of data source to assist user to input values for placeholders. - The 1st tier is the cache data generated from parsing the AzCLI help content. We the description and static values for a parameter from this data source. - The 2nd tier is the AzCLI tab completion, to get the dynamic values for a parameter, such as `--resource-group`. 1. Fix a bug when handling remote query. 1. Fix the data retrieval code to handle the case when the generated command is not AzCLI command 1. Send pseudo values to the server handler instead of real values from user to avoid any privacy issue. After receiving response, the agent will replace all pseudo values with the real values before displaying to the user.
Configuration menu - View commit details
-
Copy full SHA for 3969717 - Browse repository at this point
Copy the full SHA 3969717View commit details -
A few improvement to parameter injection (#213)
1. Do not include 'placeholderSet' in a history entry when its value is null. 2. Reduce the fake wait time when replacing user values from 2.5s to 2s. 3. Change the format for a pseudo value from '__replace_<cnt>_v__' to '__pseudo_<cnt>_v__' to avoid confusion caused to GPT by the word 'replace'.
Configuration menu - View commit details
-
Copy full SHA for b55e3e8 - Browse repository at this point
Copy the full SHA b55e3e8View commit details -
Update the endpoint URL for
az-ps
and the connection string for app……lication insights (#211)
Configuration menu - View commit details
-
Copy full SHA for 774234c - Browse repository at this point
Copy the full SHA 774234cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fd9e1 - Browse repository at this point
Copy the full SHA 38fd9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dd3a3 - Browse repository at this point
Copy the full SHA b3dd3a3View commit details