10000 Comparing v0.1.1...v0.2.0 · jameslong/vancouver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jameslong/vancouver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: jameslong/vancouver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 10, 2025

  1. Audio/image responses (#6)

    * Re-order Tool functions alphabetically
    
    * Add send_image tool helper
    
    * Add send_audio tool helper
    jameslong authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    4553185 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Testing tools (#7)

    * Git ignore VSCode config file
    
    * Add ToolTest module
    
    * Add typespecs for ToolTest module
    
    * Add function docs to ToolTest module
    
    * Remove id argument (not required for now)
    
    * Use string keys for json rpc messages
    
    * Add tests for CalculateSum tool
    
    * Add TestResponse tool
    
    Used to test all response helpers.
    
    * Remove tools from global config
    
    This allows for simpler, concurrent testing.
    
    * Set assigns at router level
    
    * Update README with new tool option
    
    * Update test/vancouver/tools/calculate_sum_test.exs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    jameslong and Copilot authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3c3f331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bbb66 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Add basic workflow (#9)

    * Add basic workflow
    
    * Add workflow from GitHub template
    jameslong authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    a8b2c7d View commit details
    Browse the repository at this point in the history
  2. Improve/fix GitHub workflow (#10)

    * Move .github/workflows/test.yml to top level directory
    
    * Update workflow
    
    - Add extra compile/formatting/deps checks
    - Stricter setting of versions
    jameslong authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f942a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6239057 View commit details
    Browse the repository at this point in the history
  4. Release v0.2.0 (#12)

    jameslong authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    a5bc4a7 View commit details
    Browse the repository at this point in the history
Loading
0