Releases: zAlweNy26/ts-cat
Releases Β· zAlweNy26/ts-cat
v1.3.1
π Enhancements
- Improve HTTP errors (9205a66)
- Add
afterSendMessage
hook (7d54491) - Add batch files uploading endpoint (e5f6074)
- Add models interactions and update hooks (4f73bc0)
π©Ή Fixes
- Update deps, docker compose and some fixes (c61cd24)
π Types
- Fix typechecks (f188791)
π‘ Chore
- Export AgentManager and VectorMemory (4d2b0bd)
β€οΈ Contributors
- Dany zdanymc@gmail.com
v1.3.0
π Enhancements
- Improve tool parser (a79416a)
- Update LLM and Embedder configs (68a0e26)
- Add parseJson utils (485ffc3)
- RabbitHole: Add 2 new hooks (f167e10)
- Update prompt template and output parser (0beb14a)
- Update langchain to v0.2 (52bef47)
- Add WhiteRabbit (job scheduler) (fb815ce)
- Improve plugin importing using Blobs (49b9962)
- Promisify specific hooks (648b76f)
π©Ή Fixes
- Small general fixes (5170dfb)
- Improve AgentManager (9015cdb)
- Fix multi-action agent with temp patch (760da42)
- Require Bun v1.1.19+ to work (30ce63d)
- Fix chat history saving (45cc9c8)
π Refactors
- Update AgentManager with improvements (523ce0b)
- Switch to Bun runtime (635c6bc)
- Migrate from Fastify to Elysia (6d2b0f9)
π Types
- Move types to separate folder (472d4de)
π‘ Chore
- Update dependencies (ee47e5e)
- Update plugin importing (eaaf447)
- Improve api zod schemas (97c5a0c)
- Update AgentManager (b6a7e79)
- Update deps and overall code (3e1a9a0)
- Improve codebase (5f32f25)
- Small tweaks and update deps (48e846c)
- Small updates (9b25b1f)
- Remove unused css (4a31091)
- Bun-related updates (8b04e99)
- Update unauthorized error (3726619)
- Add getters for WhiteRabbit and RabbitHole (d2d6ff3)
- Small tweaks (20705ea)
β Tests
- Temporary bypass bun tests (0ae3cd5)
π¨ Styles
- Fix readmes (37720be)
π€ CI
β€οΈ Contributors
- Dany zdanymc@gmail.com
- ZAlweNy26 zdanymc@gmail.com
v1.2.6
π Enhancements
- Refactor database instance (6d141bf)
- Add source query param to chunk upload (4e8cbef)
- Add new database keys and fix defaults (7809128)
π©Ή Fixes
- Fix routes schemas (4957199)
- Fix boolean coercion (dbddd89)
- Fix error schema in endpoints (6134b93)
- Improve json tool parser (2ba8660)
- RabbitHole: Fix documents splitting, rename hooks (87e3afe)
π Documentation
- Add missing jsdocs (513abf5)
π‘ Chore
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com
v1.2.5
π Enhancements
π©Ή Fixes
π‘ Chore
- Rename CatTool options (cfaa9a3)
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com
v1.2.4
v1.2.3
π Enhancements
- MadHatter: Add 3 new hooks: #17 (#17)
- Plugin:
getPluginInfo
is now specific (fec1eb1) - Plugin: Revert loading of manifest and settings to be sync (ef6f67f)
- Memory: Add route to retrieve documents by metadata (1532d3d)
- Plugin: Add defaults to settings schema (9042a97)
π©Ή Fixes
π Documentation
π‘ Chore
β Tests
- Add sample files (d039f26)
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com
v1.2.2
π Enhancements
π©Ή Fixes
- Small form fixes (e786c98)
π Documentation
- Add CONTRIBUTING and CODE OF CONDUCT (533c4d0)
π‘ Chore
- Update dependencies (d24498d)
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com
v1.2.1
v1.2.0
π Enhancements
- Add save param for /chat endpoint (8a1b2d4)
- Add Zod in the database config (1e6762f)
- Add instant tool call syntax (d7255c8)
- Toggle procedures via endpoint (756c1ad)
- Add web parsers (74b6ab8)
π©Ή Fixes
π Refactors
- Removed automatic embedder selection (6af0bcf)
π Documentation
- Update README.md (ec58341)
π Types
- Add AgentFastReply interface (cceb122)
π‘ Chore
- Add
from
property in hooks (a803a2a) - Change procedures casing (snake to kebab) (6346c13)
- Update deps (bee8219)
- Improve rabbit hole error handling (28cf108)
π¨ Styles
- Improve welcome log spacing (727a1f9)
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com
v1.1.1
π Enhancements
- Add defaults in parsed env vars (cb0e1f9)
- Publicized ws queue on stray cat (8efce56)
- Add MistralAI llm config (b12a1b9)
- Add TogetherAI and Fireworks embedder configs (c0a1a16)
π©Ή Fixes
- Swagger server path (45765dd)
π Documentation
- Update various READMEs (8dbc1f6)
β Tests
- Update test setup and add some utils tests (ca121a8)
β€οΈ Contributors
- zAlweNy26 zdanymc@gmail.com