Releases: AgentScript-AI/agentscript
Releases · AgentScript-AI/agentscript
v0.9.0
10 Apr 14:14
Compare
Sorry, something went wrong.
No results found
0.9.0 (2025-04-10)
🚀 Features
extracted serializer to a separate package (c60ac35 )
build improvements (3d5cd2d )
add common eslint config (8454174 )
🩹 Fixes
❤️ Thank You
v0.8.0
04 Mar 13:44
Compare
Sorry, something went wrong.
No results found
0.8.0 (2025-03-04)
🚀 Features
refining tools, openapi doc filtering and tool improvements (d398557 )
❤️ Thank You
v0.7.2
04 Mar 08:41
Compare
Sorry, something went wrong.
No results found
0.7.2 (2025-03-04)
🩹 Fixes
support optional calls (13451b6 )
improve system prompt (1184567 )
improved allowed natives in runtime (c608342 )
added Number.prototype methods to allowed natives (04c3ddd )
compilation fix (fe7c7bd )
removed Map.prototype.size from allowed natives (4c4f4a7 )
❤️ Thank You
v0.7.1
03 Mar 13:38
Compare
Sorry, something went wrong.
No results found
0.7.1 (2025-03-03)
🩹 Fixes
fix unsafe value assignment (11da89b )
optional property access support (9930060 )
❤️ Thank You
v0.7.0
03 Mar 11:06
Compare
Sorry, something went wrong.
No results found
0.7.0 (2025-03-03)
🚀 Features
support record schema type (9e7dec8 )
add support for lazy schema (7451cac )
support early return from the script (7906d78 )
support object spread (84d3b1f )
support assigning object property (12d4b9e )
poc of @agentscript-ai/openapi library (4fe08e5 )
add array spread support (da52177 )
add regex support (6586836 )
core: allow tools to inject dependencies from ioc container (c8faee6 )
🩹 Fixes
improvent to cjs support (17ea9a0 )
fix support for logical operators (fea98d5 )
agent prompt fix for longer context windows (a3abfe6 )
fixed lazy schemas (5ee77a8 )
removing unnecessary exports from runtime code (0010b3a )
compilation fixes (e04cb75 )
fix stack frame for object and array literals (c64a0dc )
fix literal expression type (cbe6ba9 )
❤️ Thank You
v0.6.0
24 Feb 10:12
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-02-24)
🚀 Features
add while loop and variable increment (9a05c34 )
add unary operators (ad85b76 )
added custom agent metadata (b926f63 )
commonjs support (d483204 )
add @agentscript/llamaindex package (c66dec6 )
❤️ Thank You
v0.5.0
27 Jan 11:29
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-01-27)
🚀 Features
ast runtime optimizations (afbca7d )
extracted parser to a separate package (207846d )
add support for Vercel AI SDK providers (5b4fbeb )
added support for LangChain models (a5c1ed4 )
🩹 Fixes
❤️ Thank You
v0.4.0
22 Jan 11:45
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-01-22)
🚀 Features
experimental support for chain of agents (dd1d7d1 )
core: add support for if, else, else if (7ac1828 )
core: serialization optimizations (485956b )
core: ternary operator support (9c1a6ca )
runtime: template literals (3f7134a )
🩹 Fixes
bump package versions (8ff632c )
ast literals optimization (1c122c5 )
core: minor fixes and temporary deprecations (51c1556 )
❤️ Thank You
v0.3.0
14 Jan 10:16
Compare
Sorry, something went wrong.
No results found
0.3.0 (2025-01-14)
🚀 Features
add binary operators (#8 )
execution state perisistence (#9 )
support array.map loops (#10 )
🩹 Fixes
parsing LLM response when code is not wrapped (96f23f1 )
❤️ Thank You
v0.2.0
14 Jan 10:21
Compare
Sorry, something went wrong.
No results found
0.2.0 (2025-01-13)
🚀 Features
tool execution state (#6 )
tool interactivity (#7 )
🩹 Fixes
runtime code generation refactor (b8b2740 )
❤️ Thank You