Skip to content

Commit f1e5fb8

Browse files
committed
chore: update changelog
1 parent 9797b4b commit f1e5fb8

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

packages/ragbits/CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,67 @@
44

55
## 1.3.0 (2025-09-11)
66

7+
### Added
8+
9+
- **Agents**
10+
- Agents in CLI support (#776)
11+
- Force tool calling support (#751)
12+
- Trace tool calls in agents (#790)
13+
- PydanticAI agents support (#755)
14+
- AgentDependencies in AgentRunContext (#781)
15+
16+
- **Authentication**
17+
- Backend authentication into the chat (#761)
18+
- UI auth token storage (#802)
19+
- Initial auth plugin for UI (#763)
20+
- Standardized chat typing system (#803)
21+
- Ragbits-chat tutorial and how-to documentation (#778)
22+
23+
- **UI Enhancements**
24+
- Persistent user settings v2 (#799)
25+
- Usage component for tracking resource consumption (#786)
26+
- Clear message event functionality (#789)
27+
- Page title & favicon customization (#767)
28+
29+
- **Vector stores**
30+
- Support for vectors longer than 2000 tokens in pgvector (#777)
31+
32+
- **Ragbits document-search**
33+
- PPTX document parser support (#693)
34+
35+
- **Developer Experience**
36+
- Autogenerate TypeScript types (#727)
37+
- Automated UI build system (#784)
38+
- Optional parallel batches execution in ragbits.evaluate.Evaluator (#769)
39+
40+
- **Performance**
41+
- Better litellm lazy loading for improved app speed-up (#806)
42+
- Lazy loading to decrease app startup time (#753)
43+
44+
### Fixed
45+
- UI build issues (#796, #794)
46+
- Infinite initialization bug (#793)
47+
- Disappearing history and ChatOptions sending message issue (#791)
48+
- Litellm logging spam (#792)
49+
- Prompt consuming same iterator twice (#768)
50+
751
### Changed
852

53+
- Refactored UI event handling system (#805)
954
- ragbits-chat updated to version v1.3.0
1055
- ragbits-cli updated to version v1.3.0
1156
- ragbits-document-search updated to version v1.3.0
1257
- ragbits-evaluate updated to version v1.3.0
1358
- ragbits-guardrails updated to version v1.3.0
1459
- ragbits-core updated to version v1.3.0
1560

61+
### Infrastructure
62+
- Setup nightly releases (#808)
63+
- Changelog branch comparison and autogeneration (#807)
64+
- Added UI plugin tests (#797)
65+
- Removed config test (#795)
66+
- Various CI/CD updates
67+
1668
## 1.2.2 (2025-08-08)
1769

1870
### Changed

0 commit comments

Comments
 (0)