-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: IBM/prompt-declaration-language
base: v0.5.0
head repository: IBM/prompt-declaration-language
compare: v0.5.1
- 20 commits
- 38 files changed
- 4 contributors
Commits on Mar 19, 2025
-
fix: enable ui developer tools for production builds
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a6d52 - Browse repository at this point
Copy the full SHA 91a6d52View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 683e62b - Browse repository at this point
Copy the full SHA 683e62bView commit details -
fix: improved way to enable devtools in production ui builds
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7109988 - Browse repository at this point
Copy the full SHA 7109988View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d6359fc - Browse repository at this point
Copy the full SHA d6359fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4400e - Browse repository at this point
Copy the full SHA af4400eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ad97743 - Browse repository at this point
Copy the full SHA ad97743View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1a4f23f - Browse repository at this point
Copy the full SHA 1a4f23fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for de41078 - Browse repository at this point
Copy the full SHA de41078View commit details
Commits on Mar 21, 2025
-
fix: ui demos/run.sh erroneously disabled generating demo9.json (#813)
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3f49dd - Browse repository at this point
Copy the full SHA f3f49ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a73c106 - Browse repository at this point
Copy the full SHA a73c106View commit details -
fix: interpreter emits
expr
messages for asynchronous callsSigned-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81e8148 - Browse repository at this point
Copy the full SHA 81e8148View commit details -
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27a12e0 - Browse repository at this point
Copy the full SHA 27a12e0View commit details -
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7607841 - Browse repository at this point
Copy the full SHA 7607841View commit details -
Signed-off-by: Nick Mitchell <[email protected]> This also improves error handling in the rust code. Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8653808 - Browse repository at this point
Copy the full SHA 8653808View commit details -
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d73208 - Browse repository at this point
Copy the full SHA 9d73208View commit details -
fix: async model call prints should only occur if PDL_VERBOSE_ASYNC e…
…nv is set Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ec43af - Browse repository at this point
Copy the full SHA 3ec43afView commit details
Commits on Mar 25, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0ef7810 - Browse repository at this point
Copy the full SHA 0ef7810View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 39c4b95 - Browse repository at this point
Copy the full SHA 39c4b95View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d6d2ba3 - Browse repository at this point
Copy the full SHA d6d2ba3View commit details
Commits on Mar 26, 2025
-
chore: bump ui to 0.5.1 (#821)
Signed-off-by: Nick Mitchell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abd6233 - Browse repository at this point
Copy the full SHA abd6233View commit details
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 v0.5.0...v0.5.1