Skip to content

chore: release v0.10.4#180

Merged
pbertsch merged 1 commit into
mainfrom
release/v0.10.4
Jul 7, 2026
Merged

chore: release v0.10.4#180
pbertsch merged 1 commit into
mainfrom
release/v0.10.4

Conversation

@pbertsch

@pbertsch pbertsch commented Jul 7, 2026

Copy link
Copy Markdown
Member

Summary

PT-26: tap with an ordinal + id-selector always misparsed -- fixed on both the Go CLI parser and the Dart agent's finder (the ordinal selector kind was hardcoded to match by text only, never by id).

PT-25 (partial): bounded auto-reconnect attempts to the step timeout, fixing a confirmed CLI-hang contributing factor. The underlying WebSocket-drop this report describes remains open -- see IMPROVEMENT_TASKS.md for full detail on what's resolved vs. outstanding.

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

Test plan

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

PT-26: tap with an ordinal + id-selector always misparsed - fixed on
both the Go CLI parser and the Dart agent's finder (the ordinal
selector kind was hardcoded to match by text only, never by id).

PT-25 (partial): bounded auto-reconnect attempts to the step timeout,
fixing a confirmed CLI-hang contributing factor. The underlying
WebSocket-drop this report describes remains open - see
IMPROVEMENT_TASKS.md for full detail on what's resolved vs.
outstanding.
@pbertsch pbertsch requested a review from a team as a code owner July 7, 2026 02:58
@pbertsch pbertsch added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit 33d4964 Jul 7, 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