From 86ee1cbd913fe8b5390bb7f4db6539cbf609e3cd Mon Sep 17 00:00:00 2001 From: VladoIvankovic Date: Tue, 31 Mar 2026 11:02:14 +0200 Subject: [PATCH 01/82] Add Codeep agent --- codeep/agent.json | 36 ++++++++++++++++++++++++++++++++++++ codeep/icon.svg | 4 ++++ 2 files changed, 40 insertions(+) create mode 100644 codeep/agent.json create mode 100644 codeep/icon.svg diff --git a/codeep/agent.json b/codeep/agent.json new file mode 100644 index 000000000..e91948a9b --- /dev/null +++ b/codeep/agent.json @@ -0,0 +1,36 @@ +{ + "id": "codeep", + "name": "Codeep", + "version": "1.2.114", + "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", + "repository": "https://github.com/VladoIvankovic/Codeep", + "website": "https://codeep.dev", + "authors": [ + "Vlado Ivankovic " + ], + "license": "MIT", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-darwin-aarch64.tar.gz", + "cmd": "codeep", + "args": ["acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-darwin-x86_64.tar.gz", + "cmd": "codeep", + "args": ["acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-linux-x86_64.tar.gz", + "cmd": "codeep", + "args": ["acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-linux-aarch64.tar.gz", + "cmd": "codeep", + "args": ["acp"] + } + } + } +} diff --git a/codeep/icon.svg b/codeep/icon.svg new file mode 100644 index 000000000..5b189304d --- /dev/null +++ b/codeep/icon.svg @@ -0,0 +1,4 @@ + + + + From 8aea6d64ec7398a3db2148ea191336fe177cfda0 Mon Sep 17 00:00:00 2001 From: VladoIvankovic Date: Tue, 31 Mar 2026 11:10:20 +0200 Subject: [PATCH 02/82] Move binary archives to main Codeep repo --- codeep/agent.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index e91948a9b..722b1f740 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/codeep-zed/releases/download/v1.2.114/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From ef4d1c7a38492fb4c8014299f5c2c1ff282d6abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 11:52:28 +0200 Subject: [PATCH 03/82] Update Codeep to v1.2.115 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 722b1f740..f109f13fa 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.114", + "version": "1.2.115", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.114/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 326e798840972140ac532610860b5043b667eede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 14:38:46 +0200 Subject: [PATCH 04/82] Update Codeep to v1.2.117 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index f109f13fa..878c3b428 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.115", + "version": "1.2.117", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.115/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 0eacd903c0e205682ee1583faee71cd62ba8931a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 14:54:13 +0200 Subject: [PATCH 05/82] Update Codeep to v1.2.118 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 878c3b428..c709f3cf0 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.117", + "version": "1.2.118", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.117/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 2da86640c8a27da1bca2756b8a035f62fa678867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 15:03:31 +0200 Subject: [PATCH 06/82] Update Codeep to v1.2.119 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index c709f3cf0..45795b56f 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.118", + "version": "1.2.119", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.118/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 52fdd2455fd24996e75cfb2460a4a5be20fcda32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 15:33:53 +0200 Subject: [PATCH 07/82] Update Codeep to v1.2.120 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 45795b56f..7ba5bf25d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.119", + "version": "1.2.120", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.119/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From a7e1c905c62e882924f8d620fc810394391f126b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 15:45:08 +0200 Subject: [PATCH 08/82] Update Codeep to v1.2.121 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 7ba5bf25d..4544e4f95 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.120", + "version": "1.2.121", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.120/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 60fb9485882663272654852f13be7d5b87bc8f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 16:10:46 +0200 Subject: [PATCH 09/82] Update Codeep to v1.2.122 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 4544e4f95..0c912d380 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.121", + "version": "1.2.122", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.121/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From d7595c2b902694e04e576319c535ef20465d1ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 16:17:45 +0200 Subject: [PATCH 10/82] Update Codeep to v1.2.123 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0c912d380..0e38b7cd0 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.122", + "version": "1.2.123", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.122/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 722c6f100cad4f45f65d61a2a760989c97d2a955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 31 Mar 2026 16:27:47 +0200 Subject: [PATCH 11/82] Update Codeep to v1.2.125 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0e38b7cd0..d59b8ec14 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.123", + "version": "1.2.125", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.123/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 691f94a04cdd59fbce6707127ec0228f713faf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 14:08:47 +0200 Subject: [PATCH 12/82] Update Codeep to v1.2.126 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index d59b8ec14..097770bf7 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.125", + "version": "1.2.126", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.125/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From bd5b4148a0ed9cfc597142067d90f9031f290551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 14:28:44 +0200 Subject: [PATCH 13/82] Update Codeep to v1.2.127 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 097770bf7..12adcd415 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.126", + "version": "1.2.127", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.126/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 5ee3da07dd7b07754472e47c3de77e7b3c8ac68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 14:39:13 +0200 Subject: [PATCH 14/82] Update Codeep to v1.2.128 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 12adcd415..1878b0168 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.127", + "version": "1.2.128", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.127/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 01ff65b9f8edcc9d805030a9b4db6f60f2a422a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 14:52:28 +0200 Subject: [PATCH 15/82] Update Codeep to v1.2.129 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 1878b0168..f44af6fd1 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.128", + "version": "1.2.129", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.128/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 5e0cc331b9321f62369d63e9bca52bae4ada86cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 15:04:59 +0200 Subject: [PATCH 16/82] Update Codeep to v1.2.130 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index f44af6fd1..3fde514fc 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.129", + "version": "1.2.130", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.129/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From d52e2089368131e8123bb6b6e734a0b2e89688ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 15:43:35 +0200 Subject: [PATCH 17/82] Update Codeep to v1.2.131 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 3fde514fc..dba10312f 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.130", + "version": "1.2.131", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.130/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From d41fa4524fd180f841f587635c03561a1774ddb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 15:50:46 +0200 Subject: [PATCH 18/82] Update Codeep to v1.2.132 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index dba10312f..bebfb970f 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.131", + "version": "1.2.132", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.131/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 8b288a4e6ec60fe0356a5fb6650610b3e42125d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 22:00:27 +0200 Subject: [PATCH 19/82] Update Codeep to v1.2.133 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index bebfb970f..96b25d778 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.132", + "version": "1.2.133", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.132/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From a5ad5b83232fc96cd11b321c75553c7e94dba47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 22:40:09 +0200 Subject: [PATCH 20/82] Update Codeep to v1.2.135 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 96b25d778..503f9863c 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.133", + "version": "1.2.135", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.133/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 451971150d5fd210376fdb011e4993000947937f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 1 Apr 2026 23:06:40 +0200 Subject: [PATCH 21/82] Update Codeep to v1.2.136 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 503f9863c..b5ac33c7e 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.135", + "version": "1.2.136", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.135/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b1b31bcb2c734efbb4502c86d24ef3088d067ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 2 Apr 2026 10:59:52 +0200 Subject: [PATCH 22/82] Update Codeep to v1.2.137 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index b5ac33c7e..52ef631df 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.136", + "version": "1.2.137", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.136/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 7d233a2828f0ffcc205e2c63e16d19ceb12fedc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 2 Apr 2026 13:22:03 +0200 Subject: [PATCH 23/82] Update Codeep to v1.2.139 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 52ef631df..e1f4fd479 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.137", + "version": "1.2.139", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.137/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From a5dc4dbef2660c9d714c8cf5200c5b3439102214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 2 Apr 2026 16:10:24 +0200 Subject: [PATCH 24/82] Update Codeep to v1.2.141 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index e1f4fd479..361411d33 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.139", + "version": "1.2.141", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.139/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 93ece7b9872e25a8488b094b743a9be190b2b6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 2 Apr 2026 16:18:59 +0200 Subject: [PATCH 25/82] Update Codeep to v1.2.142 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 361411d33..bff24572d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.141", + "version": "1.2.142", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.141/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 4e7c6bd92451efdd75b2eabb8f292e8d904ddc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 2 Apr 2026 16:40:04 +0200 Subject: [PATCH 26/82] Update Codeep to v1.2.143 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index bff24572d..d355c7bfa 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.142", + "version": "1.2.143", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.142/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From f40b084693f4d59bfed3d55751494282915b6b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 15:06:06 +0200 Subject: [PATCH 27/82] Update Codeep to v1.2.144 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index d355c7bfa..08212468d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.143", + "version": "1.2.144", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.143/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 88ff7be8f3ebfaa5ca151da7db3917395aa8e0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 15:15:09 +0200 Subject: [PATCH 28/82] Update Codeep to v1.2.145 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 08212468d..0e48f032b 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.144", + "version": "1.2.145", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.144/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From f674bb8554ef0c53574cd414ab4d4da1392e2810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 15:27:18 +0200 Subject: [PATCH 29/82] Update Codeep to v1.2.146 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0e48f032b..ddd6dfd8d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.145", + "version": "1.2.146", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.145/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From f8af7d20d94e160b1ab24ba773d0f4c9305e81bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 15:57:32 +0200 Subject: [PATCH 30/82] Update Codeep to v1.2.147 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index ddd6dfd8d..1d8de7b42 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.146", + "version": "1.2.147", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.146/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 525979f721c6768c86a2de5d953db9541e0dc2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 16:15:03 +0200 Subject: [PATCH 31/82] Update Codeep to v1.2.148 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 1d8de7b42..770539dec 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.147", + "version": "1.2.148", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.147/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 5cbd25817976e9ef6aaa9c111d7503d79508b18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 16:23:01 +0200 Subject: [PATCH 32/82] Update Codeep to v1.2.149 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 770539dec..620402ba0 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.148", + "version": "1.2.149", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.148/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 3f0526dc3a647e0f821da27617c4d51c78c14693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 16:33:05 +0200 Subject: [PATCH 33/82] Update Codeep to v1.2.150 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 620402ba0..386b673c4 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.149", + "version": "1.2.150", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.149/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b4fc0fe3a5b6d4d56aee3f9714108b06d0dc3c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 16:36:05 +0200 Subject: [PATCH 34/82] Update Codeep to v1.2.151 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 386b673c4..fc612ec36 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.150", + "version": "1.2.151", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.150/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 21de69c6307f970e2ab2f98d33708f4a4aa7ed7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 4 Apr 2026 16:48:19 +0200 Subject: [PATCH 35/82] Update Codeep to v1.2.152 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index fc612ec36..5b2f1d1ba 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.151", + "version": "1.2.152", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.151/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 787c9a9e082408f0046f2582daf8e9a344bf4e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 21:14:51 +0200 Subject: [PATCH 36/82] Update Codeep to v1.2.153 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 5b2f1d1ba..293b66e2a 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.152", + "version": "1.2.153", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.152/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b731bbb2aa9249fa5f16c111f9e4c15f86db700f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 21:27:32 +0200 Subject: [PATCH 37/82] Update Codeep to v1.2.154 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 293b66e2a..fb587743b 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.153", + "version": "1.2.154", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.153/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From dcdfe2db9687457d2eeee0343f41a6e1624958b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 21:36:36 +0200 Subject: [PATCH 38/82] Update Codeep to v1.2.155 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index fb587743b..052c812f5 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.154", + "version": "1.2.155", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.154/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b8c61e77e68e18132b7567b6283d86cda0f272c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 21:47:32 +0200 Subject: [PATCH 39/82] Update Codeep to v1.2.156 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 052c812f5..8c1d25190 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.155", + "version": "1.2.156", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.155/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 419abed192a2c84c2eb83d39595e5e8a0b20b4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 22:00:21 +0200 Subject: [PATCH 40/82] Update Codeep to v1.2.157 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 8c1d25190..3c5f85f70 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.156", + "version": "1.2.157", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.156/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 7c05bfdd6a540efcd6cc632bed53c7f5d643e55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 22:13:45 +0200 Subject: [PATCH 41/82] Update Codeep to v1.2.158 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 3c5f85f70..6d85c6d8c 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.157", + "version": "1.2.158", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.157/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From ca7a6cf28dad179e6f056011a454cd2a6bc88a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 22:22:05 +0200 Subject: [PATCH 42/82] Update Codeep to v1.2.159 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 6d85c6d8c..61d645e34 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.158", + "version": "1.2.159", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.158/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From c1658e74029487bfdf3f1dc54f9ebd8736514792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 7 Apr 2026 22:50:51 +0200 Subject: [PATCH 43/82] Update Codeep to v1.2.160 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 61d645e34..0d3b0af91 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.159", + "version": "1.2.160", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.159/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From d00263bfc51c89495d403b4232f9a3da936fb324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 8 Apr 2026 10:32:36 +0200 Subject: [PATCH 44/82] Update Codeep to v1.2.161 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0d3b0af91..ce518e01d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.160", + "version": "1.2.161", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.160/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b1226da4b42791e9959389cf80c3bde4791b1812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 8 Apr 2026 15:34:21 +0200 Subject: [PATCH 45/82] Update Codeep to v1.3.0 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index ce518e01d..6d27b0301 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.2.161", + "version": "1.3.0", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.2.161/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 74375b1c5598c5497e62f4da717a4a2375298512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 09:59:10 +0200 Subject: [PATCH 46/82] Update Codeep to v1.3.1 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 6d27b0301..6e40340be 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.0", + "version": "1.3.1", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.0/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 2a2525f379d96d53dc4946e6e8f127272f2a8290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 10:08:20 +0200 Subject: [PATCH 47/82] Update Codeep to v1.3.2 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 6e40340be..d13ddf64f 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.1", + "version": "1.3.2", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.1/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 2692f7cefad147d2ad2f3d313695a6f39a46391f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 10:44:54 +0200 Subject: [PATCH 48/82] Update Codeep to v1.3.5 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index d13ddf64f..2b2fa26fd 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.2", + "version": "1.3.5", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.2/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 3f219c4bab637f908ac2b776f19b7849ac223acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 11:50:39 +0200 Subject: [PATCH 49/82] Update Codeep to v1.3.6 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 2b2fa26fd..b6c4df722 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.5", + "version": "1.3.6", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.5/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From ce866c7b06cd5b7ac7cdd8ad43346d7887831fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 13:00:30 +0200 Subject: [PATCH 50/82] Update Codeep to v1.3.9 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index b6c4df722..20d24c01e 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.6", + "version": "1.3.9", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.6/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 86249bdd80a93790cfdef59ab2c518a3b7b08c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 13:02:20 +0200 Subject: [PATCH 51/82] Update Codeep to v1.3.10 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 20d24c01e..c0d10d60e 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.9", + "version": "1.3.10", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.9/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b0693cfe11890ea642da4b1bec564f9030300659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:20:45 +0200 Subject: [PATCH 52/82] Update Codeep to v1.3.11 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index c0d10d60e..171fc5ced 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.10", + "version": "1.3.11", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.10/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 3c3d839e5a53dd4498da090dea0a0413b2b0a493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:25:22 +0200 Subject: [PATCH 53/82] Update Codeep to v1.3.12 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 171fc5ced..5c25fbc5a 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.11", + "version": "1.3.12", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.11/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From fd87106e9ae260bcad7a461a4b75eb0484ef5272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:36:52 +0200 Subject: [PATCH 54/82] Update Codeep to v1.3.13 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 5c25fbc5a..eb5291b54 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.12", + "version": "1.3.13", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.12/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 48b8db9672376811ac3b7fcc607e89c3a3f15b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:42:40 +0200 Subject: [PATCH 55/82] Update Codeep to v1.3.14 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index eb5291b54..d6910fdf4 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.13", + "version": "1.3.14", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.13/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 019b7029a4a1c70d7dd1ea77c1f1431948afec66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:45:55 +0200 Subject: [PATCH 56/82] Update Codeep to v1.3.15 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index d6910fdf4..f316a1f5f 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.14", + "version": "1.3.15", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.14/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 49f102dedf35abb946b214a6eae4d4a98b854b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 9 Apr 2026 15:58:59 +0200 Subject: [PATCH 57/82] Update Codeep to v1.3.17 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index f316a1f5f..73fb88800 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.15", + "version": "1.3.17", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.15/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 61902ead4c8bd4a0e53b3f1c3dcc4d0d26797877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Fri, 10 Apr 2026 15:15:01 +0200 Subject: [PATCH 58/82] Update Codeep to v1.3.18 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 73fb88800..e39bf84d8 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.17", + "version": "1.3.18", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.17/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 734bb7ab940e19175269b944c8fdd3418f78c5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Fri, 10 Apr 2026 22:11:48 +0200 Subject: [PATCH 59/82] Update Codeep to v1.3.19 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index e39bf84d8..d45c9f591 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.18", + "version": "1.3.19", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.18/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From de6993b5ca14affd216ba2d88689a6f45940ff4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Fri, 10 Apr 2026 23:00:05 +0200 Subject: [PATCH 60/82] Update Codeep to v1.3.20 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index d45c9f591..96461821c 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.19", + "version": "1.3.20", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.19/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From faba32e2da61778a3157785687ce0dc793ec079d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Mon, 13 Apr 2026 13:13:16 +0200 Subject: [PATCH 61/82] Update Codeep to v1.3.21 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 96461821c..8ed759e8a 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.20", + "version": "1.3.21", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.20/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From c86ac0880324034ba6070eba33d82a7a057398a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 21:51:49 +0200 Subject: [PATCH 62/82] Update Codeep to v1.3.22 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 8ed759e8a..284b588ea 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.21", + "version": "1.3.22", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.21/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From f8f2df7f1048bd54e1649f87217cafb0547d4046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 21:53:30 +0200 Subject: [PATCH 63/82] Update Codeep to v1.3.23 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 284b588ea..bf91cd34a 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.22", + "version": "1.3.23", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.22/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From b18f005695729a09347160c6a9346498eebccd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 23:34:27 +0200 Subject: [PATCH 64/82] Update Codeep to v1.3.25 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index bf91cd34a..8c65a6a6c 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.23", + "version": "1.3.25", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.23/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 68888e49eeae861e1b10528211c0213b733f0581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 23:38:56 +0200 Subject: [PATCH 65/82] Update Codeep to v1.3.26 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 8c65a6a6c..0fe253570 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.25", + "version": "1.3.26", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.25/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 37d19c037051815290359cf44faf1d46d3fb0932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 23:50:20 +0200 Subject: [PATCH 66/82] Update Codeep to v1.3.27 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0fe253570..f6f887a2a 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.26", + "version": "1.3.27", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.26/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From df7a632bebe5bc95e73783288da25f40421fdac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 15 Apr 2026 23:59:10 +0200 Subject: [PATCH 67/82] Update Codeep to v1.3.28 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index f6f887a2a..b4da0d412 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.27", + "version": "1.3.28", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.27/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 62a789ee443da99eb60cd1490de2d2aa0352095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 16 Apr 2026 11:02:44 +0200 Subject: [PATCH 68/82] Update Codeep to v1.3.29 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index b4da0d412..dec77de78 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.28", + "version": "1.3.29", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.28/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From e50fb33980109ad31c42a20543f83ebb1ab3585c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Thu, 16 Apr 2026 11:05:15 +0200 Subject: [PATCH 69/82] Update Codeep to v1.3.30 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index dec77de78..9129a4d8e 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.29", + "version": "1.3.30", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.29/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From c34fee4d669dba00eb4401f7039b92ca44cd432a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Fri, 17 Apr 2026 13:20:24 +0200 Subject: [PATCH 70/82] Update Codeep to v1.3.31 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 9129a4d8e..5ce41e1da 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.30", + "version": "1.3.31", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.30/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From ef6b1ae1c1e9309a9023ed65fb07ca1c8d0718bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 21 Apr 2026 13:49:13 +0200 Subject: [PATCH 71/82] Update Codeep to v1.3.32 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 5ce41e1da..3a0e92044 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.31", + "version": "1.3.32", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.31/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 1a5426770ae3c3149c8634762789ec2b5d68dd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Fri, 24 Apr 2026 11:53:43 +0200 Subject: [PATCH 72/82] Update Codeep to v1.3.33 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 3a0e92044..0883daf79 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.32", + "version": "1.3.33", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.32/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 57e259542757d6d11dcd131fff77404e2114f71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sat, 25 Apr 2026 07:52:47 +0200 Subject: [PATCH 73/82] Update Codeep to v1.3.34 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 0883daf79..9d12e1e5c 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.33", + "version": "1.3.34", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.33/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 8ac5cd7785d287d07d0d13ee5c5aca149589abb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Tue, 28 Apr 2026 14:46:20 +0200 Subject: [PATCH 74/82] Update Codeep to v1.3.35 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 9d12e1e5c..2554bc824 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.34", + "version": "1.3.35", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.34/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From bc49cbaafb4888dd2983e7239edd4f50bc87f1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 29 Apr 2026 15:37:14 +0200 Subject: [PATCH 75/82] Update Codeep to v1.3.36 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 2554bc824..eb12f0edd 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.35", + "version": "1.3.36", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.35/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 9385eca56225d694dd9f0f8634820e8689234008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Wed, 29 Apr 2026 15:39:47 +0200 Subject: [PATCH 76/82] Update Codeep to v1.3.37 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index eb12f0edd..132f51ba6 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.36", + "version": "1.3.37", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.36/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From c4d2e8fc301d3770745cd7814b47997b92cd7f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Sun, 10 May 2026 01:08:09 +0200 Subject: [PATCH 77/82] Bump codeep to v1.3.41 --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 132f51ba6..70264ac73 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.37", + "version": "1.3.41", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.37/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From 45cf1814ea5c865811d2efe05e27f71de35dfa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVlado?= Date: Mon, 18 May 2026 22:56:43 +0200 Subject: [PATCH 78/82] Update codeep to 2.0.0 --- codeep/agent.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 70264ac73..3243059af 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,33 +1,33 @@ { "id": "codeep", "name": "Codeep", - "version": "1.3.41", - "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more), plan tracking, MCP support, and session history.", + "version": "2.0.0", + "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, OpenRouter, Z.AI, Gemini, DeepSeek, MiniMax, Ollama). Full MCP support (stdio + HTTP) with sampling, resources, and prompts. Claude-Code-compatible skill bundles, checkpoints, custom slash commands, and lifecycle hooks.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", "authors": [ "Vlado Ivankovic " ], - "license": "MIT", + "license": "Apache-2.0", "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v1.3.41/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From bc6573cfbe98aceb0a6b0be62458f962be009f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlado=20Ivankovi=C4=87?= Date: Sun, 31 May 2026 11:14:35 +0200 Subject: [PATCH 79/82] Update Codeep to v2.4.0 --- codeep/agent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index 3243059af..f73b4467d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,33 +1,33 @@ { "id": "codeep", "name": "Codeep", - "version": "2.0.0", + "version": "2.4.0", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, OpenRouter, Z.AI, Gemini, DeepSeek, MiniMax, Ollama). Full MCP support (stdio + HTTP) with sampling, resources, and prompts. Claude-Code-compatible skill bundles, checkpoints, custom slash commands, and lifecycle hooks.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", "authors": [ - "Vlado Ivankovic " + "Vlado Ivankovic " ], "license": "Apache-2.0", "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.0.0/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] } From f07a39fea23eaa58e51bba92ded1ff9baf09c579 Mon Sep 17 00:00:00 2001 From: Vlado Ivankovic Date: Tue, 2 Jun 2026 15:15:19 +0200 Subject: [PATCH 80/82] feat: add quarantine support for temporarily broken agents --- .github/workflows/build_registry.py | 13 +++++++++++ CONTRIBUTING.md | 36 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/.github/workflows/build_registry.py b/.github/workflows/build_registry.py index 7d420d4dc..ec7550a1a 100644 --- a/.github/workflows/build_registry.py +++ b/.github/workflows/build_registry.py @@ -19,6 +19,7 @@ extract_npm_package_name, extract_npm_package_version, extract_pypi_package_name, + load_quarantine, normalize_version, should_skip_dir, ) @@ -612,10 +613,22 @@ def build_registry(dry_run: bool = False): print("Warning: jsonschema not installed, skipping schema validation") print(" Install with: pip install jsonschema") + # Quarantined agents are known-broken at runtime; exclude them from the build. + quarantine = load_quarantine(registry_dir) + if quarantine: + print(f"Skipping {len(quarantine)} quarantined agent(s)") + for entry_dir in sorted(registry_dir.iterdir()): if not entry_dir.is_dir() or should_skip_dir(entry_dir.name): continue + # Skip quarantined agents entirely: a known-broken agent neither gets + # validated (so it can't fail the build) nor published to registry.json. + # Mirrors verify_agents.py and update_versions.py, which also skip them. + if entry_dir.name in quarantine: + print(f" ⊘ Quarantined {entry_dir.name}: {quarantine[entry_dir.name]}") + continue + agent_json_path = entry_dir / "agent.json" if not agent_json_path.exists(): diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b52d9f8da..c7d947bfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -272,3 +272,39 @@ To skip URL accessibility checks (useful for testing before publishing): ```bash SKIP_URL_VALIDATION=1 uv run --with jsonschema .github/workflows/build_registry.py ``` + +## Quarantine + +Some agents have valid metadata but are temporarily broken at *runtime* — a +failing postinstall step, a missing dependency, or an ACP `initialize` handshake +that errors on the current release. Listing such an agent in +[`quarantine.json`](quarantine.json) — a flat map of agent `id` → human-readable +reason — keeps that known breakage from disrupting the registry's automation: + +```json +{ + "example-agent": "ACP initialize fails in example-cli 0.2.16", + "another-agent": "Missing npm dependency" +} +``` + +A quarantined agent is: + +- **Excluded from the published registry** — it is skipped when `registry.json` + is built, so users don't fetch (and try to install) a known-broken agent. +- **Skipped by the ACP authentication check** — it is left out of the auth + verification matrix, so its expected runtime failure doesn't block the rest of + the registry from publishing. +- **Skipped by the hourly version updater** — no automatic version bumps while it + is parked (use this for cases like `"Auto-update disabled"`). + +Quarantine keeps the agent's directory and `agent.json` in the repo — it's a +reversible maintenance state, not a deletion. + +**Lifting a quarantine:** once the upstream problem is fixed, remove the agent's +entry from `quarantine.json` in a PR. The next build folds it back into the +registry, version updates, and auth verification. + +**Removal vs. quarantine:** if an agent is permanently gone — project abandoned, +package unpublished — delete its directory (`/`) in a PR instead. Quarantine +is for breakage you expect to be fixed; removal is for agents that won't return. From eea95e1bb4b4d7b8e45dbe9dcecaf4ce8ae774d5 Mon Sep 17 00:00:00 2001 From: Vlado Ivankovic Date: Tue, 2 Jun 2026 15:33:39 +0200 Subject: [PATCH 81/82] Keep PR focused on adding the Codeep agent --- .github/workflows/build_registry.py | 13 ----------- CONTRIBUTING.md | 36 ----------------------------- 2 files changed, 49 deletions(-) diff --git a/.github/workflows/build_registry.py b/.github/workflows/build_registry.py index ec7550a1a..7d420d4dc 100644 --- a/.github/workflows/build_registry.py +++ b/.github/workflows/build_registry.py @@ -19,7 +19,6 @@ extract_npm_package_name, extract_npm_package_version, extract_pypi_package_name, - load_quarantine, normalize_version, should_skip_dir, ) @@ -613,22 +612,10 @@ def build_registry(dry_run: bool = False): print("Warning: jsonschema not installed, skipping schema validation") print(" Install with: pip install jsonschema") - # Quarantined agents are known-broken at runtime; exclude them from the build. - quarantine = load_quarantine(registry_dir) - if quarantine: - print(f"Skipping {len(quarantine)} quarantined agent(s)") - for entry_dir in sorted(registry_dir.iterdir()): if not entry_dir.is_dir() or should_skip_dir(entry_dir.name): continue - # Skip quarantined agents entirely: a known-broken agent neither gets - # validated (so it can't fail the build) nor published to registry.json. - # Mirrors verify_agents.py and update_versions.py, which also skip them. - if entry_dir.name in quarantine: - print(f" ⊘ Quarantined {entry_dir.name}: {quarantine[entry_dir.name]}") - continue - agent_json_path = entry_dir / "agent.json" if not agent_json_path.exists(): diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7d947bfd..b52d9f8da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -272,39 +272,3 @@ To skip URL accessibility checks (useful for testing before publishing): ```bash SKIP_URL_VALIDATION=1 uv run --with jsonschema .github/workflows/build_registry.py ``` - -## Quarantine - -Some agents have valid metadata but are temporarily broken at *runtime* — a -failing postinstall step, a missing dependency, or an ACP `initialize` handshake -that errors on the current release. Listing such an agent in -[`quarantine.json`](quarantine.json) — a flat map of agent `id` → human-readable -reason — keeps that known breakage from disrupting the registry's automation: - -```json -{ - "example-agent": "ACP initialize fails in example-cli 0.2.16", - "another-agent": "Missing npm dependency" -} -``` - -A quarantined agent is: - -- **Excluded from the published registry** — it is skipped when `registry.json` - is built, so users don't fetch (and try to install) a known-broken agent. -- **Skipped by the ACP authentication check** — it is left out of the auth - verification matrix, so its expected runtime failure doesn't block the rest of - the registry from publishing. -- **Skipped by the hourly version updater** — no automatic version bumps while it - is parked (use this for cases like `"Auto-update disabled"`). - -Quarantine keeps the agent's directory and `agent.json` in the repo — it's a -reversible maintenance state, not a deletion. - -**Lifting a quarantine:** once the upstream problem is fixed, remove the agent's -entry from `quarantine.json` in a PR. The next build folds it back into the -registry, version updates, and auth verification. - -**Removal vs. quarantine:** if an agent is permanently gone — project abandoned, -package unpublished — delete its directory (`/`) in a PR instead. Quarantine -is for breakage you expect to be fixed; removal is for agents that won't return. From 393b5794a41f4a77ec65be8a4e969a29d9eea7af Mon Sep 17 00:00:00 2001 From: Vlado Ivankovic Date: Wed, 3 Jun 2026 15:13:23 +0200 Subject: [PATCH 82/82] Refresh Codeep entry to v2.4.2 Bump version + all four binary archive URLs from v2.4.0 to v2.4.2 (latest release). All archives return 200; agent.json passes schema validation and icon.svg meets the 16x16 monochrome currentColor requirement. --- codeep/agent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codeep/agent.json b/codeep/agent.json index f73b4467d..1b1187b2d 100644 --- a/codeep/agent.json +++ b/codeep/agent.json @@ -1,7 +1,7 @@ { "id": "codeep", "name": "Codeep", - "version": "2.4.0", + "version": "2.4.2", "description": "AI coding agent for the terminal. Multi-provider LLM support (Anthropic, OpenAI, OpenRouter, Z.AI, Gemini, DeepSeek, MiniMax, Ollama). Full MCP support (stdio + HTTP) with sampling, resources, and prompts. Claude-Code-compatible skill bundles, checkpoints, custom slash commands, and lifecycle hooks.", "repository": "https://github.com/VladoIvankovic/Codeep", "website": "https://codeep.dev", @@ -12,22 +12,22 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-darwin-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.2/codeep-darwin-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-darwin-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.2/codeep-darwin-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-linux-x86_64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.2/codeep-linux-x86_64.tar.gz", "cmd": "codeep", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.0/codeep-linux-aarch64.tar.gz", + "archive": "https://github.com/VladoIvankovic/Codeep/releases/download/v2.4.2/codeep-linux-aarch64.tar.gz", "cmd": "codeep", "args": ["acp"] }