No description
Find a file
OpenClaw Agent 990b6d4f95
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
Fix OpenAPI spec inconsistencies
- Read version dynamically from package.json instead of hardcoding 0.3.0
- Remove dead 'Signup' tag (free signup was removed)
- Add missing 'cache' parameter to POST /v1/screenshot body schema
- Add comprehensive tests to prevent regression

The cache bypass logic was already working correctly with POST body parameters.

Tests: 6/6 OpenAPI tests passing, 461/470 total tests passing (9 failing tests unrelated - missing blog post file)
2026-03-06 12:06:02 +01:00
.forgejo/workflows fix: promote workflow retags staging image instead of rebuilding 2026-02-20 11:34:58 +00:00
public feat: add css parameter for custom CSS injection in screenshots 2026-03-04 21:06:50 +01:00
sdk feat: add POST /v1/screenshots/batch endpoint 2026-03-06 09:09:27 +01:00
src Fix OpenAPI spec inconsistencies 2026-03-06 12:06:02 +01:00
.gitignore feat: update landing page, changelog, compare, quick-start with darkMode + hideSelectors features 2026-03-04 15:08:17 +01:00
Dockerfile fix: skip puppeteer browser download in Docker build 2026-02-20 11:21:02 +00:00
package-lock.json Fix OpenAPI spec inconsistencies 2026-03-06 12:06:02 +01:00
package.json chore: bump version to 0.9.0 2026-03-06 09:19:42 +01:00
tsconfig.json fix: exclude test files from tsc build 2026-02-25 08:09:58 +00:00
vitest.config.ts Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00