Version Packages#139
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0c89243 to
5467be3
Compare
5467be3 to
7785f7e
Compare
7785f7e to
e7ec3bf
Compare
e7ec3bf to
c24818e
Compare
c24818e to
883ccef
Compare
883ccef to
529b9ac
Compare
529b9ac to
e06c69d
Compare
e06c69d to
e4555b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@dawn-ai/langchain@1.0.0
Major Changes
@langchain/core(0.3 → 1.x),@langchain/langgraph(0.2 → 1.x),@langchain/openai(0.3 → 1.x), andzod(3 → 4). Removes the dual-zod-version cast workaround intool-converter.ts;DynamicStructuredToolnow accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).Minor Changes
plan.mdfile in a route directory now opts the agent into a built-inwrite_todostool, atodosstate channel, a Dawn-locked planning prompt fragment, and aplan_updateSSE event. IntroducesCapabilityMarkerandapplyCapabilitiesin@dawn-ai/core— the autowiring spine that all later phase-3 capabilities (skills, subagents, etc.) will reuse.Patch Changes
@dawn-ai/cli@1.0.0
Minor Changes
@langchain/core(0.3 → 1.x),@langchain/langgraph(0.2 → 1.x),@langchain/openai(0.3 → 1.x), andzod(3 → 4). Removes the dual-zod-version cast workaround intool-converter.ts;DynamicStructuredToolnow accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).agents-mdbuilt-in capability: Dawn now auto-injects<workspace>/AGENTS.mdinto every agent's system prompt under a# Memoryheading on every model turn. Always-on (no opt-in marker). Preserves the feedback loop — the agent updates its memory viawriteFileand the next turn sees the change automatically. Re-reads the file each turn (64 KiB cap; oversize, empty, or unreadable files render empty or a one-line notice).plan.mdfile in a route directory now opts the agent into a built-inwrite_todostool, atodosstate channel, a Dawn-locked planning prompt fragment, and aplan_updateSSE event. IntroducesCapabilityMarkerandapplyCapabilitiesin@dawn-ai/core— the autowiring spine that all later phase-3 capabilities (skills, subagents, etc.) will reuse.Patch Changes
langgraph.jsonartifact format is unchanged.@dawn-ai/core@1.0.0
Minor Changes
agents-mdbuilt-in capability: Dawn now auto-injects<workspace>/AGENTS.mdinto every agent's system prompt under a# Memoryheading on every model turn. Always-on (no opt-in marker). Preserves the feedback loop — the agent updates its memory viawriteFileand the next turn sees the change automatically. Re-reads the file each turn (64 KiB cap; oversize, empty, or unreadable files render empty or a one-line notice).plan.mdfile in a route directory now opts the agent into a built-inwrite_todostool, atodosstate channel, a Dawn-locked planning prompt fragment, and aplan_updateSSE event. IntroducesCapabilityMarkerandapplyCapabilitiesin@dawn-ai/core— the autowiring spine that all later phase-3 capabilities (skills, subagents, etc.) will reuse.Patch Changes
12ee95f: Two fixes surfaced by live LLM smoke testing the chat example end-to-end:
write_todosnow declares a real zod schema. Previously the tool'sschemafield was undefined; the LangChain bridge fell back toz.record(z.string(), z.unknown()), which produced JSON Schema withoutproperties. OpenAI strict-mode tool calling rejected the tool with400 Invalid schema for function 'write_todos': object schema missing properties. Now the planning marker exports an explicit zod schema for{ todos: Array<{ content, status }> }. Addszodas a runtime dependency of@dawn-ai/core.# Memoryblock now includes orientation text. The agents-md prompt fragment used to inject# Memory\n\n<content>only. With both planning and memory loaded, the model often calledlistDirandreadFileto look at AGENTS.md even though Dawn had already injected its contents. The fragment now opens with a short paragraph telling the agent the block IS the memory file, re-rendered each turn, and that the way to update it iswriteFile. Existing unit tests still pass — the# Memoryheading and content substrings are unchanged.@dawn-ai/vite-plugin@1.0.0
Minor Changes
@langchain/core(0.3 → 1.x),@langchain/langgraph(0.2 → 1.x),@langchain/openai(0.3 → 1.x), andzod(3 → 4). Removes the dual-zod-version cast workaround intool-converter.ts;DynamicStructuredToolnow accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).Patch Changes
create-dawn-ai-app@1.0.0
Patch Changes
@dawn-ai/langgraph@1.0.0
Patch Changes
@dawn-ai/config-biome@1.0.0
@dawn-ai/config-typescript@1.0.0
@dawn-ai/devkit@1.0.0
@dawn-ai/sdk@1.0.0
@dawn-example/chat-server@0.0.1
Patch Changes