-
Notifications
You must be signed in to change notification settings - Fork 69
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 31 files changed
- 3 contributors
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for db772a0 - Browse repository at this point
Copy the full SHA db772a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d688ba - Browse repository at this point
Copy the full SHA 4d688baView commit details
Commits on Apr 2, 2025
-
Support posting code from the sidecar AIShell to PowerShell with `Inv…
…oke-AIShell -PostCode` (#361)
Configuration menu - View commit details
-
Copy full SHA for 8367575 - Browse repository at this point
Copy the full SHA 8367575View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 282c015 - Browse repository at this point
Copy the full SHA 282c015View commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a2b23fe - Browse repository at this point
Copy the full SHA a2b23feView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 221dcde - Browse repository at this point
Copy the full SHA 221dcdeView commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7aca7db - Browse repository at this point
Copy the full SHA 7aca7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b10735a - Browse repository at this point
Copy the full SHA b10735aView commit details
Commits on Apr 21, 2025
-
Ignore the current active agent from the agent completion results for…
… the `@` operator (#372)
Configuration menu - View commit details
-
Copy full SHA for 3776879 - Browse repository at this point
Copy the full SHA 3776879View commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 06836b2 - Browse repository at this point
Copy the full SHA 06836b2View commit details
Commits on Apr 25, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ad02261 - Browse repository at this point
Copy the full SHA ad02261View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fa0948b - Browse repository at this point
Copy the full SHA fa0948bView commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 030a03d - Browse repository at this point
Copy the full SHA 030a03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for de8de00 - Browse repository at this point
Copy the full SHA de8de00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c4af1 - Browse repository at this point
Copy the full SHA 62c4af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cdc7c - Browse repository at this point
Copy the full SHA d1cdc7cView commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fd2fcec - Browse repository at this point
Copy the full SHA fd2fcecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a447dee - Browse repository at this point
Copy the full SHA a447deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfdc008 - Browse repository at this point
Copy the full SHA bfdc008View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0-preview.3...v1.0.0-preview.4