From 86ee1cbd913fe8b5390bb7f4db6539cbf609e3cd Mon Sep 17 00:00:00 2001 From: VladoIvankovic Date: Tue, 31 Mar 2026 11:02:14 +0200 Subject: [PATCH 01/60] 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 00000000..e91948a9 --- /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 00000000..5b189304 --- /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/60] 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 e91948a9..722b1f74 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/60] 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 722b1f74..f109f13f 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/60] 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 f109f13f..878c3b42 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/60] 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 878c3b42..c709f3cf 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/60] 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 c709f3cf..45795b56 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/60] 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 45795b56..7ba5bf25 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/60] 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 7ba5bf25..4544e4f9 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/60] 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 4544e4f9..0c912d38 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/60] 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 0c912d38..0e38b7cd 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/60] 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 0e38b7cd..d59b8ec1 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/60] 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 d59b8ec1..097770bf 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/60] 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 097770bf..12adcd41 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/60] 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 12adcd41..1878b016 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/60] 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 1878b016..f44af6fd 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/60] 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 f44af6fd..3fde514f 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/60] 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 3fde514f..dba10312 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/60] 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 dba10312..bebfb970 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/60] 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 bebfb970..96b25d77 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/60] 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 96b25d77..503f9863 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/60] 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 503f9863..b5ac33c7 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/60] 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 b5ac33c7..52ef631d 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/60] 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 52ef631d..e1f4fd47 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/60] 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 e1f4fd47..361411d3 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/60] 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 361411d3..bff24572 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/60] 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 bff24572..d355c7bf 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/60] 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 d355c7bf..08212468 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/60] 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 08212468..0e48f032 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/60] 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 0e48f032..ddd6dfd8 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/60] 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 ddd6dfd8..1d8de7b4 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/60] 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 1d8de7b4..770539de 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/60] 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 770539de..620402ba 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/60] 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 620402ba..386b673c 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/60] 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 386b673c..fc612ec3 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/60] 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 fc612ec3..5b2f1d1b 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/60] 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 5b2f1d1b..293b66e2 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/60] 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 293b66e2..fb587743 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/60] 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 fb587743..052c812f 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/60] 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 052c812f..8c1d2519 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/60] 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 8c1d2519..3c5f85f7 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/60] 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 3c5f85f7..6d85c6d8 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/60] 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 6d85c6d8..61d645e3 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/60] 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 61d645e3..0d3b0af9 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/60] 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 0d3b0af9..ce518e01 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/60] 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 ce518e01..6d27b030 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/60] 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 6d27b030..6e40340b 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/60] 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 6e40340b..d13ddf64 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/60] 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 d13ddf64..2b2fa26f 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/60] 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 2b2fa26f..b6c4df72 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/60] 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 b6c4df72..20d24c01 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/60] 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 20d24c01..c0d10d60 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/60] 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 c0d10d60..171fc5ce 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/60] 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 171fc5ce..5c25fbc5 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/60] 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 5c25fbc5..eb5291b5 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/60] 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 eb5291b5..d6910fdf 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/60] 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 d6910fdf..f316a1f5 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/60] 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 f316a1f5..73fb8880 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/60] 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 73fb8880..e39bf84d 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/60] 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 e39bf84d..d45c9f59 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/60] 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 d45c9f59..96461821 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"] }