You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): refresh for v3.0 — typed errors + cloud workspace + Cargo dep
Three changes to README.md to align with the 3.0 release:
* Add a "What's new in 3.0" subsection at the end of `## Why` so
readers see the headline changes (cloud workspace, typed errors,
conformance suite) without scrolling to the design-principles
section.
* Insert a "6b. Typed tool errors" example in both the Python and
TypeScript "Main APIs At A Glance" tours, showing the dict /
discriminated-union branch on `kind.type` that v3.0 introduced.
Adds `type ToolErrorKind` to the TS import list.
* Fix the stale Cargo dependency snippet: `a3s-code-core = { version
= "2.6" }` -> `"3"`.
Detailed "Typed Tool Errors (v3.0+)" deep-dive remains in the design
principles section near the Remote Git Backend block.
0 commit comments