feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-07-22 21:55:21 +00:00
parent f2d28d2990
commit 08130f0c06
10 changed files with 407 additions and 207 deletions

View file

@ -3,7 +3,7 @@ name = "opencode-ai"
version = "0.1.0-alpha.28"
description = "The official Python library for the opencode API"
dynamic = ["readme"]
license = "Apache-2.0"
license = "MIT"
authors = [
{ name = "Opencode", email = "support@sst.dev" },
]
@ -31,7 +31,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: Apache Software License"
"License :: OSI Approved :: MIT License"
]
[project.urls]