Skip to content

Commit 35890e6

Browse files
committed
feat: Add daemon feature to installation scripts
1 parent 1c1bb31 commit 35890e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install-codegraph-cloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -euo pipefail
66

7-
FEATURES="ai-enhanced,codegraph-vector/jina,embeddings-ollama,codegraph-graph/surrealdb,codegraph-ai/all-cloud-providers,server-http,autoagents-experimental"
7+
FEATURES="daemon,ai-enhanced,codegraph-vector/jina,embeddings-ollama,codegraph-graph/surrealdb,codegraph-ai/all-cloud-providers,server-http,autoagents-experimental"
88
SURR_URL="${CODEGRAPH_SURREALDB_URL:-ws://localhost:3004}"
99
SURR_NAMESPACE="${CODEGRAPH_SURREALDB_NAMESPACE:-ouroboros}"
1010
SURR_DATABASE="${CODEGRAPH_SURREALDB_DATABASE:-codegraph}"

install-codegraph-local-speed-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -euo pipefail
66

7-
FEATURES="ai-enhanced,autoagents-experimental,qwen-integration,embeddings-ollama,server-http,codegraph-graph/surrealdb"
7+
FEATURES="daemon,ai-enhanced,autoagents-experimental,qwen-integration,embeddings-ollama,server-http,codegraph-graph/surrealdb"
88
INSTALL_DIR="${CODEGRAPH_INSTALL_DIR:-$HOME/.local/bin}"
99
TARGET_BIN="target/release/codegraph"
1010

install-codegraph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -euo pipefail
66

7-
FEATURES="ai-enhanced,embeddings,embeddings-local,embeddings-openai,embeddings-ollama,embeddings-jina,cloud,server-http,qwen-integration,codegraph-graph/surrealdb"
7+
FEATURES="daemon,ai-enhanced,embeddings,embeddings-local,embeddings-openai,embeddings-ollama,embeddings-jina,cloud,server-http,qwen-integration,codegraph-graph/surrealdb"
88
SURR_URL="ws://localhost:3004"
99
SURR_NAMESPACE="ouroboros"
1010
SURR_DATABASE="codegraph"

0 commit comments

Comments
 (0)