-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: moeru-ai/xsai
base: v0.0.24
head repository: moeru-ai/xsai
compare: main
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8658a12 - Browse repository at this point
Copy the full SHA 8658a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b21e9 - Browse repository at this point
Copy the full SHA c7b21e9View commit details -
feat: new package
stream-object
(#18)* feat: new package `stream-object` * chore(xsai): update exports * chore(stream-object): fix test name * refactor(generate-object): de-duplication
Configuration menu - View commit details
-
Copy full SHA for 880dc06 - Browse repository at this point
Copy the full SHA 880dc06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33653f1 - Browse repository at this point
Copy the full SHA 33653f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e2d5a - Browse repository at this point
Copy the full SHA 59e2d5aView commit details
Commits on Jan 9, 2025
-
refactor(providers)!: improve structure (#19)
* refactor(providers): remove openai-compatible * refactor(providers/speech): move model to top-level, remove voice
Configuration menu - View commit details
-
Copy full SHA for 831e080 - Browse repository at this point
Copy the full SHA 831e080View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9914c7 - Browse repository at this point
Copy the full SHA c9914c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef0f2e - Browse repository at this point
Copy the full SHA cef0f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8e77e - Browse repository at this point
Copy the full SHA ec8e77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 986f6f2 - Browse repository at this point
Copy the full SHA 986f6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 604301a - Browse repository at this point
Copy the full SHA 604301aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50865f - Browse repository at this point
Copy the full SHA f50865fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df5a86 - Browse repository at this point
Copy the full SHA 8df5a86View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fa030f8 - Browse repository at this point
Copy the full SHA fa030f8View commit details
Commits on Jan 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49b99be - Browse repository at this point
Copy the full SHA 49b99beView commit details -
feat(generate-text): add toolCalls, toolResults (#22)
* feat(generate-text): add toolCalls and toolResults * Update packages/generate-object/src/index.ts Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b9c73a - Browse repository at this point
Copy the full SHA 9b9c73aView commit details -
refactor(generate-text): trampoline function (#25)
* refactor(generate-text)!: trampoline function * fix(generate-text): clean steps * refactor(generate-text): simplify naming * refactor(generate-text): simplify naming * chore(tool): update test * chore(generate-text): update test
Configuration menu - View commit details
-
Copy full SHA for d143e32 - Browse repository at this point
Copy the full SHA d143e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6adcb2 - Browse repository at this point
Copy the full SHA f6adcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59ab2c - Browse repository at this point
Copy the full SHA c59ab2cView commit details
Commits on Jan 15, 2025
-
feat(generate-text): add onStepFinish() (#26)
* feat(generate-text): add onStepFinish() * chore(generate-text): update test
Configuration menu - View commit details
-
Copy full SHA for 2bc1733 - Browse repository at this point
Copy the full SHA 2bc1733View commit details -
feat(stream-text): add onChunk() (#27)
* feat(stream-text): add onChunk() * chore(stream-text): update test * chore(stream-text): update test snapshot
Configuration menu - View commit details
-
Copy full SHA for 4d5a1e4 - Browse repository at this point
Copy the full SHA 4d5a1e4View commit details -
refactor!: rename & move (#28)
* refactor: move usage to shared-chat * refactor(stream-text)!: rename StreamTextResponse to ChunkResult * fix(xsai): update export
Configuration menu - View commit details
-
Copy full SHA for 0570a77 - Browse repository at this point
Copy the full SHA 0570a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8535548 - Browse repository at this point
Copy the full SHA 8535548View commit details
Commits on Jan 16, 2025
-
chore(deps): bump version (#29)
* chore(deps): bump dependencies * chore: update eslint * fix: lint
Configuration menu - View commit details
-
Copy full SHA for 90d0db0 - Browse repository at this point
Copy the full SHA 90d0db0View commit details
Commits on Jan 18, 2025
-
fix(stream-text): incorrectly handled errors (#31)
Co-authored-by: iseki <admin@iseki.space>
Configuration menu - View commit details
-
Copy full SHA for 34970df - Browse repository at this point
Copy the full SHA 34970dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ea738 - Browse repository at this point
Copy the full SHA e0ea738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c73eb3 - Browse repository at this point
Copy the full SHA 5c73eb3View commit details
Commits on Jan 19, 2025
-
fix(stream-text): ensure SSE handling conforms to the spec (#33)
* fix(stream-text): ensure SSE handling conforms to the spec * fix(stream-text): currently, we don't supports line break other '\n' * Update packages/stream-text/src/index.ts Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com> * Update packages/stream-text/src/index.ts Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com> * fix(stream-text): keep comments --------- Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2843900 - Browse repository at this point
Copy the full SHA 2843900View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d8502 - Browse repository at this point
Copy the full SHA a0d8502View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e677f8e - Browse repository at this point
Copy the full SHA e677f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e146b - Browse repository at this point
Copy the full SHA 22e146bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3f590 - Browse repository at this point
Copy the full SHA 8c3f590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d60993 - Browse repository at this point
Copy the full SHA 4d60993View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc5227 - Browse repository at this point
Copy the full SHA ebc5227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796154b - Browse repository at this point
Copy the full SHA 796154bView commit details -
feat(tool): add execute options (#35)
* fix(tool/generate-text): add reference * feat(tool): add execute options
Configuration menu - View commit details
-
Copy full SHA for 210f2c4 - Browse repository at this point
Copy the full SHA 210f2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef31ccf - Browse repository at this point
Copy the full SHA ef31ccfView commit details
Commits on Jan 23, 2025
-
feat!: new
utils-{chat,stream}
package (#36)* refactor!: new `utils-{chat,stream}` package * fix: lint code * feat(utils-stream): add smoothStream * refactor(utils-stream/smooth-stream): handle zero delay * feat(utils-stream): add simulateReadableStream * chore!: relicense to apache-2.0 * chore(utils): remove private field * fix(license): update copyright * Revert "fix(license): update copyright" This reverts commit 7a85cd6. * Revert "chore!: relicense to apache-2.0" This reverts commit 826b420. * chore(utils-stream): add license header * chore(utils-stream): update license header
Configuration menu - View commit details
-
Copy full SHA for ac14b49 - Browse repository at this point
Copy the full SHA ac14b49View commit details
Commits on Jan 30, 2025
-
feat(generate-text): return messages (#37)
* feat(generate-text): return messages * fix(generate-object): return messages
Configuration menu - View commit details
-
Copy full SHA for 65e2d72 - Browse repository at this point
Copy the full SHA 65e2d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4447303 - Browse repository at this point
Copy the full SHA 4447303View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f01f0 - Browse repository at this point
Copy the full SHA a4f01f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4896299 - Browse repository at this point
Copy the full SHA 4896299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3e65e - Browse repository at this point
Copy the full SHA 5f3e65eView commit details -
feat(generate-text): step type, step finish reason (#38)
* feat(generate-text): step type, step finish reason * refactor(generate-object): return tool calls, tool results * fix: lint code
Configuration menu - View commit details
-
Copy full SHA for 0334e44 - Browse repository at this point
Copy the full SHA 0334e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9672d84 - Browse repository at this point
Copy the full SHA 9672d84View commit details
Commits on Feb 3, 2025
-
fix(utils-chat): array tool calls incorrectly constructed (#39)
Co-authored-by: LemonNeko <chheese048@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a373637 - Browse repository at this point
Copy the full SHA a373637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13180a2 - Browse repository at this point
Copy the full SHA 13180a2View commit details
Commits on Feb 5, 2025
-
feat!: new package
xsschema
(#40)* feat: new package `xsschema` * chore: clean cspell config * fix(tsconfig): add reference * fix(xsschema): add json-schema types to dev deps * chore(xsschema): export schema type * fix(xsschema): export schema type * refactor!: use xsschema instead of typeschema * fix(generate-object): direct return * fix(tool): drop tool result generic type * fix(xsschema): mark return type, handle unknown vendor * feat(xsschema): export json schema type * chore(generate-text): update test snapshot * fix(generate-text): check content length * chore(tool): update test snapshot
Configuration menu - View commit details
-
Copy full SHA for 29e4d21 - Browse repository at this point
Copy the full SHA 29e4d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for da789f3 - Browse repository at this point
Copy the full SHA da789f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2383d06 - Browse repository at this point
Copy the full SHA 2383d06View commit details
There are no files selected for viewing