Thanks to visit codestin.com
Credit goes to github.com

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: IBM/prompt-declaration-language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: IBM/prompt-declaration-language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 20 commits
  • 38 files changed
  • 4 contributors

Commits on Mar 19, 2025

  1. fix: enable ui developer tools for production builds

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    91a6d52 View commit details
    Browse the repository at this point in the history
  2. test: disable tauri cli tests on demo5 and demo6

    They depend on an external file, and the interpreter does not currently capture this in the trace.
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    683e62b View commit details
    Browse the repository at this point in the history
  3. fix: improved way to enable devtools in production ui builds

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    7109988 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    d6359fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4400e View commit details
    Browse the repository at this point in the history
  3. fix: update ui to support pulling interpreter from local dir

    We had been pointing to a remote git branch. To fix this required passing through `cwd` to the pty spawn, because it defaults to using the user's home directory. If we want to use a relative path to the interpreter in our requirements.txt, we need to inherit cwd.
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    ad97743 View commit details
    Browse the repository at this point in the history
  4. fix: interpreter squashes PdlRuntimeErrors

    Signed-off-by: Nick Mitchell <[email protected]>
    
    CLI exits with code 1 in case of failure
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1a4f23f View commit details
    Browse the repository at this point in the history
  5. fix: interpreter fails when passed parameters with null/None values

    ```
    Error during 'ollama/granite3.2:2b' model call: TypeError("litellm.main.completion() got multiple values for keyword argument 'stream'")
    ```
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    de41078 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    f3f49dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73c106 View commit details
    Browse the repository at this point in the history
  3. fix: interpreter emits expr messages for asynchronous calls

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    81e8148 View commit details
    Browse the repository at this point in the history
  4. chore: ui dependence bumps

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    27a12e0 View commit details
    Browse the repository at this point in the history
  5. fix: re-generate demo9.json

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    7607841 View commit details
    Browse the repository at this point in the history
  6. feat: compile bee to pdl

    Signed-off-by: Nick Mitchell <[email protected]>
    
    This also improves error handling in the rust code.
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    8653808 View commit details
    Browse the repository at this point in the history
  7. fix: rerun in ui bombs

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    9d73208 View commit details
    Browse the repository at this point in the history
  8. fix: async model call prints should only occur if PDL_VERBOSE_ASYNC e…

    …nv is set
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    3ec43af View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. fix: skip litellm 1.63.14

    Error with examples/rag.py pre-commit run:
    ```
    examples/rag/rag.py:108:21 - error: Cannot access attribute "data" for class "Coroutine[Any, Any, EmbeddingResponse]"
    ```
    
    BerriAI/litellm#9526
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    0ef7810 View commit details
    Browse the repository at this point in the history
  2. fix: pin openai==1.61.0 pip due to breaking change on their side

    This is until we can pick up a litellm fix.
    
    BerriAI/litellm#9424
    
    Signed-off-by: Nick Mitchell <[email protected]>
    starpit committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    39c4b95 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump vite from 6.2.2 to 6.2.3 in /pdl-live-react

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.2 to 6.2.3.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and starpit committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d6d2ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. chore: bump ui to 0.5.1 (#821)

    Signed-off-by: Nick Mitchell <[email protected]>
    starpit authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    abd6233 View commit details
    Browse the repository at this point in the history
Loading