Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: Blockether/spel

v0.9.8

02 Jun 11:15
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • build: add to POM so Clojars links the GitHub repo (03195c8)
  • Update Clojure library version to 0.9.7 (fbe67d5)
  • Rename Video Recording to Test Reporting in README (0b3547a)

Full Changelog: v0.9.7...v0.9.8

Assets 7
Loading

v0.9.7

22 Apr 19:40
@kwojcik-blockether kwojcik-blockether
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • bump: 0.9.6 → 0.9.7 (55175f7)
  • Fix failing verify suite and align helper tests (b9fc222)
  • docs(agent): add reference-routing guidance by task needs (fef2083)
  • test/docs: fix Claude skill-path assertions and keep agent template loop-agnostic (e7873f0)
  • test(init-agents): align Claude skill path and reference assertions (8cc563e)
  • docs: remove agent scaffolding refs, drop evals, and fix Claude skills path (f96424c)
  • Update docs: remove audit/dashboard references from skills and templates (8e3a30c)
  • Remove dashboard and audit commands (52997d6)
  • feat(snapshot): expose :raw-tree from capture-snapshot (closes #107) (3e98dfb)
  • Add audit report, e2e tests, and related changes (8bc2034)
  • Remove auditor references, foldable HTTP cards, matching trace buttons (6c68fa0)
  • feat(alt-report): dedupe duplicate traces + warn on distinct ones (1d59a74)
  • feat(allure): re-export around-each + defhook from lazytest 2.0 (211ea81)
  • chore(deps): bump sci, lazytest, slim :build alias, add :antq (85a912b)
  • release: update version files for v0.9.5, bump to next dev version (e0a2e1d)

Full Changelog: v0.9.5...v0.9.7

Loading

v0.9.5

16 Apr 08:40
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat(alt-report): markdown + HTML attachments, merged HTTP step, assertion polish (146eab9)
  • feat(cdp): scan 9223 alongside 9222/9229, extract to platform/common-cdp-ports (a95144c)
  • feat(alt-report): merge HTTP step + body, live iframe for HTML attachments (a9a2db0)
  • release: update version files for v0.9.4, bump to next dev version (89f1720)

Full Changelog: v0.9.4...v0.9.5

Loading

v0.9.4

15 Apr 11:18
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • refactor(alt-report): soften green for passed — outline only, no bg tint (577f2be)
  • feat(alt-report): tighten failure UX — full trace, per-step errors, no dupe (e682bcc)
  • release: update version files for v0.9.3, bump to next dev version (4a5b34b)

Full Changelog: v0.9.3...v0.9.4

Loading

v0.9.3

14 Apr 15:11
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • test(alt-report): add second result in toolbar tests to leave single mode (5a52da6)
  • feat(alt-report): polish single-test mode + rich-headers showcase test (580ef30)
  • release: update version files for v0.9.2, bump to next dev version (906b5e4)

Full Changelog: v0.9.2...v0.9.3

Loading

v0.9.2

13 Apr 13:38
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(test): normalize CRLF in sci_eval stdout assertions for Windows (8af00b4)
  • feat(sci): full math class surface — Math, StrictMath, MathContext, RoundingMode, Random family (7628b58)
  • test(sci_eval): pin println + result contract (issue #106) (796f1ce)
  • release: update version files for v0.9.1, bump to next dev version (8b3ed02)

Full Changelog: v0.9.1...v0.9.2

Loading

v0.9.1

13 Apr 09:06
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • refactor(report): rename "block" alternative report to "alternative" (d8ffab9)
  • release: update version files for v0.9.0, bump to next dev version (399eb6a)

Full Changelog: v0.9.0...v0.9.1

Loading

v0.9.0

13 Apr 07:15
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat(page,sci): evaluate-file, add-init-script!, new-cdp-session (e34cbea)
  • fix(sci): restore pprint/pp/clojure.pprint — all backed by zprint (aa2377b)
  • refactor(sci): drop clojure.pprint alias + dead fork-sci-ctx (75a729f)
  • release: update version files for v0.8.0, bump to next dev version (782474c)

Full Changelog: v0.8.0...v0.9.0

Loading

v0.8.0

12 Apr 23:55
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(ci): restore 3 orchestrator sentinel strings removed by compression (340f13f)
  • fix(evals): restore canonical contract strings lost in caveman compression (ef10f6c)
  • fix(ci): sync tests + docs with spel-test-planner removal, silence boxed math (f25a9c1)
  • refactor(templates): caveman compression + alt-report stats + SCI set-device! (848afad)
  • feat(cli): add --from-json flag to spel report for single-run mode (79c1428)
  • feat: add generate-from-results! for single-run / lambda reports (14a3bd6)
  • feat: emit summary.json + report.json alongside alt report HTML (635a152)
  • feat: add Allure label filtering to alternative report (798ce77)
  • test: add 16 tests for platform CDP probe, SCI eval, stdlib aliases (7e7e359)
  • alt report: icon-only theme toggle, no label text (2cdf1af)
  • refactor: extract CDP probe to platform.clj, fix anomaly cause chain (c3d98d5)
  • feat: add page/goto alias + enhance cdp-connect auto-discovery (6e15208)
  • sci: add goto as alias for navigate (65076ca)
  • feat: add spel/cdp-connect with WSL auto-discovery (3afb308)
  • fix: eagerly require zprint.core for GraalVM native-image compat (5364eba)
  • fix: restore clojure.set/walk :as aliases, suppress unused-namespace lint (0ec1d63)
  • fix: drop unused :as aliases for clojure.set/walk (lint failure) (308dd18)
  • sci: merge markdownify into markdown namespace, add md alias (99c133c)
  • feat: SCI env overhaul — stdlib, aliases, zprint, WSL exposure, issue #105 (0ac5354)
  • fix: clear boxed-math warnings in wsl-default-gateway-ip hex parser (93383e3)
  • ci(wsl-verify): write test.clj to project dir, not /tmp (cross-fs) (e2b15d4)
  • ci(wsl-verify): add default-jre back to additional-packages (3ab9758)
  • ci(wsl-verify): set +e to disable errexit in wsl-bash runner step (c320b25)
  • ci(wsl-verify): split Clojure script into separate step, fix heredoc (4b171a8)
  • ci(wsl-verify): find java binary via direct path search, not which (252f295)
  • ci(wsl-verify): set JAVA_HOME for Clojure CLI inside WSL (0fe6cee)
  • ci(wsl-verify): back to Vampire/setup-wsl + wsl --update + set-default-version 2 (0c5392c)
  • ci(wsl-verify): switch to vedantmgoyal9/setup-wsl2 for real WSL2 (6158871)
  • ci(wsl-verify): force WSL2, gate Playwright on Node.js availability (3b73c79)
  • ci(wsl-verify): install WSL-native Node.js for Playwright driver (a0d5fd6)
  • ci(wsl-verify): use winning host for connectOverCDP, handle WSL1 (728229b)
  • ci(wsl-verify): fix gateway IP parsing + GITHUB_WORKSPACE in WSL (b15cf38)
  • ci(wsl-verify): actually run spel-level CDP code from inside WSL (6cd616b)
  • alt report: pin theme toggle INSIDE the header card (not page-shell) (1132cf8)
  • ci(wsl-verify): drop unrecognised wsl-version input (cleans up warning) (f4a4b51)
  • ci(wsl-verify): force LF line endings, pin WSL2, guard GITHUB_OUTPUT (cfc607c)
  • ci(wsl-verify): detach Chrome properly + try mirrored networking (c5d5207)
  • ci(wsl-verify): poll /json/version instead of waiting for DTAP file (8830c22)
  • ci(wsl-verify): fall back Chrome→Edge and capture stderr on launch failure (fcf290b)
  • ci: verify WSL ↔ Windows CDP discovery on a real GH Actions runner (5d57a38)
  • alt report: keep theme toggle inside .page-shell, not floating in gutter (e3f3cf9)
  • dev: surface 403 body + webSocketDebuggerUrl in WSL CDP diagnostic (251c4f6)
  • daemon: resolve Windows host IP for CDP discovery under WSL (9f961ac)
  • dev: add WSL → Windows CDP reachability diagnostic (41c17a7)
  • alt report: pin theme toggle to top-right corner, fixed positioning (883a905)
  • alt report: fix logo layout, description HTML, suite sort, fake request headers (cb813fd)
  • fix: update CLI bash test assertions for redesigned alternative report (9b1ddb3)
  • fix: remove obsolete session_list daemon test — handler moved to CLI-side (d99c044)
  • fix: clear GraalVM native-image boxed-math + reflection warnings (781991d)
  • alt report: fix lint, wire workflow to the new customization opts (742f340)
  • chore: drop OBSERVATIONS.md now that the bug hunt shipped (d79165d)
  • alt report: sanitize description HTML, expose CLI flags, drop PLAN.md (aa4acd6)
  • alt report: harden customization opts (self-critique fixes) (ca54e21)
  • alt report: custom logo, description, CSS, and build metadata (3f70e40)
  • alt report: fix 12 findings from the visual/UX bug hunt (27f1606)
  • surface CDP endpoints + clean up session list and CDP discovery (0972b4a)
  • surface CDP endpoints in spel session list (bac22bc)
  • make trace chunk size configurable and disable chunking by default (611392b)
  • refine alternative report UX and add split-trace loading (f9e0442)
  • fix mobile UX: lighter descriptions, full-width attachment buttons, HTTP card overflow (84e3ee2)
  • improve alt report mobile UX and visual refinements (053dfee)
  • redesign alternative report: neutral palette, search, and sort (a8178b3)
  • style: refine blockether alternative html report visual design (a5cf559)
  • redesign alternative report investigation UX (fd13372)
  • test: prevent Claude skill path leak into opencode scaffold (3eaccbe)
  • fix: keep alternative reports available in failed empty runs (8aa0491)
  • fix: make load-results test OS-agnostic — file ordering not guaranteed (b40fc0d)
  • refactor: rename block-report to spel-allure-alternative-html-report with direct require (46d9be7)
  • test: add CLI assertions for dashboard commands (f46c7a7)
  • feat: add alternative HTML allure report and block report tests (cf03d4e)
  • feat: dashboard commands and allure reporter enhancements (c2f41f8)
  • docs: compress templates with caveman ultra style (9fa7cea)
  • feat: observability dashboard — live browser viewport, activity feed, network, sessions (49e6992)
  • test: agentic E2E for confirm-actions TTY gate + lightpanda mock launch (08b32ad)
  • test: add 17 E2E assertions for sessions 3+4 features (b5e45bf)
  • feat: quick wins — keyboard inserttext, window new, download-path (a31d316)
  • feat: agent-browser parity III — config file, upgrade, Lightpanda, dialog/confirm, allow-file, screenshot output flags (c211046)
  • feat: agent-browser parity II — iOS device, profile clone, HAR, auth vault, and more (967f0cb)
  • feat: agent-browser parity — annotated screenshot, security trio, batch (373dd88)
  • release: update version files for v0.7.11, bump to next dev version (148c171)

Full Changelog: v0.7.11...v0.8.0

Loading

v0.7.11

02 Apr 10:58
@github-actions github-actions
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • chore: remove temporary test-e2e seed scaffolding files (1960204)
  • test: add e2e seed scaffolding and apply formatting updates (5f875e3)
  • fix: treat non-200 CDP probe responses as unavailable endpoints (3e93300)
  • fix: M144+ WebSocket-only fallback when /json/version returns 404 (5e11bf9)
  • Revert "Fix CDP discovery on Chrome/Edge M144+ WebSocket-only mode" (3b38e38)
  • Fix CDP discovery on Chrome/Edge M144+ WebSocket-only mode (241de11)
  • fix: render paragraph and listitem in a11y-tree->markdown (05b5df4)
  • fix: default markdownify to a11y snapshot output and preserve readable line breaks (0eee09b)
  • release: update version files for v0.7.10, bump to next dev version (372c592)

Full Changelog: v0.7.10...v0.7.11

Loading
Previous 1 3 4 5 6 7
Previous

AltStyle によって変換されたページ (->オリジナル) /