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.3
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.4
Choose a head ref
  • 19 commits
  • 31 files changed
  • 3 contributors

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    db772a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d688ba View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

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

Commits on Apr 8, 2025

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

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    a2b23fe View commit details
    Browse the repository at this point in the history
  2. Fix code posting on macOS (#366)

    This PR fixes the following scenarios on macOS
    1. Running `/code post` from the `AIShell` pane to post code to the `PowerShell` pane
    2. Running `Invoke-AIShell -PostCode` from the `PowerShell` to request code to be posted from the `AIShell` pane.
    
    **[NOTE]** Now the `AIShell` module depends on the **v2.4.2-beta2** PSReadLine, because a private field was added in PSReadLine to accurately indicate if PSReadLine is initialized and ready to render (PowerShell/PSReadLine#4706).
    
    The `AIShell` module starts to depend on that field to be more deterministic about if PSReadLine is running and ready. Before this change, we relied on `Console.TreatControlCAsInput` which is not accurate and may cause race condition: `Console.TreatControlCAsInput` is set to true, but `Initialize(...)` is not called yet. Rendering the posted code before initialization could result in corrupted state -- posted code may be rendered on wrong position or even cause exception.
    daxian-dbw authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    221dcde View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    7aca7db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10735a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

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

Commits on Apr 22, 2025

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

Commits on Apr 25, 2025

  1. Enhanced model management and system prompt integration in `OllamaAge…

    …nt` (#351)
    
    - Add the `model` command for model management
    - Add the `system-prompt` command to configure `SystemPrompt` with the selected model.
    - Add the `preset` command for preset management
    cnupy authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    ad02261 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

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

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    030a03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8de00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62c4af1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1cdc7c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    fd2fcec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a447dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfdc008 View commit details
    Browse the repository at this point in the history
Loading