1.4.0 #37
cybaea
announced in
Announcements
1.4.0
#37
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v1.4.0: The "Analyst" Update 🧠 + 🧮
This isn't just a chat update—it's a brain transplant.
In version 1.4.0, we are introducing the Computational Solver, a specialized sub-agent that gives your vault the ability to write and execute Python code.
Your Agent is no longer limited to summarizing text. It can now act as a Data Analyst:
@Expensesnote and forecast next month's spend."@WeightLog."We have also rebuilt the engine under the hood. The new "Greedy Packing" strategy replaces arbitrary text limits with intelligent context management, allowing the Agent to read entire documents (up to your token budget) to capture the full nuance of your long-form writing.
From passive storage to active reasoning—enjoy your new analyst.
(See our newly published Roadmap for where we are going next!)
🚀 Added
@Monthly Expensesand forecast next month's spend").⚡ Changed
🛠 Developers
AgentServiceto dynamically construct thetoolsarray at runtime. This resolves an issue where conditional tools (like the solver) were defined but not correctly passed to the model if disabled.GeminiServiceto manually parse multi-part responses (text,executableCode,codeExecutionResult), resolving SDK warnings about mixed content types.MAX_TOTAL_CONTEXTconstants. Context limits are now calculated dynamically based on the user'scontextWindowTokenssetting.computational_solvertool.This discussion was created from the release 1.4.0.
All reactions