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: aaif-goose/vscode-goose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.22
Choose a base ref
...
head repository: aaif-goose/vscode-goose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 200 files changed
  • 2 contributors

Commits on Dec 21, 2025

  1. feat!: rewrite all internals to use use acp (#28)

    * feat: bootstrap v2
    
    * feat: more scaffolding; discover goose binary
    
    * feat: foundation ready
    
    * feat: add AGENTS.md
    
    * feat: add foundataions for chat ui
    
    * feat: add ui components - still not hooked up to server but they render
    
    * feat: markdown formatting and theming
    
    * feat: use mock messages to simulate agent response
    
    * feat: polish the ui and add accessibility
    
    * feat: wire it up to real acp endpoints
    
    * fix: npm registry
    
    * feat: support acp session/load for loading prev sesions
    
    * feat: add support for checking min version
    
    * feat: add selection context features with @file picker
    
    * fix: ensure tab works when selecting files
    
    * fix: top bar is easier to navigate
    
    * feat: wip
    
    * fix: ensure dirs are relative in file chips
    
    * feat: ensure file content acp responses are formatted as collapsible
    
    * fix: styling issue with top bar
    
    * feat: clean up the new chat screen and the buttons
    
    * feat: make the top bar better
    
    * chore: agents.md
    
    * feat(test): add tests across the codebase
    
    * chore(ci): update gh actions to use bun
    
    * docs: update README
    
    * docs: use a newer screenshot
    
    * fix: ensure all files are searched for
    
    * feat: add python and rust file type icons
    
    * refactor: rm old one-off tests
    
    * chore: add bunfig
    
    * chore: rm old unused files
    
    * feat: add biome
    
    * refactor: fix all lints and format according to biome
    
    * docs: add .rp1 context
    
    * docs: fix all dev docs
    
    * fix(ci): ensure release config is correct
    cloud-on-prem authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    5985adb View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.2.0 (#29)

    * chore(main): release 0.2.0
    
    * chore: fix package.json formatting for biome
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    cloud-on-prem and claude authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    beb85e6 View commit details
    Browse the repository at this point in the history
Loading