Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/AIShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-preview.2
Choose a base ref
...
head repository: PowerShell/AIShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-preview.3
Choose a head ref
  • 9 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    9653de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b9c18 View commit details
    Browse the repository at this point in the history
  3. Update install-aishell.ps1 to allow user to specify version to inst…

    …all (#345)
    
    - Make packaging throw on Linux/macOS when the command `chmod` cannot be found
    - Update `install-aishell.ps1` to allow user to specify version to install. When version is not specified, the latest release will be installed.
    daxian-dbw authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    765a0ca View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    e9bc956 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Update flight flags and make corresponding changes (#355)

    1. Add the flag `pipelineorchestration` per the Azure Copilot team's request.
    2. Update flag values based on the values used by Azure Portal, and remove 2 flags that are no longer used by Azure Portal.
    3. Update the topic names for AzCLI handler and AzPS handler. They changed after adopting the new flag values.
    4. Simplify the instruction prompt to save words for the input. Also include Azure PowerShell in the instruction.
    5. Use better OS description for the instruction prompt.
    6. Log the topic name for every response, for diagnostic purpose. We already send this information in telemetry.
    7. Fix a bug in response parsing in the validation of the beginning of placeholder section.
    8. Fix the status report to only report `ProgressTopic` status, which are progress reports only (fix #352).
    9. Special case `TaskCanceledException` in AzCLI metadata query for logging and telemetry collection. This exception simply means the query action timed out after 1200 ms. Given that the metadata endpoint is an Azure Function, this could easily happen when the query hits a cold start of the function app. So, we don't want to log the exception object here.
    daxian-dbw authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    eba1e7a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    fa889a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    37d0e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    4583ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5296b View commit details
    Browse the repository at this point in the history
Loading