Skip to content

chore!: change lib name for llmberjack#6

Merged
OrriMandarin merged 2 commits into
mainfrom
rename_lib_name
Sep 3, 2025
Merged

chore!: change lib name for llmberjack#6
OrriMandarin merged 2 commits into
mainfrom
rename_lib_name

Conversation

@OrriMandarin

Copy link
Copy Markdown
Contributor

This pull request performs a comprehensive package rename from llmadapter to llmberjack throughout the codebase and documentation. The changes ensure that all references, identifiers, and import paths now use the new package name, maintaining consistency and avoiding confusion. No functional code changes are introduced; the update is strictly renaming for branding or organizational purposes.

@OrriMandarin OrriMandarin requested a review from Copilot September 3, 2025 14:14
@OrriMandarin OrriMandarin self-assigned this Sep 3, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request performs a comprehensive package rename from llmadapter to llmberjack throughout the codebase. The changes update all package declarations, import paths, type names, and documentation to reflect the new naming convention while maintaining all existing functionality.

  • Package name changed from llmadapter to llmberjack across all Go files
  • Import paths updated from github.com/checkmarble/llm-adapter to github.com/checkmarble/llmberjack
  • Main struct renamed from LlmAdapter to llmberjack

Reviewed Changes

Copilot reviewed 35 out of 35 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates module name to new package identifier
adapter.go Renames main struct and updates package declaration
sync.go Updates function signatures to use new struct name
All other .go files Updates package declarations and import paths
README.md Updates documentation examples to use new package name
examples/ Updates all example code to use new package and import paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread README.md
@@ -1,4 +1,4 @@
# [WIP] LLM Adapter
# LLMberjack 🪵🪓🦊

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirm we can name and use those emojis

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

Comment thread README.md
@@ -1,4 +1,4 @@
# [WIP] LLM Adapter
# LLMberjack 🪵🪓🦊

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

SearchDomainFilter: []string{"google.com", "wikipedia.org"},
}).
WithText(llmadapter.RoleUser, "C'est une bonne situation ça Scribe ?")
WithText(llmberjack.RoleUser, "C'est une bonne situation ça Scribe ?")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

@OrriMandarin OrriMandarin merged commit 17c7eee into main Sep 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants