-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: agentclientprotocol/python-sdk
base: 0.6.3
head repository: agentclientprotocol/python-sdk
compare: 0.7.0
- 20 commits
- 65 files changed
- 6 contributors
Commits on Nov 5, 2025
-
fix: not support 3.14 yet (#23)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56a28fa - Browse repository at this point
Copy the full SHA 56a28faView commit details -
chore: try to support py314 (#24)
Signed-off-by: Chojan Shang <psiace@apache.org>
Configuration menu - View commit details
-
Copy full SHA for 11b09d4 - Browse repository at this point
Copy the full SHA 11b09d4View commit details
Commits on Nov 7, 2025
-
docs: fix all the broken links after the repo migration (#25)
Signed-off-by: Keming <kemingy94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8df885 - Browse repository at this point
Copy the full SHA f8df885View commit details -
chore: pin ci with commit hash (#26)
Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
Configuration menu - View commit details
-
Copy full SHA for 53761f1 - Browse repository at this point
Copy the full SHA 53761f1View commit details
Commits on Nov 13, 2025
-
*: polish docs with real use case and add a maker file for typing hint (
#29) * chore: add a maker file for typing hint Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * docs: better documents, also add real use cases Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * docs: make every docs read easy Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: add github templates Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> --------- Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4d4e9de - Browse repository at this point
Copy the full SHA 4d4e9deView commit details
Commits on Nov 14, 2025
-
fix(issue #27): added an optional limit parameter to spawn_stdio_tran…
…sport and stdio_streams (#28) Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
Configuration menu - View commit details
-
Copy full SHA for 51054b0 - Browse repository at this point
Copy the full SHA 51054b0View commit details
Commits on Nov 19, 2025
-
chore: switch to using prek (#32)
Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 9dd7ba2 - Browse repository at this point
Copy the full SHA 9dd7ba2View commit details -
docs: fix a dead link and format md (#33)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0aaa35 - Browse repository at this point
Copy the full SHA e0aaa35View commit details -
fix: better make help do not use uv (#34)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8039107 - Browse repository at this point
Copy the full SHA 8039107View commit details -
chore: check the links in ci (#35)
Signed-off-by: Keming <kemingy94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d369ba5 - Browse repository at this point
Copy the full SHA d369ba5View commit details
Commits on Dec 4, 2025
-
feat: change field names to snake case (#31)
* feat: change field names to snake case Signed-off-by: Frost Ming <me@frostming.com> * fix lint errors Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 6f61a12 - Browse repository at this point
Copy the full SHA 6f61a12View commit details -
feat: Auto-generate agent/client methods based on the schema (#36)
* feat: Auto-generate agent/client methods based on the schema Signed-off-by: Frost Ming <me@frostming.com> * fix: overrides in gen_schema.py Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for d50ce55 - Browse repository at this point
Copy the full SHA d50ce55View commit details -
feat: Redesign the APIs to be more intuitive, and make them backward-…
…compatible (#37) * feat: Expose new APIs for running agent and connect with client Signed-off-by: Frost Ming <me@frostming.com> * fix: allow camelCase for accessing Signed-off-by: Frost Ming <me@frostming.com> * fix: make the docs clearer Signed-off-by: Frost Ming <me@frostming.com> * doc: add a migration guide Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 2dd281f - Browse repository at this point
Copy the full SHA 2dd281fView commit details -
fix: backward compatibility for the default behavior of AgentSideConn…
…ection (#38) * fix: backward compatibility for the default behavior of AgentSideConnection Signed-off-by: Frost Ming <me@frostming.com> * fix: add 0.7 Migration Guide to navigation Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 36f5643 - Browse repository at this point
Copy the full SHA 36f5643View commit details -
fix: use classmethod for error factory methods (#40)
* fix: use classmethod for error factory methods Signed-off-by: Frost Ming <me@frostming.com> * fix: update return type hints for RequestError factory methods Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for a121ab8 - Browse repository at this point
Copy the full SHA a121ab8View commit details -
feat: update to unstable schema and metadata (#42)
* feat: update to unstable schema and metadata Signed-off-by: Frost Ming <me@frostming.com> * feat: adapt to the 0.7.0 schema Signed-off-by: Frost Ming <me@frostming.com> --------- Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 7a569e3 - Browse repository at this point
Copy the full SHA 7a569e3View commit details -
feat: upgrade schema to 0.8.0 (#43)
Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 9b35d0d - Browse repository at this point
Copy the full SHA 9b35d0dView commit details -
fix: exclude unneeded filed from sdist build (#41)
- LInt and fix examples/* - Switch to pdm.backend - Exclude .uv-cache and .github from sdist build Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 58cd8e9 - Browse repository at this point
Copy the full SHA 58cd8e9View commit details -
feat: upgrade schema to 0.9.1 (#44)
* chore: make check happy Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: gen schema with 0.9.1 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: bump to 0.7.0 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> --------- Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6d52021 - Browse repository at this point
Copy the full SHA 6d52021View commit details -
Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
Chojan Shang committedDec 4, 2025 Configuration menu - View commit details
-
Copy full SHA for a09e090 - Browse repository at this point
Copy the full SHA a09e090View 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 0.6.3...0.7.0