Skip to content

Releases: PromptishOperations/harness

v0.1.2 — relative API paths

07 May 16:27

Choose a tag to compare

Bugfix: harness UI used absolute /api paths, breaking when served behind a reverse proxy. All API URLs in public/index.html now relative.

No behavior change for standalone deployments.

v0.1.1 — dogfood patches

07 May 16:08

Choose a tag to compare

Patches surfaced by walking SETUP.md on a fresh install.

Changes

  • start.js: now accepts either ANTHROPIC_API_KEY or a logged-in Claude Code session. Subscription users no longer need to set an API key.
  • server/server.js: strips empty/placeholder ANTHROPIC_API_KEY from spawned claude env so Claude Code subscription auth takes over.
  • .env.example: PORT default 7878 (was 9998); ANTHROPIC_API_KEY documented as optional with both auth paths explained.
  • SETUP.md: corrected dep list, port number, model version, layout description, and credentials section.

Issues: https://github.com/PromptishOperations/harness/issues

v0.1.0 — first ship

07 May 15:48

Choose a tag to compare

First public release of the Promptish Harness.

What's in v0.1.0:

  • Chat-driven IDE for websites — Claude edits files in place, preview iframe auto-refreshes
  • Single-site (multi-site is v0.2)
  • Tool allowlist by default (Read/Edit/Write/Glob/Grep), overridable via CLAUDE_ALLOWED_TOOLS env

Install: see README.md
License: source-available, free for personal/eval, $99 commercial — see LICENSE

Issues: https://github.com/PromptishOperations/harness/issues