From 1efd90712ee3e3b923584438b89c00c58d1bc8e8 Mon Sep 17 00:00:00 2001 From: Takashi Iwamoto Date: Fri, 19 Sep 2025 20:22:48 +0900 Subject: [PATCH 1/2] Add maintenance mode notice and redirect to enechange/collmbo --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 827d7d7e..f55a0682 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ + +> [!WARNING] +> **MAINTENANCE MODE** +> +> Active development has moved to [enechange/collmbo](https://github.com/enechange/collmbo) +> +> For v8.0.0 and later versions: +> +> ```sh +> docker pull ghcr.io/enechange/collmbo:latest +> ``` +> +> Previous versions (v7.0.0 and earlier) remain available at: +> +> ```sh +> docker pull ghcr.io/iwamot/collmbo:v7.0.0 +> ``` + +--- + # Collmbo [![CI](https://github.com/iwamot/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/iwamot/collmbo/actions/workflows/ci.yml) From c7f905aef2d6663147ed54dd59de79ca6f837394 Mon Sep 17 00:00:00 2001 From: Takashi Iwamoto Date: Tue, 31 Mar 2026 14:27:58 +0900 Subject: [PATCH 2/2] chore: replace enechange references with iwamot Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Takashi Iwamoto --- .github/workflows/auto-approve.yml | 2 +- LICENSE | 1 + README.md | 4 ++-- SECURITY.md | 2 +- docs/features/custom-callbacks.md | 2 +- docs/features/image-input.md | 2 +- docs/features/mcp-tools.md | 2 +- docs/features/pdf-input.md | 2 +- docs/features/prompt-caching.md | 2 +- docs/features/redaction.md | 2 +- docs/features/slack-friendly-formatting.md | 2 +- docs/features/tools-function-calling.md | 2 +- 12 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fe66a3a3..3b05bd26 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 5 permissions: pull-requests: write - if: github.event.pull_request.user.login == 'enechange-renovate[bot]' + if: github.event.pull_request.user.login == 'iwamot-renovate[bot]' steps: - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: diff --git a/LICENSE b/LICENSE index 36e93772..c6efdcb3 100644 --- a/LICENSE +++ b/LICENSE @@ -2,6 +2,7 @@ The MIT License (MIT) Copyright (c) Slack Technologies, LLC Copyright (c) 2024 ENECHANGE Ltd. +Copyright (c) 2026 Takashi Iwamoto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4d6e429c..a4a740a6 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ # Collmbo -[![CI](https://github.com/enechange/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/enechange/collmbo/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/enechange/collmbo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/enechange/collmbo) +[![CI](https://github.com/iwamot/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/iwamot/collmbo/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/iwamot/collmbo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/iwamot/collmbo) ![Collmbo icon](https://github.com/user-attachments/assets/b13da1c7-5d2f-4ad3-8c5b-9ef4e500deb8) diff --git a/SECURITY.md b/SECURITY.md index a498a0e1..f7a3a99d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,4 +8,4 @@ This software is provided "as is" without warranty. Security issues will be addr Please report security vulnerabilities through GitHub's Security Advisory "Report a Vulnerability" feature. -https://github.com/enechange/collmbo/security/advisories/new +https://github.com/iwamot/collmbo/security/advisories/new diff --git a/docs/features/custom-callbacks.md b/docs/features/custom-callbacks.md index 5a9faf1a..01d54533 100644 --- a/docs/features/custom-callbacks.md +++ b/docs/features/custom-callbacks.md @@ -19,7 +19,7 @@ OPENAI_API_KEY=sk-... LLM_MODEL=gpt-5.2 LITELLM_CALLBACK_MODULE_NAME=examples.callback_handler -$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest ``` > ![Custom callbacks example](https://github.com/user-attachments/assets/38a83ac9-1429-46ad-bd6c-95e1d6aac247) diff --git a/docs/features/image-input.md b/docs/features/image-input.md index 5f619b04..0e79ff25 100644 --- a/docs/features/image-input.md +++ b/docs/features/image-input.md @@ -15,7 +15,7 @@ OPENAI_API_KEY=sk-... LLM_MODEL=gpt-5.2 IMAGE_INPUT_ENABLED=true -$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest ``` > ![Image input example](https://github.com/user-attachments/assets/41e11441-230e-41db-8cae-efe5fd9dd426) diff --git a/docs/features/mcp-tools.md b/docs/features/mcp-tools.md index 327ca3f9..5381624d 100644 --- a/docs/features/mcp-tools.md +++ b/docs/features/mcp-tools.md @@ -68,7 +68,7 @@ LLM_MODEL=gpt-5.2 AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... -$ docker run -it --env-file ./env -v ./config:/app/config ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env -v ./config:/app/config ghcr.io/iwamot/collmbo:latest ``` `workload_name` will be used as a name for [AgentCore Identity workload](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/creating-agent-identities.html). diff --git a/docs/features/pdf-input.md b/docs/features/pdf-input.md index b60da44f..8cb51180 100644 --- a/docs/features/pdf-input.md +++ b/docs/features/pdf-input.md @@ -15,7 +15,7 @@ OPENAI_API_KEY=sk-... LLM_MODEL=bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0 PDF_INPUT_ENABLED=true -$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest ``` > ![PDF input example](https://github.com/user-attachments/assets/181a5400-3d6c-4daf-aa64-7d7cdd4cfaee) diff --git a/docs/features/prompt-caching.md b/docs/features/prompt-caching.md index edef5f5d..311ce86e 100644 --- a/docs/features/prompt-caching.md +++ b/docs/features/prompt-caching.md @@ -12,7 +12,7 @@ ANTHROPIC_API_KEY=sk-ant-... LLM_MODEL=claude-3-7-sonnet-20250219 PROMPT_CACHING_ENABLED=true -$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest ``` When enabled, cache breakpoints will automatically be added to **the two most recent user messages** when the total context size is 1,024 tokens or more. This may help reduce API costs. diff --git a/docs/features/redaction.md b/docs/features/redaction.md index 9c209faf..cc8f9a34 100644 --- a/docs/features/redaction.md +++ b/docs/features/redaction.md @@ -20,7 +20,7 @@ REDACT_USER_DEFINED_PATTERN=\bsensitive string\b # Here, logging is enabled to check the effect of redaction LITELLM_CALLBACK_MODULE_NAME=examples.callback_handler -$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest ``` Sensitive strings in the message will be masked before being sent to the model. diff --git a/docs/features/slack-friendly-formatting.md b/docs/features/slack-friendly-formatting.md index eef69222..0866e214 100644 --- a/docs/features/slack-friendly-formatting.md +++ b/docs/features/slack-friendly-formatting.md @@ -12,7 +12,7 @@ OPENAI_API_KEY=sk-... LLM_MODEL=gpt-5.2 SLACK_FORMATTING_ENABLED=true -$ docker run -it --env-file ./env ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env ghcr.io/iwamot/collmbo:latest ``` > ![Slack formatting example](https://github.com/user-attachments/assets/6d73ed53-2849-4370-acb3-62694c05f86f) diff --git a/docs/features/tools-function-calling.md b/docs/features/tools-function-calling.md index 5a8ecb01..22b3dc6b 100644 --- a/docs/features/tools-function-calling.md +++ b/docs/features/tools-function-calling.md @@ -19,7 +19,7 @@ OPENAI_API_KEY=sk-... LLM_MODEL=gpt-5.2 TOOLS_MODULE_NAME=examples.tools -$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/enechange/collmbo:latest +$ docker run -it --env-file ./env -v ./examples:/app/examples ghcr.io/iwamot/collmbo:latest ``` > ![Tools example](https://github.com/user-attachments/assets/d48a44fd-56fa-43c7-a0de-567ba03088b5)