Skip to content

Commit 717f30c

Browse files
deploy: 470f5da
0 parents  commit 717f30c

33 files changed

+13240
-0
lines changed

.nojekyll

Whitespace-only changes.

CHANGELOG-commonmark.md

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

0 commit comments

Comments
 (0)