From 43e6684457c61752c4fc960e4302d7b857e3c3c1 Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Tue, 12 May 2026 22:58:46 +0800 Subject: [PATCH 1/2] Add Oh My Pi ACP --- omp-acp/agent.json | 17 +++++++++++++++++ omp-acp/icon.svg | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 omp-acp/agent.json create mode 100644 omp-acp/icon.svg diff --git a/omp-acp/agent.json b/omp-acp/agent.json new file mode 100644 index 000000000..40956aa5e --- /dev/null +++ b/omp-acp/agent.json @@ -0,0 +1,17 @@ +{ + "id": "omp-acp", + "name": "Oh My Pi ACP", + "version": "0.1.2", + "description": "ACP adapter for the Oh My Pi coding agent.", + "repository": "https://github.com/jiwangyihao/omp-acp", + "website": "https://github.com/jiwangyihao/omp-acp#readme", + "authors": [ + "jiwangyihao" + ], + "license": "MPL-2.0", + "distribution": { + "npx": { + "package": "omp-acp@0.1.2" + } + } +} diff --git a/omp-acp/icon.svg b/omp-acp/icon.svg new file mode 100644 index 000000000..9845c62df --- /dev/null +++ b/omp-acp/icon.svg @@ -0,0 +1,5 @@ + + + + + From a46c921250c41051133f550179f56d793b0eddcd Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Thu, 4 Jun 2026 21:04:05 +0800 Subject: [PATCH 2/2] Update OMP ACP entry to built-in package --- omp-acp/agent.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/omp-acp/agent.json b/omp-acp/agent.json index 40956aa5e..9e2a0439a 100644 --- a/omp-acp/agent.json +++ b/omp-acp/agent.json @@ -1,17 +1,18 @@ { "id": "omp-acp", - "name": "Oh My Pi ACP", - "version": "0.1.2", - "description": "ACP adapter for the Oh My Pi coding agent.", - "repository": "https://github.com/jiwangyihao/omp-acp", - "website": "https://github.com/jiwangyihao/omp-acp#readme", + "name": "Oh My Pi", + "version": "15.9.0", + "description": "Built-in ACP server mode for Oh My Pi.", + "repository": "https://github.com/can1357/oh-my-pi", + "website": "https://omp.sh", "authors": [ - "jiwangyihao" + "Can Boluk" ], - "license": "MPL-2.0", + "license": "MIT", "distribution": { "npx": { - "package": "omp-acp@0.1.2" + "package": "@oh-my-pi/pi-coding-agent@15.9.0", + "args": ["acp"] } } }