mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
* public-gh/master: fix: disable secure cookies for HTTP deployments feat(adapters): add claude-sonnet-4-6 and claude-haiku-4-6 models Add opencode-ai to global npm install in Dockerfile fix: correct env var priority for authDisableSignUp Add pi-local package.json to Dockerfile feat: add auth.disableSignUp config option refactor: extract roleLabels to shared constants fix(secrets): add secretKeys tracking to resolveEnvBindings for consistent redaction fix(db): reuse MIGRATIONS_FOLDER constant instead of recomputing fix(server): wake agent when issue status changes from backlog fix(server): use home-based path for run logs instead of cwd fix(db): use fileURLToPath for Windows-safe migration paths fix(server): auto-deduplicate agent names on creation instead of rejecting feat(ui): show human-readable role labels in agent list and properties fix(ui): prevent blank screen when prompt template is emptied fix(server): redact secret-sourced env vars in run logs by provenance fix(cli): split path and query in buildUrl to prevent %3F encoding fix(scripts): use shell on Windows to fix spawn EINVAL in dev-runner |
||
|---|---|---|
| .. | ||
| Activity.tsx | ||
| AgentDetail.tsx | ||
| Agents.tsx | ||
| ApprovalDetail.tsx | ||
| Approvals.tsx | ||
| Auth.tsx | ||
| BoardClaim.tsx | ||
| Companies.tsx | ||
| CompanySettings.tsx | ||
| Costs.tsx | ||
| Dashboard.tsx | ||
| DesignGuide.tsx | ||
| GoalDetail.tsx | ||
| Goals.tsx | ||
| Inbox.tsx | ||
| InviteLanding.tsx | ||
| IssueDetail.tsx | ||
| Issues.tsx | ||
| MyIssues.tsx | ||
| NewAgent.tsx | ||
| Org.tsx | ||
| OrgChart.tsx | ||
| ProjectDetail.tsx | ||
| Projects.tsx | ||