Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f6bfa9c
fix(skill): reduce watcher inotify usage
May 22, 2026
bff62db
fix(workflow): isolate LLM provider from shared singleton (#316)
xiami762 May 25, 2026
5144011
feat(web2cli,agent): remove agent-browser from web2cli, add planner a…
xiami762 May 25, 2026
39580cd
fix(webui): narrow uploaded document attachment type
May 25, 2026
1d60c17
Merge pull request #318 from AgentFlocks/fix/sessionchat-uploaded-doc…
stephamie7 May 25, 2026
ab3b702
feat(skills): migrate browser workflows to flocks browser (#320)
xiami762 May 25, 2026
23ac8f6
fix(storage): prevent and recover from SQLite "file is not a database…
xiami762 May 25, 2026
18162dc
fix(mcp): accept legacy env alias for local server config (#317)
xiami762 May 25, 2026
782749d
feat(compaction): overhaul context compaction with hermes-style pre-p…
duguwanglong May 25, 2026
1b097a2
fix(channel): reliably parse and dispatch slash commands from group-m…
duguwanglong May 25, 2026
8630224
Merge branch 'dev' of github.com:AgentFlocks/flocks into feat/context…
duguwanglong May 25, 2026
74aad64
chore: remove docs/design directory
duguwanglong May 25, 2026
bb43e79
Merge pull request #310 from AgentFlocks/fix/reduce-skill-watcher-ino…
xiami762 May 26, 2026
db32305
feat(tool): make read tool output limits configurable via flocks.json
duguwanglong May 26, 2026
52bf110
fix(device): support host+port providers in connectivity test
duguwanglong May 26, 2026
87dcc72
fix(tool): restore tools when their API service is re-enabled
duguwanglong May 26, 2026
27fc4bd
fix(mcp): connect on first enable when server is absent from runtime
duguwanglong May 26, 2026
cde8046
fix(device-startup): skip api-type integrations during _sync_all
duguwanglong May 26, 2026
f077980
test(tool): cover bi-directional sync and api-type exclusion
duguwanglong May 26, 2026
bb15a9e
fix(pr321): address three pre-merge issues from code review
duguwanglong May 26, 2026
28af9f9
fix(pr321): follow-up cleanup after self-review
duguwanglong May 26, 2026
11b4d71
test(pr321): cover the three review fixes with focused unit tests
duguwanglong May 26, 2026
47ffd57
Merge pull request #321 from AgentFlocks/feat/context-compaction-v2
xiami762 May 26, 2026
0a4ac64
fix(mcp): reconnect after previous FAILED/DISCONNECTED state too
duguwanglong May 26, 2026
87a36e3
test(device): cover host+port fallback for connectivity probe
duguwanglong May 26, 2026
b3fc90c
docs(tool): document the pair-with-apply contract for sync helper
duguwanglong May 26, 2026
049173e
fix(skills): require device_context lookup before calling device tools
duguwanglong May 26, 2026
5b4ef42
Merge pull request #323 from AgentFlocks/fix/device-mcp-tool-visibility
xiami762 May 26, 2026
78d2c48
perf(webui,session): code-split routes/modals; per-message parts pers…
xiami762 May 26, 2026
fb5cbb1
Merge branch 'dev' of github.com:AgentFlocks/flocks into fix/device-r…
duguwanglong May 26, 2026
7f4add6
Merge pull request #325 from AgentFlocks/fix/device-resolution-in-use…
xiami762 May 26, 2026
4a92675
feat(web2cli,browser): improve cookie scoping and payload handling (#…
xiami762 May 26, 2026
ff1ffe3
feat(web2cli,session): multipart payloads, manual auth headers, tool-…
xiami762 May 26, 2026
f301bb8
refactor(session): use offline chars/4 token estimate (#327)
xiami762 May 27, 2026
53d0da2
fix(session): persist text placeholder on start to preserve part orde…
xiami762 May 27, 2026
8787a6b
feat(tdp_alert_triage): replace HTTP analysis nodes with unified 5-st…
duguwanglong May 27, 2026
4f4301e
feat(device): improve tool targeting, discovery, and WebUI source lab…
xiami762 May 27, 2026
874a46d
Merge pull request #330 from AgentFlocks/feat/sync-tdp-http-prompt
xiami762 May 27, 2026
21ee000
Update version to v2026.5.27 in pyproject.toml and uv.lock (#332)
stephamie7 May 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ prompt.txt
*.sqlite3
vectordb/
data/
.flocks/data/
.flocks/logs/
.flocks/*.db
.flocks/*.sqlite*
Expand Down
Loading
Loading