Skip to content

Releases: aklos/scryer

scryer v0.3.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:14

Full Changelog: v0.3.4...v0.3.5

scryer v0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:50

Full Changelog: v0.3.3...v0.3.4

scryer v0.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:05

Full Changelog: v0.3.2...v0.3.3

scryer v0.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 04:15

Full Changelog: v0.3.1...v0.3.2

scryer v0.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:26
Restore AI-tool MCP onboarding prompt

The canvas rebuild dropped the in-app MCP setup that wired Claude Code /
Codex into a project. Opening a codebase created the .scryer/ model store
but never offered to write .mcp.json, so agents had no way to reach the
model — and nothing detected the gap (detect_ai_tools was only ever called
with a null project path, a global PATH check).

Restore it as a reusable prompt that names exactly what it writes before
touching the folder:
- useMcpSetup: per-project detection + one-click enable (writes only the
  missing configs: .mcp.json, .codex/config.toml, read auto-approve), with
  session-only, per-project dismissal.
- McpSetupPrompt: the consent card listing the files it will create.
- Workspace: floating, dismissable prompt for already-modelled projects
  missing their wiring.
- ProjectPicker: inline on the new-project screen, plus an honest note that
  Start blank / Generate create a .scryer/ store in the folder.

scryer v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:37
Fix README inaccuracies

- Drop the per-node "fill" claim (the start_enrich_session command is not
  wired into the UI; the only agent launches are whole-model build and
  drift check).
- Drop the "stored status" framing from responsibilities; plan marks and
  drift flags are described in their own sections.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

scryer v0.2.5

Choose a tag to compare

@github-actions github-actions released this 17 May 16:26
Pin tauri-runtime to 2.9.2 to match tauri-runtime-wry 2.9.3

tauri-runtime had resolved to 2.11.1, whose WebviewDispatch trait adds
eval_script_with_callback. tauri-runtime-wry 2.9.3 (the version tauri
2.9.5 depends on) does not implement it, breaking the release build.

scryer v0.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:29
bump version to 0.2.4

scryer v0.2.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 00:02
fix: add window drag permission for Windows (fixes #25)

Add core:window:allow-start-dragging to capabilities so
data-tauri-drag-region actually works on Windows.

Bump version to 0.2.3.

scryer v0.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Mar 12:45
fix: sync bar state for unlinked models, ghost edges between ref nodes

- Show "No codebase linked yet" instead of green dot + "In sync" when
  no projectPath is set on the model
- Block edge creation between two reference nodes