Skip to content

Commit 26072f2

Browse files
committed
Merge branch 'main' into dev
# Conflicts: # docs/src/content/docs/supported-models.md # refact-agent/engine/Cargo.toml # refact-agent/engine/src/agentic/compress_trajectory.rs # refact-agent/engine/src/agentic/generate_commit_message.rs # refact-agent/engine/src/agentic/mod.rs # refact-agent/engine/src/at_commands/at_knowledge.rs # refact-agent/engine/src/at_commands/at_web.rs # refact-agent/engine/src/background_tasks.rs # refact-agent/engine/src/call_validation.rs # refact-agent/engine/src/cloud/experts_req.rs # refact-agent/engine/src/cloud/messages_req.rs # refact-agent/engine/src/cloud/mod.rs # refact-agent/engine/src/cloud/threads_req.rs # refact-agent/engine/src/cloud/threads_sub.rs # refact-agent/engine/src/constants.rs # refact-agent/engine/src/global_context.rs # refact-agent/engine/src/http/routers/v1/chat.rs # refact-agent/engine/src/http/routers/v1/chat_based_handlers.rs # refact-agent/engine/src/integrations/config_chat.rs # refact-agent/engine/src/integrations/project_summary_chat.rs # refact-agent/engine/src/main.rs # refact-agent/engine/src/memories.rs # refact-agent/engine/src/postprocessing/pp_context_files.rs # refact-agent/engine/src/postprocessing/pp_plain_text.rs # refact-agent/engine/src/scratchpads/chat_generic.rs # refact-agent/engine/src/scratchpads/chat_passthrough.rs # refact-agent/engine/src/scratchpads/chat_utils_limit_history.rs # refact-agent/engine/src/scratchpads/chat_utils_prompts.rs # refact-agent/engine/src/scratchpads/passthrough_convert_messages.rs # refact-agent/engine/src/subchat.rs # refact-agent/engine/src/tools/mod.rs # refact-agent/engine/src/tools/tool_create_knowledge.rs # refact-agent/engine/src/tools/tool_create_memory_bank.rs # refact-agent/engine/src/tools/tool_knowledge.rs # refact-agent/engine/src/tools/tool_locate_search.rs # refact-agent/engine/src/tools/tool_strategic_planning.rs # refact-agent/engine/src/tools/tool_web.rs # refact-agent/engine/src/tools/tools_execute.rs # refact-agent/engine/src/tools/tools_list.rs # refact-agent/engine/src/vecdb/vdb_thread.rs # refact-agent/gui/codegen.ts # refact-agent/gui/package-lock.json # refact-agent/gui/package.json # refact-agent/gui/src/components/Sidebar/GroupTree/GroupTree.tsx # refact-agent/gui/src/components/Sidebar/GroupTree/useGroupTree.ts
2 parents 355657d + 7684d28 commit 26072f2

File tree

123 files changed

+29996
-7602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+29996
-7602
lines changed

.github/workflows/agent_engine_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# - os: ubuntu-22.04
6464
# target: arm-unknown-linux-gnueabihf
6565
# code-target: linux-armhf
66-
- os: macos-13
66+
- os: macos-15-intel
6767
target: x86_64-apple-darwin
6868
code-target: darwin-x64
6969
whl-tag: macosx_13_0_x86_64

.github/workflows/agent_engine_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# - os: ubuntu-22.04
5151
# target: arm-unknown-linux-gnueabihf
5252
# code-target: linux-armhf
53-
- os: macos-13
53+
- os: macos-15-intel
5454
target: x86_64-apple-darwin
5555
code-target: darwin-x64
5656
whl-tag: macosx_13_0_x86_64

.github/workflows/agent_gui_build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
push:
55
branches: [main, dev]
66
paths:
7-
- "refact-agent/gui/**"
8-
- ".github/workflows/agent_gui_*"
7+
- 'refact-agent/gui/**'
8+
- '.github/workflows/agent_gui_*'
99
pull_request:
1010
paths:
11-
- "refact-agent/gui/**"
12-
- ".github/workflows/agent_gui_*"
11+
- 'refact-agent/gui/**'
12+
- '.github/workflows/agent_gui_*'
13+
workflow_dispatch:
1314

1415
defaults:
1516
run:
@@ -30,7 +31,7 @@ jobs:
3031
uses: actions/setup-node@v3
3132
with:
3233
node-version: ${{ matrix.node-version }}
33-
cache: "npm"
34+
cache: 'npm'
3435
cache-dependency-path: refact-agent/gui/package-lock.json
3536

3637
# Disable Husky install during npm ci

0 commit comments

Comments
 (0)