From eaa003e4d75059a228fd487f86a3997502b1e4e5 Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Tue, 25 Aug 2026 10:09:35 +0700 Subject: [PATCH 1/2] feat: add agent and icon files --- elph/agent.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ elph/icon.svg | 8 ++++++++ 2 files changed, 52 insertions(+) create mode 100644 elph/agent.json create mode 100644 elph/icon.svg diff --git a/elph/agent.json b/elph/agent.json new file mode 100644 index 000000000..297f8fc39 --- /dev/null +++ b/elph/agent.json @@ -0,0 +1,44 @@ +{ + "id": "elph", + "name": "Elph", + "version": "0.1.0", + "description": "Minimalist opinionated AI agent harness: extensible TUI and mouse support.", + "repository": "https://github.com/riipandi/elph", + "website": "https://elph.space", + "authors": ["Aris Ripandi"], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-macos-aarch64.tar.gz", + "sha256": "30ed7f3cc6fc2d1b1201cf64d60e62fc87f3408616a5c1894801bf80fa9fb2e1", + "cmd": "./elph", + "args": ["acp", "--stdio"] + }, + "darwin-x86_64": { + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-macos-x86_64.tar.gz", + "sha256": "c1dd5eb2f7fd8bab6ea53bd9e841c7d2f940f5589aab924c3f07be1d29d5fe8c", + "cmd": "./elph", + "args": ["acp", "--stdio"] + }, + "linux-aarch64": { + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-linux-arm64.tar.gz", + "sha256": "4e3c0b459862e81e50fb985852ec8ff526fbe2911141803dbf255c9d23d42854", + "cmd": "./elph", + "args": ["acp", "--stdio"] + }, + "linux-x86_64": { + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-linux-x86_64.tar.gz", + "sha256": "9dcae21b7ad6242a9b10f08e9aca52dbb83525d75f8372f8306700145c722e84", + "cmd": "./elph", + "args": ["acp", "--stdio"] + }, + "windows-x86_64": { + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-windows-x86_64.zip", + "sha256": "eef4c9fe6425c13851e334c3a305ea944f7d3ed7fb4f9954ac34410379008601", + "cmd": "elph.exe", + "args": ["acp", "--stdio"] + } + } + } +} diff --git a/elph/icon.svg b/elph/icon.svg new file mode 100644 index 000000000..22c9509f4 --- /dev/null +++ b/elph/icon.svg @@ -0,0 +1,8 @@ + + + + + + + + From 957bec02eacaaba4890e36e4564c7e5623a95389 Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Thu, 27 Aug 2026 18:58:08 +0700 Subject: [PATCH 2/2] chore: update elph release version to v0.1.2 --- elph/agent.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/elph/agent.json b/elph/agent.json index 297f8fc39..99ef918dd 100644 --- a/elph/agent.json +++ b/elph/agent.json @@ -1,7 +1,7 @@ { "id": "elph", "name": "Elph", - "version": "0.1.0", + "version": "0.1.2", "description": "Minimalist opinionated AI agent harness: extensible TUI and mouse support.", "repository": "https://github.com/riipandi/elph", "website": "https://elph.space", @@ -10,32 +10,32 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-macos-aarch64.tar.gz", - "sha256": "30ed7f3cc6fc2d1b1201cf64d60e62fc87f3408616a5c1894801bf80fa9fb2e1", + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.2/elph-macos-aarch64.tar.gz", + "sha256": "3f10cecdde82739219e496566ecac8e4545368f07aa7eaedc7774e224d934cce", "cmd": "./elph", "args": ["acp", "--stdio"] }, "darwin-x86_64": { - "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-macos-x86_64.tar.gz", - "sha256": "c1dd5eb2f7fd8bab6ea53bd9e841c7d2f940f5589aab924c3f07be1d29d5fe8c", + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.2/elph-macos-x86_64.tar.gz", + "sha256": "16600ee7637afe2d51a939a15062c6d33aef913e2e96ee5544de0da7e3aa5c4f", "cmd": "./elph", "args": ["acp", "--stdio"] }, "linux-aarch64": { - "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-linux-arm64.tar.gz", - "sha256": "4e3c0b459862e81e50fb985852ec8ff526fbe2911141803dbf255c9d23d42854", + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.2/elph-linux-arm64.tar.gz", + "sha256": "3523b9152ae16317f6a1b2a816dad3756d9a81674f7c263a31bc0a1156c42333", "cmd": "./elph", "args": ["acp", "--stdio"] }, "linux-x86_64": { - "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-linux-x86_64.tar.gz", - "sha256": "9dcae21b7ad6242a9b10f08e9aca52dbb83525d75f8372f8306700145c722e84", + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.2/elph-linux-x86_64.tar.gz", + "sha256": "eb6fcf7c52d484828ed32e13b37206b240e34ba2804588f0c8be5be7522dd375", "cmd": "./elph", "args": ["acp", "--stdio"] }, "windows-x86_64": { - "archive": "https://github.com/riipandi/elph/releases/download/v0.1.0/elph-windows-x86_64.zip", - "sha256": "eef4c9fe6425c13851e334c3a305ea944f7d3ed7fb4f9954ac34410379008601", + "archive": "https://github.com/riipandi/elph/releases/download/v0.1.2/elph-windows-x86_64.zip", + "sha256": "3a3e84274a2942be9eace273006b51c2989d16271818175274117f7be14a85c0", "cmd": "elph.exe", "args": ["acp", "--stdio"] }