Skip to content

Releases: ShavitR/querais

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:54
0b48f30

What's Changed

  • feat(node): serve llama3.2 + gemma3:4b by default (0.2.6) by @ShavitR in #68

Full Changelog: v0.2.8...v0.2.9

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:29
ae55344

What's Changed

  • fix(deploy): self-host gateway launcher uses the Sepolia deployer key by @ShavitR in #52
  • Slice 10A: web app foundation — gateway-served Vite+React app + API-key session auth by @ShavitR in #53
  • Slice 10B-1: requester console — playground, jobs explorer, usage (cookie auth) by @ShavitR in #54
  • Slice 10B-2: wallet/SIWE sign-in + the deposit/session/EIP-712 credit flow by @ShavitR in #55
  • fix(gateway): serve web-app assets at request time (wildcard:true) — fixes blank dashboard by @ShavitR in #56
  • docs(readme): add a Web dashboard section (gateway.querais.xyz) by @ShavitR in #57
  • Slice 10C-1: operator console + admin review queue (read-only) by @ShavitR in #58
  • Slice 10C-2: admin raise-dispute (money-moving) + dispute reads + operator panel by @ShavitR in #59
  • Slice 10D: live network explorer — token-economics panel + recent-jobs ticker by @ShavitR in #60
  • Slice 10E: marketing & docs site (Next.js static export) — completes Slice 10 by @ShavitR in #61
  • feat(website): SEO foundation — sitemap/robots/manifest, OG images, JSON-LD, brand mark, a11y by @ShavitR in #62
  • feat(website): docs toolchain + 4 persona pillars (tokenomics · security · developers · node operators) by @ShavitR in #63
  • fix(website): degrade headline/economics numbers to — instead of NaN by @ShavitR in #64
  • feat(website): architecture · API reference · roadmap · on-site terms/privacy + breadcrumbs by @ShavitR in #65
  • feat(website): SVG diagrams · comparison table · Vercel Analytics · polish by @ShavitR in #66
  • feat(release): node launcher auto-installs + starts Ollama; bump 0.2.5 by @ShavitR in #67

Full Changelog: v0.2.7...v0.2.8

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:29
d7f0648

What's Changed

  • fix(release): pure-PowerShell Node check in run-node.ps1 + setup-node.ps1; bump 0.2.4 by @ShavitR in #51

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:09
945f1f5

What's Changed

  • fix(sdk): re-export DEFAULT_GATEWAY_URL from the package root by @ShavitR in #49
  • chore(release): point SDKs + docs at gateway.querais.xyz (self-hosted), bump 0.2.3 by @ShavitR in #50

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 12 Jun 21:22
4fa47e9

What's Changed

  • fix(sdk,node-daemon,installers): dumb-proof the SDKs + node install path by @ShavitR in #48

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:39
6e6326d

What's Changed

  • chore(release): bump published SDKs to 0.2.1 (0.2.0 is now live) by @ShavitR in #45
  • docs(readme): dumb-proof rewrite — 3 numbered paths, steps only, reference collapsed by @ShavitR in #46
  • fix(sdk-python): bump version to 0.2.1 to match pyproject by @ShavitR in #47

Full Changelog: v0.2.2...v0.2.4

v0.2.3

Choose a tag to compare

@ShavitR ShavitR released this 12 Jun 18:04
809038b

What's Changed

  • docs(readme) + fix(release): README refresh + npm-publish OIDC fix by @ShavitR in #44

Full Changelog: v0.2.1...v0.2.3

