Commit History

chore: update startup script configuration for HuggingClip service
748bded

somratpro commited on

fix: bypass gemini CLI relaunch mechanism using GEMINI_CLI_NO_RELAUNCH environment variable
4e5f895

somratpro commited on

fix: resolve Gemini CLI relaunch failure by invoking entry JS directly with node flags
d63dc26

somratpro commited on

fix: add explicit environment variables to gemini wrapper in Dockerfile to prevent sandbox and trust prompt failures
2ba784e

somratpro commited on

chore: update startup script configuration for HuggingClip service
08ebfa3

somratpro commited on

fix: suppress deprecation warnings and node alerts by updating NODE_OPTIONS in Dockerfile and start.sh
bc525e1

somratpro commited on

chore: rename CLAUDE_API_KEY to ANTHROPIC_API_KEY and add GEMINI/OPENAI placeholders to configuration files
c465b41

somratpro commited on

chore: update startup script configuration for HuggingClip environment
f635d84

somratpro commited on

chore: update agent CLI wrappers to set max-old-space-size and clear existing NODE_OPTIONS
e79e3bc

somratpro commited on

chore: unset NODE_OPTIONS for agent CLIs to prevent environment conflicts
e6dbd45

somratpro commited on

chore: remove unused CLOUDFLARE_ACCOUNT_ID from environment configuration and startup script
7c42a6c

somratpro commited on

chore: update paperclip user UID to 1001 in Dockerfile
5015cf0

somratpro commited on

fix: remove recursive chown of /app in Dockerfile to preserve root ownership of files
c7255ef

somratpro commited on

chore: create non-root user and update directory permissions in Dockerfile and start script
9946cfb

somratpro commited on

chore: install additional agent CLIs and migrate sync status timestamp to timezone-aware datetime
9161677

somratpro commited on

chore: update startup script configuration for environment initialization
b17ba14

somratpro commited on

feat: redirect /invite paths to /app/invite to support SPA routing structure
608e075

somratpro commited on

chore: rename default backup dataset from paperclip-backup to huggingclip-backup
6e26197

somratpro commited on

chore: update environment configuration in start.sh
c979202

somratpro commited on

docs: update README with project showcase and donation info, and remove legacy links from health server UI
32ab05a

somratpro commited on

refactor: optimize Docker build layers, consolidate dependency patches, and modernize documentation
6ad52e8

somratpro commited on

Restore dashboard at / with Paperclip at /app/ (proper fix)
44ce938

somratpro Claude Sonnet 4.6 commited on

Fix routing, ECONNREFUSED, and Cloudflare setup
eb3a3f8

somratpro Claude Sonnet 4.6 commited on

Fix container exit when admin already configured
6d97584

somratpro Claude Haiku 4.5 commited on

Make sed patch robust + verify with grep
316b8d3

somratpro Claude Haiku 4.5 commited on

Patch Paperclip source to cap recovery chain depth at 500
df96d5e

somratpro Claude Haiku 4.5 commited on

Purge orphaned heartbeat run UUID from all tables before launch
e77bcc1

somratpro Claude Haiku 4.5 commited on

Prevent crash from unhandled RangeError in periodic heartbeat
4a30806

somratpro Claude Haiku 4.5 commited on

Revert --stack-size=65536; stack overflow was harmless
3ea6622

somratpro Claude Haiku 4.5 commited on

Increase Node.js stack size to fix startup recovery overflow
009eec2

somratpro Claude Haiku 4.5 commited on

Reset stale agent runs before startup to prevent stack overflow
863a768

somratpro Claude Haiku 4.5 commited on

Simplify logs to match Hugging8n style; fix Agent JWT missing
7c90063

somratpro Claude Haiku 4.5 commited on

Suppress psql restore noise and deprecation warnings
39d8167

somratpro Claude Haiku 4.5 commited on

Add WebSocket proxy and suppress events/ws log noise
c65d941

somratpro Claude Haiku 4.5 commited on

Reduce container log noise
2d464ab

somratpro Claude Haiku 4.5 commited on

Install gemini CLI in Docker image for gemini-local adapter
5c47206

somratpro Claude Haiku 4.5 commited on

Auto-create Paperclip instance config.json on first boot
7a3506c

somratpro Claude Haiku 4.5 commited on

Fix admin invite URL extraction and add setup banner to dashboard
0502cce

somratpro Claude Haiku 4.5 commited on

fix: bootstrap-ceo wait loop and missing PAPERCLIP_CONFIG env var
28c31b5

somratpro Claude Haiku 4.5 commited on

fix: bootstrap-ceo after Paperclip init, better startup error messages
a2c720b

somratpro Claude Haiku 4.5 commited on

fix: 503 health check, backup dataset creation, auto bootstrap-ceo
dcedf5f

somratpro Claude Haiku 4.5 commited on

fix: proxy /assets/* and all Paperclip static paths to port 3100
9cb2a61

somratpro Claude Haiku 4.5 commited on

fix: hostname allowlist via env var, correct first-boot DB status
c1db737

somratpro Claude Haiku 4.5 commited on

fix: dashboard display bugs (Invalid Date, DB status, backup status)
e96aeec

somratpro Claude Haiku 4.5 commited on

fix: allowlist hostnames and add missing Paperclip env vars
c93ab66

somratpro Claude Haiku 4.5 commited on

fix: use corepack for pnpm version and add plugin-sdk build step
47b3c14

somratpro Claude Haiku 4.5 commited on

fix: three startup errors from build/runtime
9e72cf8

somratpro Claude Haiku 4.5 commited on

feat: auto-generate BETTER_AUTH_SECRET on first boot
b8b0f98

somratpro Claude Sonnet 4.6 commited on

fix: three runtime errors after PostgreSQL startup
09af51a

somratpro Claude Sonnet 4.6 commited on

fix: initialize PostgreSQL cluster before starting
0c60c15

somratpro Claude Sonnet 4.6 commited on