Skip to content

chore: release v0.10.3#175

Merged
pbertsch merged 1 commit into
mainfrom
release/v0.10.3
Jul 6, 2026
Merged

chore: release v0.10.3#175
pbertsch merged 1 commit into
mainfrom
release/v0.10.3

Conversation

@pbertsch

@pbertsch pbertsch commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

PT-23: recipe calls starting with "open" always misparsed -- fixed by only claiming the built-in open verb when what follows matches one of its documented forms.

PT-24: hyphenated recipe names tokenized differently at the call site than the definition site -- fixed by keeping a word-internal hyphen part of the same identifier token.

No probe_agent code changes -- bumped to stay in lockstep with the CLI's version.

Versions bumped: probe_agent/pubspec.yaml, probe_agent/lib/src/agent_version.dart, vscode/package.json, docs/wiki/Home.md -> 0.10.3.

Test plan

  • go build ./..., go vet ./..., go test ./... all pass
  • staticcheck ./... clean
  • dart analyze lib/ clean
  • dart pub publish --dry-run clean (only the expected "uncommitted changes" warning, from the version bump itself)

PT-23: recipe calls starting with "open" always misparsed - fixed by
only claiming the built-in open verb when what follows matches one of
its documented forms.

PT-24: hyphenated recipe names tokenized differently at the call site
than the definition site - fixed by keeping a word-internal hyphen
part of the same identifier token.

No probe_agent code changes - bumped to stay in lockstep with the
CLI's version.
@pbertsch pbertsch requested a review from a team as a code owner July 6, 2026 15:41
@pbertsch pbertsch added this pull request to the merge queue Jul 6, 2026
Merged via the queue into main with commit 63fb1b4 Jul 6, 2026
15 checks passed
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.

1 participant