From 5f41d66980e052c5341c051555539bdb819895b1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 22:45:17 +0000 Subject: [PATCH 1/2] Initial plan From c8a4d51fe2c46f4c8f06d82043fd4cc4edd86eb0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 22:47:01 +0000 Subject: [PATCH 2/2] fix: correct repository URLs from deapi-develop-tester to deapi-tester Co-authored-by: dawidope <1847552+dawidope@users.noreply.github.com> --- .github/CONTRIBUTING.md | 6 +++--- README.md | 6 +++--- llms.txt | 4 ++-- package.json | 6 +++--- src/app/layout.tsx | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 45ade35..eb2aa5e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,8 +5,8 @@ Thanks for your interest in contributing! ## Development Setup ```bash -git clone https://github.com/deapi-ai/deapi-develop-tester.git -cd deapi-develop-tester +git clone https://github.com/deapi-ai/deapi-tester.git +cd deapi-tester npm install npm run dev ``` @@ -35,7 +35,7 @@ See the [Adding New Endpoints](../README.md#adding-new-endpoints) section in the ## Reporting Bugs -Use [GitHub Issues](https://github.com/deapi-ai/deapi-develop-tester/issues) and include: +Use [GitHub Issues](https://github.com/deapi-ai/deapi-tester/issues) and include: - Description of the bug - Steps to reproduce - Expected vs actual behavior diff --git a/README.md b/README.md index 23411e1..d057f70 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ A local developer tool for testing [deAPI.ai](https://deapi.ai) endpoints — un ```bash # Clone the repository -git clone https://github.com/deapi-ai/deapi-develop-tester.git -cd deapi-develop-tester +git clone https://github.com/deapi-ai/deapi-tester.git +cd deapi-tester ``` ### Docker (recommended) @@ -233,4 +233,4 @@ Contributions are welcome! Please read the [Contributing Guide](.github/CONTRIBU - [deAPI.ai](https://deapi.ai) — Unified AI inference API - [API Documentation](https://docs.deapi.ai) — Full endpoint reference, auth, webhooks, WebSockets - [Claude Code Skills](https://github.com/deapi-ai/claude-code-skills) — Use deAPI directly from Claude Code terminal (generate images, videos, audio, transcribe and more) -- [Report a Bug](https://github.com/deapi-ai/deapi-develop-tester/issues) +- [Report a Bug](https://github.com/deapi-ai/deapi-tester/issues) diff --git a/llms.txt b/llms.txt index cbfd66a..954a3ef 100644 --- a/llms.txt +++ b/llms.txt @@ -44,7 +44,7 @@ Pay-per-use model. New accounts receive $5 free credit. Each endpoint has a pric - **MCP Server** — Use deAPI from AI assistants and IDEs (Claude, Cursor, etc.) - **Claude Code Skills** — Generate images, videos, audio, transcribe and more directly from terminal: https://github.com/deapi-ai/claude-code-skills - **n8n Integration** — Workflow automation with deAPI nodes -- **deAPI Tester** — Open-source web UI for testing all endpoints with dynamic forms, job tracking and result preview: https://github.com/deapi-ai/deapi-develop-tester +- **deAPI Tester** — Open-source web UI for testing all endpoints with dynamic forms, job tracking and result preview: https://github.com/deapi-ai/deapi-tester ## Available Models @@ -63,7 +63,7 @@ The model list grows as new providers are onboarded — no API changes required. - API Documentation: https://docs.deapi.ai - API Reference (LLM-readable): https://docs.deapi.ai/llms-full.txt - Claude Code Skills: https://github.com/deapi-ai/claude-code-skills -- deAPI Tester (this repo): https://github.com/deapi-ai/deapi-develop-tester +- deAPI Tester (this repo): https://github.com/deapi-ai/deapi-tester - Support: https://docs.deapi.ai (FAQ & contact) ## License diff --git a/package.json b/package.json index 7779113..4c9a536 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/deapi-ai/deapi-develop-tester.git" + "url": "https://github.com/deapi-ai/deapi-tester.git" }, - "homepage": "https://github.com/deapi-ai/deapi-develop-tester", + "homepage": "https://github.com/deapi-ai/deapi-tester", "bugs": { - "url": "https://github.com/deapi-ai/deapi-develop-tester/issues" + "url": "https://github.com/deapi-ai/deapi-tester/issues" }, "keywords": [ "deapi", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 521fd2f..4d439ed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ export const metadata: Metadata = { description: 'Test deAPI.ai endpoints locally with dynamic forms, async job tracking, price calculator and result preview.', type: 'website', - url: 'https://github.com/deapi-ai/deapi-develop-tester', + url: 'https://github.com/deapi-ai/deapi-tester', siteName: 'deAPI Tester', }, twitter: {