Skip to content

Version Packages#139

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#139
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 14, 2026

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

  • ad17e85: Upgrade @langchain/core (0.3 → 1.x), @langchain/langgraph (0.2 → 1.x), @langchain/openai (0.3 → 1.x), and zod (3 → 4). Removes the dual-zod-version cast workaround in tool-converter.ts; DynamicStructuredTool now accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).

Minor Changes

  • 34e615b: Add the first phase-3 harness capability: planning. A plan.md file in a route directory now opts the agent into a built-in write_todos tool, a todos state channel, a Dawn-locked planning prompt fragment, and a plan_update SSE event. Introduces CapabilityMarker and applyCapabilities in @dawn-ai/core — the autowiring spine that all later phase-3 capabilities (skills, subagents, etc.) will reuse.

Patch Changes

  • Updated dependencies [dd242ac]
  • Updated dependencies [34e615b]
  • Updated dependencies [12ee95f]
    • @dawn-ai/core@1.0.0
    • @dawn-ai/sdk@1.0.0

@dawn-ai/cli@1.0.0

Minor Changes

  • ad17e85: Upgrade @langchain/core (0.3 → 1.x), @langchain/langgraph (0.2 → 1.x), @langchain/openai (0.3 → 1.x), and zod (3 → 4). Removes the dual-zod-version cast workaround in tool-converter.ts; DynamicStructuredTool now accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).
  • dd242ac: Add the agents-md built-in capability: Dawn now auto-injects <workspace>/AGENTS.md into every agent's system prompt under a # Memory heading on every model turn. Always-on (no opt-in marker). Preserves the feedback loop — the agent updates its memory via writeFile and 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).
  • 34e615b: Add the first phase-3 harness capability: planning. A plan.md file in a route directory now opts the agent into a built-in write_todos tool, a todos state channel, a Dawn-locked planning prompt fragment, and a plan_update SSE event. Introduces CapabilityMarker and applyCapabilities in @dawn-ai/core — the autowiring spine that all later phase-3 capabilities (skills, subagents, etc.) will reuse.

Patch Changes

  • 36552c1: docs: rebrand "LangGraph Platform" → "LangSmith" in user-visible CLI strings, README, and comments. The langgraph.json artifact format is unchanged.
  • Updated dependencies [ad17e85]
  • Updated dependencies [dd242ac]
  • Updated dependencies [34e615b]
  • Updated dependencies [12ee95f]
    • @dawn-ai/langchain@1.0.0
    • @dawn-ai/core@1.0.0
    • @dawn-ai/langgraph@1.0.0

@dawn-ai/core@1.0.0

Minor Changes

  • dd242ac: Add the agents-md built-in capability: Dawn now auto-injects <workspace>/AGENTS.md into every agent's system prompt under a # Memory heading on every model turn. Always-on (no opt-in marker). Preserves the feedback loop — the agent updates its memory via writeFile and 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).
  • 34e615b: Add the first phase-3 harness capability: planning. A plan.md file in a route directory now opts the agent into a built-in write_todos tool, a todos state channel, a Dawn-locked planning prompt fragment, and a plan_update SSE event. Introduces CapabilityMarker and applyCapabilities in @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:

    • Planning write_todos now declares a real zod schema. Previously the tool's schema field was undefined; the LangChain bridge fell back to z.record(z.string(), z.unknown()), which produced JSON Schema without properties. OpenAI strict-mode tool calling rejected the tool with 400 Invalid schema for function 'write_todos': object schema missing properties. Now the planning marker exports an explicit zod schema for { todos: Array<{ content, status }> }. Adds zod as a runtime dependency of @dawn-ai/core.
    • # Memory block 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 called listDir and readFile to 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 is writeFile. Existing unit tests still pass — the # Memory heading and content substrings are unchanged.
    • @dawn-ai/sdk@1.0.0

@dawn-ai/vite-plugin@1.0.0

Minor Changes

  • ad17e85: Upgrade @langchain/core (0.3 → 1.x), @langchain/langgraph (0.2 → 1.x), @langchain/openai (0.3 → 1.x), and zod (3 → 4). Removes the dual-zod-version cast workaround in tool-converter.ts; DynamicStructuredTool now accepts Standard Schema directly. Downstream consumers must align on the new peer ranges (@langchain/core >=1.1.0).

Patch Changes

  • Updated dependencies [dd242ac]
  • Updated dependencies [34e615b]
  • Updated dependencies [12ee95f]
    • @dawn-ai/core@1.0.0

create-dawn-ai-app@1.0.0

Patch Changes

  • @dawn-ai/devkit@1.0.0

@dawn-ai/langgraph@1.0.0

Patch Changes

  • @dawn-ai/sdk@1.0.0

@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

  • Updated dependencies [ad17e85]
  • Updated dependencies [dd242ac]
  • Updated dependencies [34e615b]
  • Updated dependencies [12ee95f]
  • Updated dependencies [36552c1]
    • @dawn-ai/langchain@1.0.0
    • @dawn-ai/cli@1.0.0
    • @dawn-ai/core@1.0.0
    • @dawn-ai/sdk@1.0.0

@github-actions github-actions Bot requested a review from blove as a code owner May 14, 2026 00:05
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dawnai Ready Ready Preview, Comment May 16, 2026 7:18am

Request Review

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.

0 participants