v0.2.2: docs(readme) + fix(release): README refresh + npm-publish OIDC fix (#44)

Choose a tag to compare

@ShavitR ShavitR released this 12 Jun 17:40
809038b
* docs(readme): refresh for public release — published SDKs, full contract set, accurate limitations

- Note the repo is public and the SDKs/node releases ship (npm @querais/sdk, PyPI querais,
  Releases archives); add `pip install querais` / `npm i -g @querais/sdk` install commands.
- Fix the Deployed contracts table: it had stale pre-Stage-B addresses and was missing 3
  contracts. Now matches the committed manifest (full 7-contract Stage-B set, incl.
  DisputeResolution, ProtocolTreasury, StakingRewards).
- Reconcile stale "deferred" claims: Slither runs in CI (non-gating); Layer-A semantic
  verification exists but is operator-gated and gateway-centralized.
- Drop an unverified "transparent proxies" claim (the testnet deploy is direct).
- Add a "What's not built yet (limitations)" section spelling out what the system does and
  does not include yet.

https://claude.ai/code/session_01ToifdKyJh5Zih6rz2abVfK

* fix(release): force npm token auth, not OIDC, in the publish step

The v0.2.1 release run failed at `npm publish`: enabling `id-token: write`
for PyPI Trusted Publishing made pnpm 11.5 auto-attempt npm OIDC trusted
publishing for @querais/*, which isn't configured — the token exchange 404'd
and the publish failed (so PyPI + the draft release were skipped, nothing
published).

Clear ACTIONS_ID_TOKEN_REQUEST_URL/TOKEN for the npm step only, so pnpm
authenticates with NPM_TOKEN. The PyPI step still sees the OIDC env and
publishes via Trusted Publishing.

https://claude.ai/code/session_01ToifdKyJh5Zih6rz2abVfK

---------

Co-authored-by: Claude <noreply@anthropic.com>

v0.2.1

Choose a tag to compare

@ShavitR ShavitR released this 12 Jun 17:18
d6d6acf
feat(release): publish the Python SDK via PyPI Trusted Publishing (OI…

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:35
f37359f

What's Changed

  • Slice 0: CI green-bar gate + Solidity static analysis + coverage by @ShavitR in #1
  • Slice 1: durable gateway state via node:sqlite (keys, faucet, jobs, usage) by @ShavitR in #15
  • ci: bump actions to v6 + retune Dependabot by @ShavitR in #16
  • Slice 2A: CreditAccount.sol + EIP-712 spending caps (batched settlement contract) by @ShavitR in #18
  • Slice 2A checkpoint: deploy CreditAccount to Arbitrum Sepolia (additive) by @ShavitR in #19
  • Slice 2B: off-chain signed-debit ledger + batched settlement (gateway + SDK + e2e) by @ShavitR in #21
  • docs: refresh HANDOFF.md — Slice 2 done, Slice 3 next by @ShavitR in #22
  • docs: rewrite README — accurate, dumb-proof, detailed by @ShavitR in #23
  • Slice 2C: settlement-correctness hardening by @ShavitR in #24
  • Slice 3A: harden the open surface (faucet throttles, quota tiers, prompt limits, WS caps) by @ShavitR in #25
  • Slice 3B-1: ops hardening (pause CLI + tests + drill, key runbook, Sepolia key split, GET /v1/sessions) by @ShavitR in #26
  • Slice 3B-2: Slither static analysis in CI (non-gating, baseline-aware) by @ShavitR in #27
  • Slice 4A: reputation telemetry + 5-dimension composite score by @ShavitR in #28
  • Slice 4B: daily on-chain reputation snapshots own the chain writes by @ShavitR in #29
  • Slice 5A: Layer-A semantic verification (gateway oracle — sampling, patterns, manual-review flags) by @ShavitR in #30
  • Slice 5B: DisputeResolution challenge hook (FAST track) + registry slash routing by @ShavitR in #31
  • docs: merge parallel-session roadmap — Slice 6A/6B/6C plan + Stage D by @ShavitR in #32
  • Slice 6A: ProtocolTreasury + burn — accumulate-and-sweep 60/20/20 tokenomics core by @ShavitR in #33
  • Slice 6B: StakingRewards — node-operator stakes are the stakers (Option 1) by @ShavitR in #34
  • Slice 6C: node incentive programs — gateway computes, the cold key pays by @ShavitR in #35
  • Slice 7 (code-side): deploy-ready gateway + Fly.io deploy pipeline by @ShavitR in #37
  • chore(deploy): Stage-B Sepolia manifest — full 7-contract set live by @ShavitR in #38
  • Slice 8: Observability (alerts + metrics/dashboards + status/runbooks) by @ShavitR in #39
  • Slice 9: DX, node polish & growth - repo-public gate, disclosures, model manifest, SDKs, releases, campaign by @ShavitR in #40

New Contributors

Full Changelog: https://github.com/ShavitR/querais/commits/v0.2.0