Skip to content

v0.5#13

Merged
evermake merged 21 commits into
mainfrom
v0.5
Dec 9, 2025
Merged

v0.5#13
evermake merged 21 commits into
mainfrom
v0.5

Conversation

@evermake
Copy link
Copy Markdown
Member

@evermake evermake commented Dec 8, 2025

  • Added knip to detect unused code;
  • Added Effect LSP to typechecking process;
  • Removed InputFile module;
  • Added File module was introduced with types supported for uploading, and with file downloading utilities;
  • Added support for uploading files in BotApiTransport;
  • Renamed Chat module to Dialog;
  • Added support for more content types with convenient constructors;
  • Merged Middleware module into Bot;
  • Added BotApi.callMethod method for convenient calling arbitrary API methods;
  • Added BotApiUrl module that encapsulates Bot API URL paths configuration;
  • Removed BotApiWebhook module (needs better API design);
  • Added Markup module (WIP);
  • Enhanced Send module API by introducing MessageToSend model and Send.Dialog service;
  • Updated dependencies;
  • Other minor API changes and internal refactoring.

Closes #4, closes #12.

@evermake evermake marked this pull request as ready for review December 9, 2025 13:15
@evermake evermake merged commit 7176d70 into main Dec 9, 2025
3 checks passed
@evermake evermake deleted the v0.5 branch December 9, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Effect language service in typechecking process File uploads

1 participant