Skip to content

Commit 9fec86f

Browse files
deploy: bc99b16
0 parents  commit 9fec86f

34 files changed

+13480
-0
lines changed

.nojekyll

Whitespace-only changes.

CHANGELOG-commonmark.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
2+
3+
# Release notes
4+
5+
<!-- do not remove -->
6+
7+
## 0.2.1
8+
9+
### New Features
10+
11+
- Optionally dont raise error on `call_func`
12+
([\#31](https://github.com/AnswerDotAI/toolslm/pull/31)), thanks to
13+
[@erikgaas](https://github.com/erikgaas)
14+
- dict support in `get_schema`
15+
([\#30](https://github.com/AnswerDotAI/toolslm/issues/30))
16+
17+
## 0.2.0
18+
19+
### Breaking changes
20+
21+
- Optional libs (http2text, beautifulsoup, llms_txt) are no longer
22+
automatically installed
23+
24+
### New Features
25+
26+
- Lazily load optional modules
27+
([\#29](https://github.com/AnswerDotAI/toolslm/issues/29))
28+
29+
## 0.1.3
30+
31+
### New Features
32+
33+
- Pass glb,loc to python
34+
([\#28](https://github.com/AnswerDotAI/toolslm/issues/28))
35+
36+
## 0.1.2
37+
38+
### New Features
39+
40+
- Adds `call_func_async`
41+
([\#27](https://github.com/AnswerDotAI/toolslm/pull/27)), thanks to
42+
[@mikonapoli](https://github.com/mikonapoli)
43+
- Add arg ignore links
44+
([\#26](https://github.com/AnswerDotAI/toolslm/pull/26)), thanks to
45+
[@Isaac-Flath](https://github.com/Isaac-Flath)
46+
47+
## 0.1.1
48+
49+
### New Features
50+
51+
- Add arg ignore links
52+
([\#26](https://github.com/AnswerDotAI/toolslm/pull/26)), thanks to
53+
[@Isaac-Flath](https://github.com/Isaac-Flath)
54+
55+
### Bugs Squashed
56+
57+
- fix: prevent markdown heading detection inside code blocks
58+
([\#25](https://github.com/AnswerDotAI/toolslm/pull/25)), thanks to
59+
[@franckalbinet](https://github.com/franckalbinet)
60+
- Fix markdown hierarchy parsing for arbitrary header levels
61+
([\#22](https://github.com/AnswerDotAI/toolslm/pull/22)), thanks to
62+
[@erikgaas](https://github.com/erikgaas)
63+
64+
## 0.1.0
65+
66+
### Breaking changes
67+
68+
- Replace `source` with `src` in context generation
69+
([\#17](https://github.com/AnswerDotAI/toolslm/issues/17))
70+
71+
## 0.0.8
72+
73+
### New Features
74+
75+
- Escape and print context in `folder2ctx` et al
76+
([\#16](https://github.com/AnswerDotAI/toolslm/issues/16))
77+
78+
## 0.0.7
79+
80+
### New Features
81+
82+
- Add `dict2obj` to `md_hier` funcs
83+
([\#15](https://github.com/AnswerDotAI/toolslm/issues/15))
84+
- Migrate call_func from claudette to toolslm
85+
([\#14](https://github.com/AnswerDotAI/toolslm/pull/14)), thanks to
86+
[@ncoop57](https://github.com/ncoop57)
87+
- Allow for getting schemas from nested structures
88+
([\#11](https://github.com/AnswerDotAI/toolslm/pull/11)), thanks to
89+
[@ncoop57](https://github.com/ncoop57)
90+
- Allow for `sel` to select and wrap multiple element results
91+
([\#10](https://github.com/AnswerDotAI/toolslm/pull/10)), thanks to
92+
[@Isaac-Flath](https://github.com/Isaac-Flath)
93+
94+
### Bugs Squashed
95+
96+
- Using `get_schema` on class method results in type missing error
97+
([\#12](https://github.com/AnswerDotAI/toolslm/issues/12))
98+
99+
## 0.0.6
100+
101+
### New Features
102+
103+
- Add `read_docs` and `find_docs`
104+
([\#8](https://github.com/AnswerDotAI/toolslm/issues/8))
105+
106+
## 0.0.5
107+
108+
### Bugs Squashed
109+
110+
- XML tools assume all files have content
111+
([\#3](https://github.com/AnswerDotAI/toolslm/issues/3))
112+
113+
## 0.0.4
114+
115+
- Minor updates
116+
117+
## 0.0.2
118+
119+
- Rename project
120+
121+
## 0.0.1
122+
123+
- Initial alpha release

0 commit comments

Comments
 (0)