Commit c378929
authored
chore: release 0.12.0 (#171)
🚀 Want to release this?
---
##
[0.12.0](v0.11.3...v0.12.0)
(2025-07-11)
### Features
* client sampling capability
([#170](#170))
([da617a6](da617a6))
* roots/list and completion features
([#178](#178))
([d22a6bd](d22a6bd))
* server components cursor pagination
([#177](#177))
([a95eba7](a95eba7))
* server-side sampling capability
([#173](#173))
([c09e7f3](c09e7f3))
### Bug Fixes
* allow configuring server request timeout
([#182](#182))
([e79fe2f](e79fe2f))
* do not allow duplicate server components and more convenient API
([#180](#180))
([bc71df8](bc71df8))
### Miscellaneous Chores
* add llms summary about the library
([#175](#175))
([ed0e608](ed0e608))
* allow different kind of components have the same name
([#181](#181))
([d5ba6f5](d5ba6f5))
### Code Refactoring
* handle_sampling callback, use frame as entrypoint for notifications
([#176](#176))
([1e88711](1e88711))
* interactive tasks now support JSON file input
([#172](#172))
([9465266](9465266))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: cloudwalk-actions[bot] <156226953+cloudwalk-actions[bot]@users.noreply.github.com>1 parent e79fe2f commit c378929
File tree
5 files changed
+32
-4
lines changed- .github
5 files changed
+32
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
5 | 33 | | |
6 | 34 | | |
7 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments