Skip to content

Commit 9b9bebd

Browse files
committed
v0.7.1: complete MCP store functionality, context adjustment, mobile file upload button fix, slightly reduce HTTP read timeout retry time, settings front-end and back-end connectivity further optimized
1 parent 4f4d96a commit 9b9bebd

98 files changed

Lines changed: 12214 additions & 1877 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ cp .env.example .env
347347
│ ├── search/ Multi-engine web search
348348
│ ├── browser/ Browser extension bridge
349349
│ ├── project_mod/ Project co-pilot (scan, edit, undo)
350-
│ ├── skills/ Skill accumulation system
350+
│ ├── skills/ Memory accumulation system
351351
│ ├── feishu/ Feishu bot integration
352352
│ └── ...
353353
@@ -516,3 +516,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide. Quick version:
516516
## License
517517

518518
MIT
519+
520+
---

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

debug/bench_swarm_vs_single.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def submit_task(self, prompt: str, swarm_enabled: bool,
183183
"thinkingDepth": "medium",
184184
"searchMode": "off",
185185
"fetchEnabled": False,
186-
"skillsEnabled": False,
186+
"memoryEnabled": False,
187187
}
188188
if self.model:
189189
config["model"] = self.model

0 commit comments

Comments
 (0)