Finalizing v3 with some fixes and local embedding models#26
Merged
coleam00 merged 10 commits intorelease-v3-mcp-supportfrom Feb 27, 2025
Merged
Finalizing v3 with some fixes and local embedding models#26coleam00 merged 10 commits intorelease-v3-mcp-supportfrom
coleam00 merged 10 commits intorelease-v3-mcp-supportfrom
Conversation
updated code to use locally hosted llama LLM, nomic-embed-text model.
tazmon95
pushed a commit
to tazmon95/Archon
that referenced
this pull request
Aug 16, 2025
…ding-fallback Fix: Replace zero embedding fallbacks with proper exception handling
POWERFULMOVES
pushed a commit
to POWERFULMOVES/PMOVES-Archon
that referenced
this pull request
Feb 12, 2026
…-video-analysis-with-new-models feat(media-video): enable multimodal video intelligence
coleam00
pushed a commit
that referenced
this pull request
Apr 7, 2026
- Bot now only responds when explicitly @mentioned (except DMs) - When mentioned in a thread, fetches up to 100 previous messages for context - Thread conversations inherit codebase/cwd from parent channel - Strip bot mention from message before processing New Discord adapter methods: - isBotMentioned(): Check if bot was mentioned - isThread(): Check if message is in a thread - getParentChannelId(): Get parent channel for threads - fetchThreadHistory(): Fetch thread messages for context - stripBotMention(): Remove bot mention from content Also adds getConversationByPlatformId() to db/conversations for parent conversation lookup. Co-authored-by: Claude <noreply@anthropic.com>
Tyone88
pushed a commit
to Tyone88/Archon
that referenced
this pull request
Apr 16, 2026
- Bot now only responds when explicitly @mentioned (except DMs) - When mentioned in a thread, fetches up to 100 previous messages for context - Thread conversations inherit codebase/cwd from parent channel - Strip bot mention from message before processing New Discord adapter methods: - isBotMentioned(): Check if bot was mentioned - isThread(): Check if message is in a thread - getParentChannelId(): Get parent channel for threads - fetchThreadHistory(): Fetch thread messages for context - stripBotMention(): Remove bot mention from content Also adds getConversationByPlatformId() to db/conversations for parent conversation lookup. Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Apr 20, 2026
ibuildthings-instrumentl
added a commit
to instrumentl/Archon
that referenced
this pull request
Apr 20, 2026
fix(deps): bump lodash to >=4.18.0 (Dependabot coleam00#26, coleam00#27)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.