Skip to content

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.