task_id
stringlengths
10
58
repo
stringclasses
854 values
pr_number
int32
1
321k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
task
stringlengths
2
105k
plan
listlengths
1
100
subagents
listlengths
1
100
revisions
listlengths
0
100
final_diff
stringlengths
256
202M
num_subtasks
int32
1
100
num_changed_files
int32
2
100
zeroclaw-labs/zeroclaw#7443
zeroclaw-labs/zeroclaw
7,443
2c38ac6836fa75f81aeb2ca67d604e5bae459944
8c9a835336f836745b6e4264692c7851289258a9
chore(governance): remove departing owners from CODEOWNERS, fix stale paths > Maintainer note: Audacity88 updated this body after review so it matches the current five-file governance/review-routing scope and the refreshed branch state. The implementation remains the contributor's work. ## Summary - **Base branch:**...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.claude/skills/github-pr-review-session/` needed for: chore(governance): remove departing owners from CODEOWNERS, fix stale paths", "scope_files": [ ".claude/skills/github-pr-review-session/SKILL.md" ] }, { "subtask_id": "s2",...
[ { "subtask_id": "s1", "scope_files": [ ".claude/skills/github-pr-review-session/SKILL.md" ], "solution_diff": "diff --git a/.claude/skills/github-pr-review-session/SKILL.md b/.claude/skills/github-pr-review-session/SKILL.md\nindex 0b2f8b5ff68..091e1dfd10a 100644\n--- a/.claude/skills/github-pr...
[ { "subtask_id": "s2", "comment": "For all of those where Wolf was not sole owner I think he should be kept on. Not reviewing won't block, reviewing can only add.", "revised_diff": "diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS\nindex 1dcde7d836d..7279a9f9199 100644\n--- a/.github/CODEOWNERS\n+++ ...
diff --git a/.claude/skills/github-pr-review-session/SKILL.md b/.claude/skills/github-pr-review-session/SKILL.md index 0b2f8b5ff68..091e1dfd10a 100644 --- a/.claude/skills/github-pr-review-session/SKILL.md +++ b/.claude/skills/github-pr-review-session/SKILL.md @@ -161,7 +161,7 @@ the handoff. |---|---| | PR fit...
4
5
zeroclaw-labs/zeroclaw#6667
zeroclaw-labs/zeroclaw
6,667
0eb90eaaf640ef9e556ce2107f22f71cd02c2a17
6f455cb14c7864dcdeff6a93c9c0024be78e39c9
feat(skills): background review fork + skill_manage tool (agentskills.io SKILL.md) ## Summary - **Base branch:** `master` - **What changed and why:** - Closes the integration gap from #4619 — `SkillImprover` shipped without a caller, so `skills.skill-improvement.enabled` had no runtime effect. This wires it up via ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-config/src/` needed for: feat(skills): background review fork + skill_manage tool (agentskills.io SKILL.md)", "scope_files": [ "crates/zeroclaw-config/src/schema.rs" ] }, { "subtask_id": "s2", "goal": "Impl...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-config/src/schema.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-config/src/schema.rs b/crates/zeroclaw-config/src/schema.rs\nindex 262dcd8c83a..4ecdea1749d 100644\n--- a/crates/zeroclaw-config/src/schema.rs\n+++ b/crates/zeroclaw-...
[]
diff --git a/crates/zeroclaw-config/src/schema.rs b/crates/zeroclaw-config/src/schema.rs index 262dcd8c83a..4ecdea1749d 100644 --- a/crates/zeroclaw-config/src/schema.rs +++ b/crates/zeroclaw-config/src/schema.rs @@ -5034,30 +5034,55 @@ pub struct SkillInstallSuggestionsConfig { pub enabled: bool, } -/// Skill ...
5
10
zeroclaw-labs/zeroclaw#7571
zeroclaw-labs/zeroclaw
7,571
16210e7e82682e1979f072fa7bd07ec7af5aff82
d9f03ef9531390c750798fb4cf4563a77eeda38c
docs(maintainers): define stale exemption routing evidence ## Summary - **Base branch:** `master` (all contributions) - **What changed and why:** - Why: #6808 identified that `status:no-stale` needs a visible standard so stale protection is not just implied by labels, assignees, or private maintainer context. This ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.claude/skills/github-issue-triage/references/` needed for: docs(maintainers): define stale exemption routing evidence", "scope_files": [ ".claude/skills/github-issue-triage/references/triage-protocol.md" ] }, { "subtask_id": ...
[ { "subtask_id": "s1", "scope_files": [ ".claude/skills/github-issue-triage/references/triage-protocol.md" ], "solution_diff": "diff --git a/.claude/skills/github-issue-triage/references/triage-protocol.md b/.claude/skills/github-issue-triage/references/triage-protocol.md\nindex 044ee75f4af..3c...
[]
diff --git a/.claude/skills/github-issue-triage/references/triage-protocol.md b/.claude/skills/github-issue-triage/references/triage-protocol.md index 044ee75f4af..3c3c7ef0e65 100644 --- a/.claude/skills/github-issue-triage/references/triage-protocol.md +++ b/.claude/skills/github-issue-triage/references/triage-protoco...
3
6
zeroclaw-labs/zeroclaw#7394
zeroclaw-labs/zeroclaw
7,394
9a28db0514481cc599dbb8690aa7fca234922954
8f70cb783b2831e24fc37d1282f6b120bff7123c
feat(channels): add voice pipeline facade ## Summary - **Base branch:** `master` - **What changed and why:** - Adds a `zeroclaw_channels::voice::VoicePipeline` facade so future audio-capable channels can use one STT/TTS entrypoint instead of wiring `TranscriptionManager` and `TtsManager` separately. - Ports the r...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-channels/src/` needed for: feat(channels): add voice pipeline facade", "scope_files": [ "crates/zeroclaw-channels/src/lib.rs", "crates/zeroclaw-channels/src/transcription.rs", "crates/zeroclaw-channels/src/tts....
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-channels/src/lib.rs", "crates/zeroclaw-channels/src/transcription.rs", "crates/zeroclaw-channels/src/tts.rs", "crates/zeroclaw-channels/src/voice.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-channels/src/lib.rs ...
[ { "subtask_id": "s1", "comment": "🔴 These six hand-unrolled per-family loops shadow the `TranscriptionProviders` registry. The supported STT families now live in two places — the struct in `zeroclaw-config` and here — so adding a 7th family leaves this code compiling but silently never registering it, and ...
diff --git a/crates/zeroclaw-channels/src/lib.rs b/crates/zeroclaw-channels/src/lib.rs index 4d693499df1..c11ce8e64fe 100644 --- a/crates/zeroclaw-channels/src/lib.rs +++ b/crates/zeroclaw-channels/src/lib.rs @@ -20,6 +20,7 @@ pub mod cli; pub mod link_enricher; pub mod transcription; pub mod tts; +pub mod voice; ...
2
5
zeroclaw-labs/zeroclaw#7481
zeroclaw-labs/zeroclaw
7,481
faf05b2557e30fc7c53ef96db9f8b998d0698b25
3d6b427739f3da78b670d0b372ec38fe4052ff39
fix(quickstart): localize provider selector prompts ## Summary - **Base branch:** `master` - **What changed and why:** Routes the quickstart provider selector prompt and labels through Fluent instead of hard-coded English strings, and adds locale keys for the supported CLI locales. - **Scope boundary:** Quickstart pr...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-runtime/locales/en/` needed for: fix(quickstart): localize provider selector prompts", "scope_files": [ "crates/zeroclaw-runtime/locales/en/cli.ftl" ] }, { "subtask_id": "s2", "goal": "Implement the changes...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-runtime/locales/en/cli.ftl" ], "solution_diff": "diff --git a/crates/zeroclaw-runtime/locales/en/cli.ftl b/crates/zeroclaw-runtime/locales/en/cli.ftl\nindex ad18bbb2f6b..1247ac1755f 100644\n--- a/crates/zeroclaw-runtime/locales/en/cli.ftl...
[]
diff --git a/crates/zeroclaw-runtime/locales/en/cli.ftl b/crates/zeroclaw-runtime/locales/en/cli.ftl index ad18bbb2f6b..1247ac1755f 100644 --- a/crates/zeroclaw-runtime/locales/en/cli.ftl +++ b/crates/zeroclaw-runtime/locales/en/cli.ftl @@ -504,6 +504,13 @@ cli-press-enter = Press Enter to exit... cli-quickstart-title...
6
6
zeroclaw-labs/zeroclaw#7513
zeroclaw-labs/zeroclaw
7,513
00dcc5bf4fefc1fcd3f2b80845b3909a869949a4
2e06040ce24ed34142b7557895cf2ff1b974cc51
[Bug]: quickstart infinite redraw loop on non-TTY stdin — flooded 4.3 GB of output instead of erroring ### Affected component config/onboarding ### Severity S1 - workflow blocked ### Current behavior When `zeroclaw quickstart` is run without an interactive TTY (stdin/stdout piped or redirected — CI jobs, scripts,...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-runtime/locales/en/` needed for: [Bug]: quickstart infinite redraw loop on non-TTY stdin — flooded 4.3 GB of output instead of erroring", "scope_files": [ "crates/zeroclaw-runtime/locales/en/cli.ftl" ] }, { "su...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-runtime/locales/en/cli.ftl" ], "solution_diff": "diff --git a/crates/zeroclaw-runtime/locales/en/cli.ftl b/crates/zeroclaw-runtime/locales/en/cli.ftl\nindex 320f04e933d..f77ac0ca389 100644\n--- a/crates/zeroclaw-runtime/locales/en/cli.ftl...
[]
diff --git a/crates/zeroclaw-runtime/locales/en/cli.ftl b/crates/zeroclaw-runtime/locales/en/cli.ftl index 320f04e933d..f77ac0ca389 100644 --- a/crates/zeroclaw-runtime/locales/en/cli.ftl +++ b/crates/zeroclaw-runtime/locales/en/cli.ftl @@ -502,6 +502,7 @@ cli-cron-every = {" "}Every(ms): {$v} cli-no-command = No com...
2
2
zeroclaw-labs/zeroclaw#7524
zeroclaw-labs/zeroclaw
7,524
00dcc5bf4fefc1fcd3f2b80845b3909a869949a4
d43839a36f0b2bd79699495de27c0e9e6357b367
feat(channels/discord): derive gateway intents from config instead of hardcoding ## Summary - **Base branch:** `master` - **What changed and why:** - The Discord IDENTIFY payload's hardcoded `intents: 37377` becomes `gateway_intents()`: a named `BASELINE_INTENTS` constant (GUILDS | GUILD_MESSAGES | DIRECT_MESSAGES ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-channels/src/` needed for: feat(channels/discord): derive gateway intents from config instead of hardcoding", "scope_files": [ "crates/zeroclaw-channels/src/discord.rs" ] }, { "subtask_id": "s2", "goal": "I...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-channels/src/discord.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-channels/src/discord.rs b/crates/zeroclaw-channels/src/discord.rs\nindex 371cc959303..3b6dfdf8eaf 100644\n--- a/crates/zeroclaw-channels/src/discord.rs\n+++ b/crat...
[]
diff --git a/crates/zeroclaw-channels/src/discord.rs b/crates/zeroclaw-channels/src/discord.rs index 371cc959303..3b6dfdf8eaf 100644 --- a/crates/zeroclaw-channels/src/discord.rs +++ b/crates/zeroclaw-channels/src/discord.rs @@ -38,6 +38,13 @@ pub struct DiscordChannel { peer_resolver: Arc<dyn Fn() -> Vec<String> ...
5
5
zeroclaw-labs/zeroclaw#7406
zeroclaw-labs/zeroclaw
7,406
00dcc5bf4fefc1fcd3f2b80845b3909a869949a4
cad25b49b1bca653f635410cb854c0e19c080590
fix(runtime): suppress skill suggestions for installed tools ## Summary - **Base branch:** `master` (all contributions) - **What changed and why:** - Extends the cached missing-skill suggestion path so it also suppresses suggestions when the current runtime tool registry already exposes the matching capability. -...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-runtime/src/agent/` needed for: fix(runtime): suppress skill suggestions for installed tools", "scope_files": [ "crates/zeroclaw-runtime/src/agent/loop_.rs" ] }, { "subtask_id": "s2", "goal": "Implement the...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-runtime/src/agent/loop_.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-runtime/src/agent/loop_.rs b/crates/zeroclaw-runtime/src/agent/loop_.rs\nindex c6d0d948a31..5205e7bc5d1 100644\n--- a/crates/zeroclaw-runtime/src/agent/loop_.rs...
[]
diff --git a/crates/zeroclaw-runtime/src/agent/loop_.rs b/crates/zeroclaw-runtime/src/agent/loop_.rs index c6d0d948a31..5205e7bc5d1 100644 --- a/crates/zeroclaw-runtime/src/agent/loop_.rs +++ b/crates/zeroclaw-runtime/src/agent/loop_.rs @@ -1487,9 +1487,14 @@ pub async fn run( system_prompt = format!("...
2
2
zeroclaw-labs/zeroclaw#6993
zeroclaw-labs/zeroclaw
6,993
4e30bc5c23bee465dbc0079ad882c33445c41177
40ec4f0d10a7a8b142cd0630cd7feb6c3f55ad6b
fix(runtime): clarify peer send targets ## Summary - **Base branch:** `master` (all contributions) - **What changed and why:** - Keeps the `send_message_to_peer` tool description channel-agnostic, then adds a bounded, prompt-safe current-channel peer map to the per-turn channel system prompt where the active channe...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-channels/src/orchestrator/` needed for: fix(runtime): clarify peer send targets", "scope_files": [ "crates/zeroclaw-channels/src/orchestrator/mod.rs" ] }, { "subtask_id": "s2", "goal": "Implement the change...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-channels/src/orchestrator/mod.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-channels/src/orchestrator/mod.rs b/crates/zeroclaw-channels/src/orchestrator/mod.rs\nindex 3f4b1c2aa5e..7d827d92f72 100644\n--- a/crates/zeroclaw-channels...
[]
diff --git a/crates/zeroclaw-channels/src/orchestrator/mod.rs b/crates/zeroclaw-channels/src/orchestrator/mod.rs index 3f4b1c2aa5e..7d827d92f72 100644 --- a/crates/zeroclaw-channels/src/orchestrator/mod.rs +++ b/crates/zeroclaw-channels/src/orchestrator/mod.rs @@ -4096,6 +4096,19 @@ async fn process_channel_message_bod...
3
3
zeroclaw-labs/zeroclaw#7480
zeroclaw-labs/zeroclaw
7,480
b3bc32d2b26aaa6b08df6e9af628fccba2c104df
6b01a3884be4188856484790c1e7c58c46689d33
i18n: bring new file_download tool strings under the fl!() / Fluent contract ### Background PR #6957 adds the `file_download` tool with a new tool description, two parameter descriptions, and several user-facing error/output strings — all as bare literals in `crates/zeroclaw-tools/src/file_download.rs`. The repo-leve...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: i18n: bring new file_download tool strings under the fl!() / Fluent contract", "scope_files": [ "Cargo.lock" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `crates/zeroclaw-runtime/loc...
[ { "subtask_id": "s1", "scope_files": [ "Cargo.lock" ], "solution_diff": "diff --git a/Cargo.lock b/Cargo.lock\nindex 5ddce77a928..807ba9030d9 100644\n--- a/Cargo.lock\n+++ b/Cargo.lock\n@@ -14100,6 +14100,7 @@ dependencies = [\n \"chrono\",\n \"directories\",\n \"fantoccini\",\n+ \"fluent\"...
[]
diff --git a/Cargo.lock b/Cargo.lock index 5ddce77a928..807ba9030d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14100,6 +14100,7 @@ dependencies = [ "chrono", "directories", "fantoccini", + "fluent", "futures-util", "glob", "hex", diff --git a/crates/zeroclaw-runtime/locales/en/tools.ftl b/crates/zeroclaw-...
4
6
zeroclaw-labs/zeroclaw#7021
zeroclaw-labs/zeroclaw
7,021
b2618ed0846d10a727d75c505269a6e4a0ed6b60
231cb4645db8297d6a7ee04dbafa4581d3c903bf
feat(channels/email): XOAUTH2 auth, observer mode, and read-only IMAP tools ## Summary - **Base branch:** `master` - **What changed and why:** Two related email capabilities: 1. **XOAUTH2 + observer mode** — the IMAP channel could only do password `LOGIN`, which doesn't work for providers that require OAuth2 (Hotma...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(channels/email): XOAUTH2 auth, observer mode, and read-only IMAP tools", "scope_files": [ "Cargo.lock" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `crates/zeroclaw-channels/src...
[ { "subtask_id": "s1", "scope_files": [ "Cargo.lock" ], "solution_diff": "diff --git a/Cargo.lock b/Cargo.lock\nindex 6fba2241995..5ddce77a928 100644\n--- a/Cargo.lock\n+++ b/Cargo.lock\n@@ -14094,6 +14094,7 @@ name = \"zeroclaw-tools\"\n version = \"0.8.0\"\n dependencies = [\n \"anyhow\",\n+...
[]
diff --git a/Cargo.lock b/Cargo.lock index 6fba2241995..5ddce77a928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14094,6 +14094,7 @@ name = "zeroclaw-tools" version = "0.8.0" dependencies = [ "anyhow", + "async-imap", "async-trait", "base64 0.22.1", "chrono", @@ -14103,12 +14104,15 @@ dependencies = [ "glob...
8
13
zeroclaw-labs/zeroclaw#7503
zeroclaw-labs/zeroclaw
7,503
e03479481fc7dc7f3842108bb919ed73cee71393
68e17dec736bb8d74aa104494296369f41add672
[Bug]: Default using "vi" but container does not include it ### Affected component unknown ### Severity S3 - minor issue ### Current behavior <img width="379" height="78" alt="Image" src="https://github.com/user-attachments/assets/dd505cde-47e1-48b5-9e3d-1c9b3a45a141" /> Unfortunately I can't remember which part...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: [Bug]: Default using \"vi\" but container does not include it", "scope_files": [ "Dockerfile", "Dockerfile.debian" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "Dockerfile", "Dockerfile.debian" ], "solution_diff": "diff --git a/Dockerfile b/Dockerfile\nindex b0fbd0907b5..c4bc899f236 100644\n--- a/Dockerfile\n+++ b/Dockerfile\n@@ -167,6 +167,7 @@ FROM debian:trixie-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397...
[]
diff --git a/Dockerfile b/Dockerfile index b0fbd0907b5..c4bc899f236 100644 --- a/Dockerfile +++ b/Dockerfile @@ -167,6 +167,7 @@ FROM debian:trixie-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045 RUN apt-get update && apt-get install -y \ ca-certificates \ curl \ + vim-tiny \ && rm -rf ...
1
2
zeroclaw-labs/zeroclaw#7448
zeroclaw-labs/zeroclaw
7,448
fd6ff85829e6f4bf0fc90f9c75c488babbda2967
cbda82c96a3ddd4308294c0d3312366a7f4063f9
fix(cron): inject Lark and Feishu delivery defaults from chat context ### Affected component runtime/daemon ### Severity S2 - degraded behavior ### Current behavior #6851 / 3498f50ebd60209d330212102f58a268fac3e45e added Lark/Feishu as supported cron delivery channels. The cron tool schemas now advertise `lark` an...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-runtime/src/agent/` needed for: fix(cron): inject Lark and Feishu delivery defaults from chat context", "scope_files": [ "crates/zeroclaw-runtime/src/agent/loop_.rs" ] }, { "subtask_id": "s2", "goal": "Impl...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-runtime/src/agent/loop_.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-runtime/src/agent/loop_.rs b/crates/zeroclaw-runtime/src/agent/loop_.rs\nindex 69691d155f5..c6d0d948a31 100644\n--- a/crates/zeroclaw-runtime/src/agent/loop_.rs...
[]
diff --git a/crates/zeroclaw-runtime/src/agent/loop_.rs b/crates/zeroclaw-runtime/src/agent/loop_.rs index 69691d155f5..c6d0d948a31 100644 --- a/crates/zeroclaw-runtime/src/agent/loop_.rs +++ b/crates/zeroclaw-runtime/src/agent/loop_.rs @@ -5290,6 +5290,164 @@ mod tests { assert_eq!(recorded[0]["delivery"], se...
2
2
zeroclaw-labs/zeroclaw#7515
zeroclaw-labs/zeroclaw
7,515
7f8482268287a4304c35f8f964d735bf297ca068
35a821d4fd0937b29b0dd42380be335ee22be10a
[Bug]: zeroclaw quickstart cannot install the agent and said no map-keyed/list section at peer-groups ### Affected component runtime/daemon ### Severity S1 - workflow blocked ### Current behavior I'm a new user. When I try to install on windows 10. I cannot create the agent via zeroclaw quickstart command. The e...
[ { "subtask_id": "s1", "goal": "Implement the changes under `apps/zerocode/` needed for: [Bug]: zeroclaw quickstart cannot install the agent and said no map-keyed/list section at peer-groups ", "scope_files": [ "apps/zerocode/Cargo.toml" ] }, { "subtask_id": "s2", "goal": "Implement...
[ { "subtask_id": "s1", "scope_files": [ "apps/zerocode/Cargo.toml" ], "solution_diff": "diff --git a/apps/zerocode/Cargo.toml b/apps/zerocode/Cargo.toml\nindex 02f1490204c..273cdc7a7cd 100644\n--- a/apps/zerocode/Cargo.toml\n+++ b/apps/zerocode/Cargo.toml\n@@ -44,7 +44,7 @@ shellexpand = \"3.1\...
[]
diff --git a/apps/zerocode/Cargo.toml b/apps/zerocode/Cargo.toml index 02f1490204c..273cdc7a7cd 100644 --- a/apps/zerocode/Cargo.toml +++ b/apps/zerocode/Cargo.toml @@ -44,7 +44,7 @@ shellexpand = "3.1" directories = { workspace = true } fluent = "0.16" unic-langid = "0.9" -zeroclaw-providers.workspace = true +zeroc...
13
20
zeroclaw-labs/zeroclaw#7540
zeroclaw-labs/zeroclaw
7,540
0eb90eaaf640ef9e556ce2107f22f71cd02c2a17
bef597a39e765e1b30b05452074a90a3a11eac91
refactor(runtime): consolidate the three agent turn engines onto run_tool_call_loop — Implements #7415 ## Summary - **Base branch:** `master` - **What changed and why:** - The three agent turn engines — `run_tool_call_loop` (channels/CLI/cron/delegate/SubAgents), `Agent::turn_streamed_with_steering_state` (gateway ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-api/src/` needed for: refactor(runtime): consolidate the three agent turn engines onto run_tool_call_loop — Implements #7415", "scope_files": [ "crates/zeroclaw-api/src/channel.rs" ] }, { "subtask_id": "s2", ...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-api/src/channel.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-api/src/channel.rs b/crates/zeroclaw-api/src/channel.rs\nindex 14e3c86f0bb..d97a82dadc4 100644\n--- a/crates/zeroclaw-api/src/channel.rs\n+++ b/crates/zeroclaw-api/src/...
[ { "subtask_id": "s5", "comment": "This passes the literal `\"cli\"` as the loop's `channel_name`, which `approval_gate.rs:94` records into the approval audit trail via `mgr.record_decision(...)`. On master the streaming path recorded the **actual deciding back-channel's name** (`decision_channel_name = ch_n...
diff --git a/crates/zeroclaw-api/src/channel.rs b/crates/zeroclaw-api/src/channel.rs index 14e3c86f0bb..d97a82dadc4 100644 --- a/crates/zeroclaw-api/src/channel.rs +++ b/crates/zeroclaw-api/src/channel.rs @@ -401,6 +401,18 @@ pub trait Channel: Send + Sync + crate::attribution::Attributable { Ok(None) } ...
8
37
zeroclaw-labs/zeroclaw#7455
zeroclaw-labs/zeroclaw
7,455
484e116f12c0555fa0f3b56f050b63663cef95b1
829d1c420b8dbed1a255ea4f6bcb7ea8abae28a4
fix(channels): make truncation UTF-8 safe ## Summary - **Base branch:** `master` (all contributions) - **What changed and why:** - Added MSRV-compatible UTF-8 floor-boundary helpers in `zeroclaw-channels` and `zeroclaw-tools` so byte-limited previews can slice safely without relying on `str::floor_char_boundary`. ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-channels/src/` needed for: fix(channels): make truncation UTF-8 safe", "scope_files": [ "crates/zeroclaw-channels/src/lark.rs", "crates/zeroclaw-channels/src/notion.rs", "crates/zeroclaw-channels/src/slack.rs",...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-channels/src/lark.rs", "crates/zeroclaw-channels/src/notion.rs", "crates/zeroclaw-channels/src/slack.rs", "crates/zeroclaw-channels/src/twitter.rs", "crates/zeroclaw-channels/src/util.rs" ], "solution_diff": "diff ...
[]
diff --git a/crates/zeroclaw-channels/src/lark.rs b/crates/zeroclaw-channels/src/lark.rs index 2c8e179f69a..3dfff405b5a 100644 --- a/crates/zeroclaw-channels/src/lark.rs +++ b/crates/zeroclaw-channels/src/lark.rs @@ -2,6 +2,7 @@ use async_trait::async_trait; use base64::Engine as _; use futures_util::{SinkExt, Stream...
2
8
zeroclaw-labs/zeroclaw#7554
zeroclaw-labs/zeroclaw
7,554
0eb90eaaf640ef9e556ce2107f22f71cd02c2a17
ece1bf80c8e723f5c092e62c4259472915e880e3
[Bug]: source install never copies web/dist to the data dir, so the systemd daemon serves no dashboard ### Summary `install.sh --source` builds the web dashboard (`build_web_dashboard` → `$INSTALL_DIR/web/dist`) but never copies the built assets into the platform data directory. The pre-built install path *does* copy...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: [Bug]: source install never copies web/dist to the data dir, so the systemd daemon serves no dashboard", "scope_files": [ "install.sh", "setup.bat" ] }, { "subtask_id": "s2", "goal": "Implement t...
[ { "subtask_id": "s1", "scope_files": [ "install.sh", "setup.bat" ], "solution_diff": "diff --git a/install.sh b/install.sh\nindex 907371d378c..3433607f9a2 100755\n--- a/install.sh\n+++ b/install.sh\n@@ -276,17 +276,7 @@ install_prebuilt() {\n echo\n \n # Resolve platform-correct web ...
[]
diff --git a/crates/zeroclaw-gateway/src/lib.rs b/crates/zeroclaw-gateway/src/lib.rs index 76bcafa15b4..540b1bf72d7 100644 --- a/crates/zeroclaw-gateway/src/lib.rs +++ b/crates/zeroclaw-gateway/src/lib.rs @@ -1299,15 +1299,17 @@ pub async fn run_gateway( INFO, ::zeroclaw_log::Event::new(module...
2
4
zeroclaw-labs/zeroclaw#5767
zeroclaw-labs/zeroclaw
5,767
054c867d109deb043133b5eea2ad32ed2396fe62
c0c069204b86b7cb9fbe940eceeb5dd8203bf442
fix(web): add visual preview swatches to theme mode selector ## Summary - Base branch target (`master` for all contributions): `master` - Problem: (1) Both Dark and Light theme mode buttons in Appearance Settings render identically because they inherit styling from the current theme's CSS variables. (2) The README in...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix(web): add visual preview swatches to theme mode selector", "scope_files": [ "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `docs/i18n/ar/` needed for: fix(web): add vis...
[ { "subtask_id": "s1", "scope_files": [ "README.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 8086651f873..bd10b30c505 100644\n--- a/README.md\n+++ b/README.md\n@@ -15,7 +15,6 @@\n <a href=\"https://www.rust-lang.org\"><img src=\"https://img.shields.io/badge/rust-edition%...
[]
diff --git a/README.md b/README.md index 8086651f873..bd10b30c505 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ <a href="https://www.rust-lang.org"><img src="https://img.shields.io/badge/rust-edition%202024-orange?logo=rust" alt="Rust Edition 2024" /></a> <a href="https://github.com/zeroclaw-labs/zeroc...
32
32
zeroclaw-labs/zeroclaw#7041
zeroclaw-labs/zeroclaw
7,041
d6bcb85c745ed6e1e06e757e75de3e1ea1669a1d
c3adc3865811105ee4f322a95bdf7a995966e2ef
feat(gateway): multi-tenant Linq channel with per-alias routing ## Summary - **What changed and why:** - Converts the Linq channel from single-tenant (`Option<Arc<LinqChannel>>`) to multi-tenant (`HashMap<String, Arc<LinqChannel>>`), allowing multiple Linq provider instances each addressed by alias. - Webhook rou...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-channels/src/orchestrator/` needed for: feat(gateway): multi-tenant Linq channel with per-alias routing", "scope_files": [ "crates/zeroclaw-channels/src/orchestrator/mod.rs" ] }, { "subtask_id": "s2", "goal...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-channels/src/orchestrator/mod.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-channels/src/orchestrator/mod.rs b/crates/zeroclaw-channels/src/orchestrator/mod.rs\nindex db1e3ca563c..86e038a92b3 100644\n--- a/crates/zeroclaw-channels...
[]
diff --git a/crates/zeroclaw-channels/src/orchestrator/mod.rs b/crates/zeroclaw-channels/src/orchestrator/mod.rs index db1e3ca563c..86e038a92b3 100644 --- a/crates/zeroclaw-channels/src/orchestrator/mod.rs +++ b/crates/zeroclaw-channels/src/orchestrator/mod.rs @@ -5656,8 +5656,28 @@ fn build_channel_by_id( ...
3
4
zeroclaw-labs/zeroclaw#5493
zeroclaw-labs/zeroclaw
5,493
193d66792580f6f1fde1e5f282fc4a3b868bdb6b
1688fc0eb6c3f144ce11a7cf07508ad900482286
chore: bump version to 0.6.9 ## Summary - Bumps version from **0.6.8** → **0.6.9** across all 39 files - Updated via `scripts/release/bump-version.sh` for consistency ### Files updated - `Cargo.toml` (source of truth) - 31 README badges (root + i18n) - `apps/tauri/tauri.conf.json` (was behind at 0.6.7, now synced) - ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore: bump version to 0.6.9", "scope_files": [ "Cargo.lock", "Cargo.toml", "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/workflows/` needed for: chor...
[ { "subtask_id": "s1", "scope_files": [ "Cargo.lock", "Cargo.toml", "README.md" ], "solution_diff": "diff --git a/Cargo.lock b/Cargo.lock\nindex 5337e89126c..dde05e2bd0b 100644\n--- a/Cargo.lock\n+++ b/Cargo.lock\n@@ -12976,7 +12976,7 @@ dependencies = [\n \n [[package]]\n name = \"...
[]
diff --git a/.github/workflows/discord-release.yml b/.github/workflows/discord-release.yml index 447a268e5ea..88174b62d02 100644 --- a/.github/workflows/discord-release.yml +++ b/.github/workflows/discord-release.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: release_tag: - description: "Stable re...
37
40
zeroclaw-labs/zeroclaw#6171
zeroclaw-labs/zeroclaw
6,171
eebd7b634f91c37f7a976e03ba3f29d9b76a1ca9
95697d49cddfbd4c0f3f500a7c73144eac597386
fix(xtask): resolve real mdbook binary, avoid xtask self-spawn ## Summary The xtask binary is itself named `mdbook`, so `Command::new("mdbook")` from inside the xtask could resolve back to the xtask exe and recursively spawn itself. Two contributors: - Cargo prepends `target/debug` and `target/debug/deps` to `PATH` f...
[ { "subtask_id": "s1", "goal": "Implement the changes under `xtask/src/` needed for: fix(xtask): resolve real mdbook binary, avoid xtask self-spawn", "scope_files": [ "xtask/src/util.rs" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `xtask/src/cmd/mdbook/` needed f...
[ { "subtask_id": "s1", "scope_files": [ "xtask/src/util.rs" ], "solution_diff": "diff --git a/xtask/src/util.rs b/xtask/src/util.rs\nindex d8c64888660..0bf1bfb69e5 100644\n--- a/xtask/src/util.rs\n+++ b/xtask/src/util.rs\n@@ -77,6 +77,36 @@ fn tool_on_path(cmd: &str) -> bool {\n .unwrap...
[]
diff --git a/xtask/src/cmd/mdbook/build.rs b/xtask/src/cmd/mdbook/build.rs index c8729ae16cb..806b47411a3 100644 --- a/xtask/src/cmd/mdbook/build.rs +++ b/xtask/src/cmd/mdbook/build.rs @@ -34,9 +34,10 @@ pub fn build_locales(root: &std::path::Path) -> anyhow::Result<()> { .join(" ") ); inject_lan...
2
4
zeroclaw-labs/zeroclaw#7371
zeroclaw-labs/zeroclaw
7,371
48a74716bf9dccdb541b5e04c132729f719bed41
cadfcb746a4c5801ecf52592f0557724e4edbef9
fix(config): unbounded/yolo presets must allow what they advertise ## Summary - **Base branch:** `master` (all contributions) - **What changed and why:** Two Quickstart presets used a sentinel value that means the *opposite* of intended, leaving a freshly-onboarded agent unable to do anything: - **`unbounded` r...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-config/src/` needed for: fix(config): unbounded/yolo presets must allow what they advertise", "scope_files": [ "crates/zeroclaw-config/src/presets.rs", "crates/zeroclaw-config/src/schema.rs" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-config/src/presets.rs", "crates/zeroclaw-config/src/schema.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-config/src/presets.rs b/crates/zeroclaw-config/src/presets.rs\nindex 08daba6e80f..dc6681c2e5b 100644\n--- a/crates/zero...
[]
diff --git a/crates/zeroclaw-config/src/presets.rs b/crates/zeroclaw-config/src/presets.rs index 08daba6e80f..dc6681c2e5b 100644 --- a/crates/zeroclaw-config/src/presets.rs +++ b/crates/zeroclaw-config/src/presets.rs @@ -123,7 +123,13 @@ fn yolo_risk() -> RiskProfileConfig { RiskProfileConfig { level: Aut...
1
2
zeroclaw-labs/zeroclaw#5128
zeroclaw-labs/zeroclaw
5,128
2ef293eac36ea2afb607564d68078ba2aa23553e
1f952a5c7c0a98d276c9f17f2acf27d4f4c33383
fix: resolve all clippy errors blocking release builds ## Summary - Fix 20 clippy errors that block both CI and release builds - All errors are pre-existing on master, not introduced by the v0.6.7 bump ## Fixes by file | File | Errors | Fix | |------|--------|-----| | `whatsapp_web.rs` | Missing `Path` import + unus...
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: fix: resolve all clippy errors blocking release builds", "scope_files": [ "src/main.rs", "src/multimodal.rs" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/channels/` needed fo...
[ { "subtask_id": "s1", "scope_files": [ "src/main.rs", "src/multimodal.rs" ], "solution_diff": "diff --git a/src/main.rs b/src/main.rs\nindex 52a8c0065a7..f0cffa4d138 100644\n--- a/src/main.rs\n+++ b/src/main.rs\n@@ -956,7 +956,7 @@ async fn main() -> Result<()> {\n \n // TUI onbo...
[]
diff --git a/src/channels/whatsapp_web.rs b/src/channels/whatsapp_web.rs index 90e98da2e1c..0aff18be77e 100644 --- a/src/channels/whatsapp_web.rs +++ b/src/channels/whatsapp_web.rs @@ -31,6 +31,7 @@ use super::whatsapp_storage::RusqliteStore; use anyhow::{Result, anyhow}; use async_trait::async_trait; use parking_lo...
5
8
zeroclaw-labs/zeroclaw#6752
zeroclaw-labs/zeroclaw
6,752
694746fd41333713192736b9698d02068f22157c
e3713e52f9208ae1c6f7db3d791b535ea8939fbb
fix(ci): pr-title workflow has never run — startup_failure on every PR since #6396 ## Summary The `Validate PR title` workflow added in #6396 (`feat(ci): force check pr title`, merged 2026-05-16) has **never run successfully**. Every invocation since merge returns `startup_failure` with 0 jobs created, so the check i...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: fix(ci): pr-title workflow has never run — startup_failure on every PR since #6396", "scope_files": [ ".github/workflows/pr-title.yml" ] }, { "subtask_id": "s2", "goal": "Implement the chang...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/pr-title.yml" ], "solution_diff": "diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml\nindex b532757924d..f2c608d307d 100644\n--- a/.github/workflows/pr-title.yml\n+++ b/.github/workflows/pr-title.yml\n@@ -1,7 ...
[ { "subtask_id": "s1", "comment": "v6 is latest", "revised_diff": "diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml\nindex b532757924d..f2c608d307d 100644\n--- a/.github/workflows/pr-title.yml\n+++ b/.github/workflows/pr-title.yml\n@@ -1,7 +1,7 @@\n name: Validate PR title\n \...
diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index b532757924d..f2c608d307d 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -1,7 +1,7 @@ name: Validate PR title on: - pull_request_target: + pull_request: types: - opened - reope...
2
3
zeroclaw-labs/zeroclaw#6553
zeroclaw-labs/zeroclaw
6,553
ef18e5ed003b81b43ced97929aee6fdfca2833cd
39ff5c902ad74091c0849f8c16ee4f46964d5359
fix(observability): restore broken SSE /logs stream; add build-stamped version and health pulse for remote/Docker deployments ## Supersedes - #5986 by @FTDGRT ## Integrated scope - From #5986: `LlmResponse` SSE serialization shape — `error_message`, `input_tokens`, and `output_tokens` fields. Token provenance confi...
[ { "subtask_id": "s1", "goal": "Implement the changes under `crates/zeroclaw-gateway/` needed for: fix(observability): restore broken SSE /logs stream; add build-stamped version and health pulse for remote/Docker deployments", "scope_files": [ "crates/zeroclaw-gateway/build.rs" ] }, { "...
[ { "subtask_id": "s1", "scope_files": [ "crates/zeroclaw-gateway/build.rs" ], "solution_diff": "diff --git a/crates/zeroclaw-gateway/build.rs b/crates/zeroclaw-gateway/build.rs\nindex db5f8e69d09..1edae38b7a9 100644\n--- a/crates/zeroclaw-gateway/build.rs\n+++ b/crates/zeroclaw-gateway/build.rs...
[]
diff --git a/crates/zeroclaw-gateway/build.rs b/crates/zeroclaw-gateway/build.rs index db5f8e69d09..1edae38b7a9 100644 --- a/crates/zeroclaw-gateway/build.rs +++ b/crates/zeroclaw-gateway/build.rs @@ -6,6 +6,56 @@ fn main() { // the build fails, we skip silently — the binary works fine without it. build_web_d...
12
17
zeromicro/go-zero#5626
zeromicro/go-zero
5,626
0c79f5562ec319bc48cd4cd35918a168f582ce19
353e99680711e867d1bfd0223557f78c929e6ed6
chore(deps): bump github.com/zeromicro/go-zero from 1.10.1 to 1.10.2 in /tools/goctl Bumps [github.com/zeromicro/go-zero](https://github.com/zeromicro/go-zero) from 1.10.1 to 1.10.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zeromicro/go-zero/releases">github.com/zeromi...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/` needed for: chore(deps): bump github.com/zeromicro/go-zero from 1.10.1 to 1.10.2 in /tools/goctl", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ], "solution_diff": "diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod\nindex 9d8eca15255f..d3cc3d37513a 100644\n--- a/tools/goctl/go.mod\n+++ b/tools/goctl/go.mod\n@@ -16,7 +16,7 @@ require (\n \tgithub...
[]
diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod index 9d8eca15255f..d3cc3d37513a 100644 --- a/tools/goctl/go.mod +++ b/tools/goctl/go.mod @@ -16,7 +16,7 @@ require ( github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 github.com/zeromicro/antlr v0.0.1 github.com/zeromicro/ddl-parser v1.0.5 - gith...
1
2
zeromicro/go-zero#5589
zeromicro/go-zero
5,589
eb33a8bb363bf5cae6f6c6741508421efecc34c0
65ae9a930d581e797091cf5030a4ea25ec72707a
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.0 to 2.3.1 Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.3.0 to 2.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pelletier/go-toml/releases">github.com/pelletier/go-toml/v2...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.0 to 2.3.1", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 9f4fcf0d85fb..de520d52fa12 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -15,7 +15,7 @@ require (\n \tgithub.com/jackc/pgx/v5 v5.8.0\n \tgithub.com/jhump/protoreflect v1.18.0\n \tg...
[]
diff --git a/go.mod b/go.mod index 9f4fcf0d85fb..de520d52fa12 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/jackc/pgx/v5 v5.8.0 github.com/jhump/protoreflect v1.18.0 github.com/modelcontextprotocol/go-sdk v1.4.0 - github.com/pelletier/go-toml/v2 v2.3.0 + github.com/pelletier/go-toml/v2 v...
1
2
zeromicro/go-zero#5590
zeromicro/go-zero
5,590
34f16a857ea4593d7dcf915e5936f9091e9f799d
b4dec0d6668328b9ff3bac07c265799c1d4cfec6
chore(deps): bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.9.3 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/my...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 033b355c7909..9f4fcf0d85fb 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -7,7 +7,7 @@ require (\n \tgithub.com/alicebob/miniredis/v2 v2.38.0\n \tgithub.com/fatih/color v1.18.0\n \t...
[]
diff --git a/go.mod b/go.mod index 033b355c7909..9f4fcf0d85fb 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/alicebob/miniredis/v2 v2.38.0 github.com/fatih/color v1.18.0 github.com/fullstorydev/grpcurl v1.9.3 - github.com/go-sql-driver/mysql v1.9.3 + github.com/go-sql-driver/mysql v1.10.0 ...
1
2
zeromicro/go-zero#5592
zeromicro/go-zero
5,592
7b5e7b1c26c8b668fc0dadb180174f4790592a6d
5cb76a85433dc76b6f2a5b9beec7a519e59510b8
chore(deps): bump github.com/alicebob/miniredis/v2 from 2.37.0 to 2.38.0 Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.37.0 to 2.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alicebob/miniredis/releases">github.com/alicebob/min...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/alicebob/miniredis/v2 from 2.37.0 to 2.38.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 47574320c6b3..033b355c7909 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -4,7 +4,7 @@ go 1.24.0\n \n require (\n \tgithub.com/DATA-DOG/go-sqlmock v1.5.2\n-\tgithub.com/alicebob/min...
[]
diff --git a/go.mod b/go.mod index 47574320c6b3..033b355c7909 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/DATA-DOG/go-sqlmock v1.5.2 - github.com/alicebob/miniredis/v2 v2.37.0 + github.com/alicebob/miniredis/v2 v2.38.0 github.com/fatih/color v1.18.0 github.com/fullstorydev/g...
1
2
zeromicro/go-zero#5596
zeromicro/go-zero
5,596
7b5e7b1c26c8b668fc0dadb180174f4790592a6d
8796a664e84217f40bb7de1756827b9353ed9a1b
chore: fix some function names in comment fix some function names in comment
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/discov/internal/` needed for: chore: fix some function names in comment", "scope_files": [ "core/discov/internal/registry.go" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/stores/monc/` needed ...
[ { "subtask_id": "s1", "scope_files": [ "core/discov/internal/registry.go" ], "solution_diff": "diff --git a/core/discov/internal/registry.go b/core/discov/internal/registry.go\nindex e4ad0e963556..33963e2733a5 100644\n--- a/core/discov/internal/registry.go\n+++ b/core/discov/internal/registry....
[]
diff --git a/core/discov/internal/registry.go b/core/discov/internal/registry.go index e4ad0e963556..33963e2733a5 100644 --- a/core/discov/internal/registry.go +++ b/core/discov/internal/registry.go @@ -518,7 +518,7 @@ func makeKeyPrefix(key string) string { return fmt.Sprintf("%s%c", key, Delimiter) } -// NewClie...
2
2
zeromicro/go-zero#5580
zeromicro/go-zero
5,580
4ad4fd43b7fbe27a4b0dc32d445f9947382a617b
682faff1727fba108e8d51acca8a19f8f063d1ab
fix(discov): prevent unbounded memory growth on duplicate etcd PUT events ## Problem Two related bugs in `core/discov` cause unbounded memory growth in long-running services using zRPC with etcd service discovery. ### Bug 1 — `handleWatchEvents` fires `OnAdd` on every PUT unconditionally When etcd re-emits a `PUT` ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/discov/` needed for: fix(discov): prevent unbounded memory growth on duplicate etcd PUT events", "scope_files": [ "core/discov/subscriber.go", "core/discov/subscriber_test.go" ] }, { "subtask_id": "s2", "goal": ...
[ { "subtask_id": "s1", "scope_files": [ "core/discov/subscriber.go", "core/discov/subscriber_test.go" ], "solution_diff": "diff --git a/core/discov/subscriber.go b/core/discov/subscriber.go\nindex 3b7b43164451..a5f5ae4a42c0 100644\n--- a/core/discov/subscriber.go\n+++ b/core/discov/subscr...
[]
diff --git a/core/discov/internal/registry.go b/core/discov/internal/registry.go index c4ab411707b2..e4ad0e963556 100644 --- a/core/discov/internal/registry.go +++ b/core/discov/internal/registry.go @@ -263,14 +263,24 @@ func (c *cluster) handleWatchEvents(ctx context.Context, key watchKey, events [] for _, ev := ran...
2
4
zeromicro/go-zero#5585
zeromicro/go-zero
5,585
3f3dca6f729e55d8010488eef4e7ab9d09246459
47d59d4aa79d0e697dcbdfe8424de0841fef6802
chore(deps): bump github.com/redis/go-redis/v9 from 9.18.0 to 9.19.0 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.18.0 to 9.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's releases...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/redis/go-redis/v9 from 9.18.0 to 9.19.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 9a91a3df85d7..47574320c6b3 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -17,7 +17,7 @@ require (\n \tgithub.com/modelcontextprotocol/go-sdk v1.4.0\n \tgithub.com/pelletier/go-toml...
[]
diff --git a/go.mod b/go.mod index 9a91a3df85d7..47574320c6b3 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/modelcontextprotocol/go-sdk v1.4.0 github.com/pelletier/go-toml/v2 v2.3.0 github.com/prometheus/client_golang v1.23.2 - github.com/redis/go-redis/v9 v9.18.0 + github.com/redis/go-r...
1
2
zeromicro/go-zero#5586
zeromicro/go-zero
5,586
4ea0d9e9eaee900dfb4e5d695c941f5814653741
4707c8eda0f6c3492d9839f3774c97e911429a2b
chore(deps): bump github.com/grafana/pyroscope-go from 1.2.8 to 1.3.0 Bumps [github.com/grafana/pyroscope-go](https://github.com/grafana/pyroscope-go) from 1.2.8 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/pyroscope-go/releases">github.com/grafana/pyrosc...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/grafana/pyroscope-go from 1.2.8 to 1.3.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex bd11a3d81132..9a91a3df85d7 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -11,7 +11,7 @@ require (\n \tgithub.com/golang-jwt/jwt/v4 v4.5.2\n \tgithub.com/golang/protobuf v1.5.4\n \t...
[]
diff --git a/go.mod b/go.mod index bd11a3d81132..9a91a3df85d7 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/golang-jwt/jwt/v4 v4.5.2 github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 - github.com/grafana/pyroscope-go v1.2.8 + github.com/grafana/pyroscope-go v1.3.0 github....
1
2
zeromicro/go-zero#5572
zeromicro/go-zero
5,572
52d2bdadcdbd58698c267589c4c08c7f29ee68bf
25d545516ab99684196beaf469dbde3a28346019
chore(deps): bump github.com/gookit/color from 1.6.0 to 1.6.1 in /tools/goctl Bumps [github.com/gookit/color](https://github.com/gookit/color) from 1.6.0 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gookit/color/releases">github.com/gookit/color's releases</a>.</...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/` needed for: chore(deps): bump github.com/gookit/color from 1.6.0 to 1.6.1 in /tools/goctl", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ], "solution_diff": "diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod\nindex 35100e375eb7..9d8eca15255f 100644\n--- a/tools/goctl/go.mod\n+++ b/tools/goctl/go.mod\n@@ -8,7 +8,7 @@ require (\n \tgithub.c...
[]
diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod index 35100e375eb7..9d8eca15255f 100644 --- a/tools/goctl/go.mod +++ b/tools/goctl/go.mod @@ -8,7 +8,7 @@ require ( github.com/fatih/structtag v1.2.0 github.com/go-openapi/spec v0.21.1-0.20250328170532-a3928469592e github.com/go-sql-driver/mysql v1.10.0 - githu...
1
2
zeromicro/go-zero#5574
zeromicro/go-zero
5,574
3738be1945daed433772e94dfe592c589a526a0a
58b5462031aa695505919216076e03b93d0e05dc
chore(deps): bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 in /tools/goctl Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.9.3 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/` needed for: chore(deps): bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 in /tools/goctl", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ], "solution_diff": "diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod\nindex 9b2575823cde..35100e375eb7 100644\n--- a/tools/goctl/go.mod\n+++ b/tools/goctl/go.mod\n@@ -7,7 +7,7 @@ require (\n \tgithub.c...
[]
diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod index 9b2575823cde..35100e375eb7 100644 --- a/tools/goctl/go.mod +++ b/tools/goctl/go.mod @@ -7,7 +7,7 @@ require ( github.com/emicklei/proto v1.14.3 github.com/fatih/structtag v1.2.0 github.com/go-openapi/spec v0.21.1-0.20250328170532-a3928469592e - github.com...
1
2
zeromicro/go-zero#5558
zeromicro/go-zero
5,558
5b74b9ab7b970dcc43100cf69b15a4543c8c5853
e52db6914d7baa6268788d9150e6972e355f39fb
chore(deps): bump go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.6.0 Bumps [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-go-driver/releases">go.mongodb.org/mongo-...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.6.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 3face3b76afb..bd11a3d81132 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -23,7 +23,7 @@ require (\n \tgithub.com/titanous/json5 v1.0.0\n \tgo.etcd.io/etcd/api/v3 v3.5.21\n \tgo.etc...
[]
diff --git a/go.mod b/go.mod index 3face3b76afb..bd11a3d81132 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/titanous/json5 v1.0.0 go.etcd.io/etcd/api/v3 v3.5.21 go.etcd.io/etcd/client/v3 v3.5.21 - go.mongodb.org/mongo-driver/v2 v2.5.0 + go.mongodb.org/mongo-driver/v2 v2.6.0 go.opentele...
1
2
zeromicro/go-zero#5550
zeromicro/go-zero
5,550
4a67261b7b442b385cb99d8a116734f8a24d5284
89720f60120a93c9bb2f28fb9c8839b2ff7c6200
Support opt-in request metadata access in MCP handlers **Is your feature request related to a problem? Please describe.** The current MCP integration can inspect the original `*http.Request` at the transport boundary (for example in request-based server selection), but MCP tool handlers still cannot access selected r...
[ { "subtask_id": "s1", "goal": "Implement the changes under `mcp/` needed for: Support opt-in request metadata access in MCP handlers", "scope_files": [ "mcp/options.go", "mcp/readme.md", "mcp/request_metadata.go", "mcp/request_metadata_test.go", "mcp/server.go", "mcp/...
[ { "subtask_id": "s1", "scope_files": [ "mcp/options.go", "mcp/readme.md", "mcp/request_metadata.go", "mcp/request_metadata_test.go", "mcp/server.go", "mcp/server_test.go" ], "solution_diff": "diff --git a/mcp/options.go b/mcp/options.go\nnew file mode 100644\ninde...
[ { "subtask_id": "s1", "comment": "The PR description says this is “fully backward-compatible”, but changing the exported `NewMcpServer` function type from `func(McpConf) McpServer` to a variadic `func(McpConf, ...McpOption) McpServer` is still a breaking change for callers that reference it as a function va...
diff --git a/mcp/options.go b/mcp/options.go new file mode 100644 index 000000000000..09d70df75b1f --- /dev/null +++ b/mcp/options.go @@ -0,0 +1,33 @@ +package mcp + +import "net/http" + +// RequestMetadataExtractor extracts request metadata for downstream handlers. +type RequestMetadataExtractor func(*http.Request) Re...
1
6
zeromicro/go-zero#5548
zeromicro/go-zero
5,548
22bdae078781d9f90dfa1f969deda7df33082d05
e6d974f62e591c36dd06878295cbab26be10ab36
etcd resolver target URI breaks with Go 1.26 due to unescaped commas in authority **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, if applicable: 1. The code is ```go package main import ( "fmt" "net/url" ) func main() { u, err := url...
[ { "subtask_id": "s1", "goal": "Implement the changes under `zrpc/resolver/` needed for: etcd resolver target URI breaks with Go 1.26 due to unescaped commas in authority", "scope_files": [ "zrpc/resolver/target.go", "zrpc/resolver/target_test.go" ] }, { "subtask_id": "s2", "g...
[ { "subtask_id": "s1", "scope_files": [ "zrpc/resolver/target.go", "zrpc/resolver/target_test.go" ], "solution_diff": "diff --git a/zrpc/resolver/target.go b/zrpc/resolver/target.go\nindex deb2b8aa8b42..34ce0cabf7b4 100644\n--- a/zrpc/resolver/target.go\n+++ b/zrpc/resolver/target.go\n@@ ...
[ { "subtask_id": "s3", "comment": "GetHosts/GetKey currently only support the new target format (hosts in URL.Path and etcd key in ?key=). This will break existing single-endpoint legacy targets that are still valid URIs (e.g. \"etcd://localhost:2379/my-service\") and any users providing a custom `Target` st...
diff --git a/zrpc/resolver/internal/discovbuilder.go b/zrpc/resolver/internal/discovbuilder.go index 1aa5d8f3ac81..a7506f7203c4 100644 --- a/zrpc/resolver/internal/discovbuilder.go +++ b/zrpc/resolver/internal/discovbuilder.go @@ -13,10 +13,10 @@ type discovBuilder struct{} func (b *discovBuilder) Build(target resol...
3
6
zeromicro/go-zero#5523
zeromicro/go-zero
5,523
3f91a79a2b1cf2004005240a7bdb441a711c1c91
72b0501f21f51e92a78bb43dc2a2f1bf2d42fffe
chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.80.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockq...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 282fff5f47af..3face3b76afb 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -38,7 +38,7 @@ require (\n \tgolang.org/x/sys v0.41.0\n \tgolang.org/x/time v0.14.0\n \tgoogle.golang.org/g...
[]
diff --git a/go.mod b/go.mod index 282fff5f47af..3face3b76afb 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( golang.org/x/sys v0.41.0 golang.org/x/time v0.14.0 google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 - google.golang.org/grpc v1.79.3 + google.golang.org/grpc v1.80...
1
2
zeromicro/go-zero#5524
zeromicro/go-zero
5,524
3f91a79a2b1cf2004005240a7bdb441a711c1c91
54d1b56f127d624bac3942c61daab90bb6313a52
chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 in /tools/goctl Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.80.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.<...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/` needed for: chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 in /tools/goctl", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ], "solution_diff": "diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod\nindex a9b6122e3770..9b2575823cde 100644\n--- a/tools/goctl/go.mod\n+++ b/tools/goctl/go.mod\n@@ -18,7 +18,7 @@ require (\n \tgithub...
[]
diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod index a9b6122e3770..9b2575823cde 100644 --- a/tools/goctl/go.mod +++ b/tools/goctl/go.mod @@ -18,7 +18,7 @@ require ( github.com/zeromicro/ddl-parser v1.0.5 github.com/zeromicro/go-zero v1.10.1 golang.org/x/text v0.34.0 - google.golang.org/grpc v1.79.3 + google...
1
2
zeromicro/go-zero#2817
zeromicro/go-zero
2,817
696da4efee22a6c181486fc216fe8225c29edf67
5fa214ec44fe76e6f01df50951029fb88cf889bf
feat: upgrade go to v1.18
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat: upgrade go to v1.18", "scope_files": [ "go.mod", "go.sum" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/workflows/` needed for: feat: upgrade go to v1.18", "s...
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 8b3a3f6d3254..31394dd8c9b0 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -1,12 +1,12 @@\n module github.com/zeromicro/go-zero\n \n-go 1.16\n+go 1.18\n \n require (\n-\tgithub.com/C...
[]
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5e13c5af7018..4692e228d2d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.16 + go-version...
4
5
zeromicro/go-zero#4610
zeromicro/go-zero
4,610
0bc4206d088b331298a4130a89ca81f09bb5d3d2
490ee4b2a8eb9145d0715cc4fc57fd8fbf6993d6
chore: use logc instead of logx if possible
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/discov/` needed for: chore: use logc instead of logx if possible", "scope_files": [ "core/discov/publisher.go" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/discov/internal/` needed for: chore:...
[ { "subtask_id": "s1", "scope_files": [ "core/discov/publisher.go" ], "solution_diff": "diff --git a/core/discov/publisher.go b/core/discov/publisher.go\nindex 6d84201298ea..03f23a52d60f 100644\n--- a/core/discov/publisher.go\n+++ b/core/discov/publisher.go\n@@ -5,6 +5,7 @@ import (\n \n \t\"gi...
[]
diff --git a/core/discov/internal/registry.go b/core/discov/internal/registry.go index f440adc3c40a..49463f7bcc92 100644 --- a/core/discov/internal/registry.go +++ b/core/discov/internal/registry.go @@ -11,7 +11,7 @@ import ( "time" "github.com/zeromicro/go-zero/core/lang" - "github.com/zeromicro/go-zero/core/log...
6
12
zeromicro/go-zero#2820
zeromicro/go-zero
2,820
eab904af64109dc94c989383a12325e70f9f3ac0
adb1c8d70bb3f755c85792dabcb88727a0b85436
fix: problem on name overlaping in config
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/conf/` needed for: fix: problem on name overlaping in config", "scope_files": [ "core/conf/config.go", "core/conf/config_test.go", "core/conf/readme.md" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "core/conf/config.go", "core/conf/config_test.go", "core/conf/readme.md" ], "solution_diff": "diff --git a/core/conf/config.go b/core/conf/config.go\nindex b64b92580216..062e1b8fa9b6 100644\n--- a/core/conf/config.go\n+++ b/core/conf/config.go...
[]
diff --git a/core/conf/config.go b/core/conf/config.go index b64b92580216..062e1b8fa9b6 100644 --- a/core/conf/config.go +++ b/core/conf/config.go @@ -22,7 +22,6 @@ var loaders = map[string]func([]byte, any) error{ type fieldInfo struct { name string - kind reflect.Kind children map[string]fieldInfo } ...
1
3
zeromicro/go-zero#2819
zeromicro/go-zero
2,819
ae871142822e2ba05132fa69b238d6fe3d284083
85b5c60a0ff37f7d557562ae8ee9a558d4f0a14c
chore: update goctl interface{} to any
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/example/rpc/hello/pb/hello/` needed for: chore: update goctl interface{} to any", "scope_files": [ "tools/goctl/example/rpc/hello/pb/hello/hello.pb.go", "tools/goctl/example/rpc/hello/pb/hello/hello_grpc.pb.go" ] }...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/example/rpc/hello/pb/hello/hello.pb.go", "tools/goctl/example/rpc/hello/pb/hello/hello_grpc.pb.go" ], "solution_diff": "diff --git a/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go b/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go...
[]
diff --git a/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go b/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go index 257083360f8f..0181ede2a6d7 100644 --- a/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go +++ b/tools/goctl/example/rpc/hello/pb/hello/hello.pb.go @@ -143,7 +143,7 @@ func file_hello_proto_rawDesc...
12
32
zeromicro/go-zero#5518
zeromicro/go-zero
5,518
8c47c0173981b3489fc15be392964c260856e710
66a48943c24ce633ea39ff923b05f79406cb9528
chore: update goctl version to v1.10.1 and bump go-zero dependency Update `BuildVersion` to `1.10.1` and bump `go-zero` dependency to `v1.10.1` in preparation for the goctl v1.10.1 release.
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/` needed for: chore: update goctl version to v1.10.1 and bump go-zero dependency", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ] }, { "subtask_id": "s2", "goal": "Implement the changes und...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/go.mod", "tools/goctl/go.sum" ], "solution_diff": "diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod\nindex 1498dd80909f..a9b6122e3770 100644\n--- a/tools/goctl/go.mod\n+++ b/tools/goctl/go.mod\n@@ -16,7 +16,7 @@ require (\n \tgithub...
[]
diff --git a/tools/goctl/go.mod b/tools/goctl/go.mod index 1498dd80909f..a9b6122e3770 100644 --- a/tools/goctl/go.mod +++ b/tools/goctl/go.mod @@ -16,7 +16,7 @@ require ( github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 github.com/zeromicro/antlr v0.0.1 github.com/zeromicro/ddl-parser v1.0.5 - gith...
2
3
zeromicro/go-zero#5457
zeromicro/go-zero
5,457
f59a1cb0de27f5c1c6d164cbe16db6257ace1e9d
4679756c9f35d7bb1df85f725b448a6a5e77e500
fix(rest/httpc): reject request body for HEAD method in buildRequest Previously, the function only validated that GET requests must not have a request body. According to RFC 7231 and RFC 9110, HEAD requests also do not define semantics for a request body.
[ { "subtask_id": "s1", "goal": "Implement the changes under `rest/httpc/` needed for: fix(rest/httpc): reject request body for HEAD method in buildRequest", "scope_files": [ "rest/httpc/requests.go", "rest/httpc/requests_test.go", "rest/httpc/vars.go" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "rest/httpc/requests.go", "rest/httpc/requests_test.go", "rest/httpc/vars.go" ], "solution_diff": "diff --git a/rest/httpc/requests.go b/rest/httpc/requests.go\nindex 3692eaae03fa..5dd8fb12aa00 100644\n--- a/rest/httpc/requests.go\n+++ b/rest/...
[ { "subtask_id": "s1", "comment": "The new behavior rejecting JSON bodies for HEAD requests isn’t covered by tests. Please add/extend a unit test (e.g., in rest/httpc/requests_test.go) to assert that Do/buildRequest returns ErrHeadWithBody (and ideally use errors.Is for ErrGetWithBody/ErrHeadWithBody) when a...
diff --git a/rest/httpc/requests.go b/rest/httpc/requests.go index 3692eaae03fa..5dd8fb12aa00 100644 --- a/rest/httpc/requests.go +++ b/rest/httpc/requests.go @@ -84,8 +84,11 @@ func buildRequest(ctx context.Context, method, url string, data any) (*http.Requ var reader io.Reader jsonVars, hasJsonBody := val[jsonKey...
1
3
zeromicro/go-zero#5513
zeromicro/go-zero
5,513
d44ff6ddc8449ad950e5e948779470fbf9bc4080
bfdf941428d2f873e4389f3c54945095dcb8faf6
chore(deps): bump github.com/grafana/pyroscope-go from 1.2.7 to 1.2.8 Bumps [github.com/grafana/pyroscope-go](https://github.com/grafana/pyroscope-go) from 1.2.7 to 1.2.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/pyroscope-go/releases">github.com/grafana/pyrosc...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/grafana/pyroscope-go from 1.2.7 to 1.2.8", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex f86296419c6c..282fff5f47af 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -11,7 +11,7 @@ require (\n \tgithub.com/golang-jwt/jwt/v4 v4.5.2\n \tgithub.com/golang/protobuf v1.5.4\n \t...
[]
diff --git a/go.mod b/go.mod index f86296419c6c..282fff5f47af 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/golang-jwt/jwt/v4 v4.5.2 github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 - github.com/grafana/pyroscope-go v1.2.7 + github.com/grafana/pyroscope-go v1.2.8 github....
1
2
zeromicro/go-zero#5512
zeromicro/go-zero
5,512
6ffa9cabec94ced44d49fd616c7577b21d81b039
ffe20e958091c35cac50ca1f0193b9777369c5c4
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.4 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pelletier/go-toml/releases">github.com/pelletier/go-toml/v2...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0", "scope_files": [ "go.mod", "go.sum" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex ec60490e0c73..f86296419c6c 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -15,7 +15,7 @@ require (\n \tgithub.com/jackc/pgx/v5 v5.8.0\n \tgithub.com/jhump/protoreflect v1.18.0\n \tg...
[]
diff --git a/go.mod b/go.mod index ec60490e0c73..f86296419c6c 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/jackc/pgx/v5 v5.8.0 github.com/jhump/protoreflect v1.18.0 github.com/modelcontextprotocol/go-sdk v1.4.0 - github.com/pelletier/go-toml/v2 v2.2.4 + github.com/pelletier/go-toml/v2 v...
1
2
zeromicro/go-zero#5442
zeromicro/go-zero
5,442
ba9c2758530cf4ae08efdc169d937803e8eca464
40fb33609c8e3bda1b75616fe4bb8bbdcc82ecbb
feat(redis): add Do/DoCtx for generic command execution #5417 ### Related Issue - #5417 ### What’s Changed Add generic command execution methods to *redis.Redis: - Do(args ...any) (any, error) - DoCtx(ctx context.Context, args ...any) (any, error) ### Why This Change 1. Fully backward-compatible...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/stores/redis/` needed for: feat(redis): add Do/DoCtx for generic command execution #5417", "scope_files": [ "core/stores/redis/redis.go", "core/stores/redis/redis_test.go" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "core/stores/redis/redis.go", "core/stores/redis/redis_test.go" ], "solution_diff": "diff --git a/core/stores/redis/redis.go b/core/stores/redis/redis.go\nindex 1dec67c7c130..a9ab5b4d88da 100644\n--- a/core/stores/redis/redis.go\n+++ b/core/stores/r...
[]
diff --git a/core/stores/redis/redis.go b/core/stores/redis/redis.go index 1dec67c7c130..a9ab5b4d88da 100644 --- a/core/stores/redis/redis.go +++ b/core/stores/redis/redis.go @@ -65,6 +65,7 @@ type ( // RedisNode interface represents a redis node. RedisNode interface { red.Cmdable + Do(ctx context.Context, args...
1
2
zeromicro/go-zero#5499
zeromicro/go-zero
5,499
9a6447ab5ccf19f63fcd87da97edba0199a5912e
69176023f5e0d50f02273e4571353d7a2758539e
chore: upgrade Go version to 1.24 and update dependencies ## Summary Upgrades the Go directive from 1.23 to 1.24 in both modules (`go.mod` and `tools/goctl/go.mod`) and bumps direct/indirect dependencies to the highest versions compatible with Go 1.24. --- ## Go version | | Before | After | |---|---|---| | `go` di...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: chore: upgrade Go version to 1.24 and update dependencies", "scope_files": [ "go.mod", "go.sum" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/logx/` needed for: chore: upg...
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex c04ac1b896c7..ec60490e0c73 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -1,6 +1,6 @@\n module github.com/zeromicro/go-zero\n \n-go 1.23.0\n+go 1.24.0\n \n require (\n \tgithub.com...
[ { "subtask_id": "s9", "comment": "`mockClientConn` is used as a key in `ready := make(map[balancer.SubConn]base.SubConnInfo)`. Embedding `balancer.SubConn` adds an interface-typed field to the struct, which makes key comparability depend on the embedded interface’s runtime value (and can panic if it ever ho...
diff --git a/go.mod b/go.mod index c04ac1b896c7..ec60490e0c73 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zeromicro/go-zero -go 1.23.0 +go 1.24.0 require ( github.com/DATA-DOG/go-sqlmock v1.5.2 @@ -12,73 +12,74 @@ require ( github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6...
9
15
zeromicro/go-zero#5484
zeromicro/go-zero
5,484
004995f06ab6e84bc93545182d69862e7dc95468
4e681aa5d647626871cd2cfd05c2e1d3ca3575f3
feat: goctl model Add a new method hasField Add a new method to determine whether a certain field exists and change the template generation content accordingly for example: <img width="3004" height="1000" alt="image" src="https://github.com/user-attachments/assets/f0561d48-4071-4a58-b990-a2b2ff5e0403" />
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/model/sql/gen/` needed for: feat: goctl model Add a new method hasField", "scope_files": [ "tools/goctl/model/sql/gen/findone.go", "tools/goctl/model/sql/gen/findonebyfield.go", "tools/goctl/model/sql/gen/gen.go", ...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/model/sql/gen/findone.go", "tools/goctl/model/sql/gen/findonebyfield.go", "tools/goctl/model/sql/gen/gen.go", "tools/goctl/model/sql/gen/imports.go", "tools/goctl/model/sql/gen/template.go", "tools/goctl/model/sql/gen/te...
[]
diff --git a/tools/goctl/model/sql/gen/findone.go b/tools/goctl/model/sql/gen/findone.go index 7916507c147b..66236cba0b17 100644 --- a/tools/goctl/model/sql/gen/findone.go +++ b/tools/goctl/model/sql/gen/findone.go @@ -16,6 +16,7 @@ func genFindOne(table Table, withCache, postgreSql bool) (string, string, error) ou...
2
8
zeromicro/go-zero#5471
zeromicro/go-zero
5,471
85d770d34020ba6ded937ad15aa629f52517c415
7aa8f2d4c4b41043816a5bc978af91f875a61eef
test(mathx,stringx): add missing edge case tests for CalcEntropy and … **Problem** 1. **`CalcEntropy`** in `core/mathx/entropy.go` has an explicit early-return branch for `len(m) == 1` (returns `1`), but no test exercises a map with exactly one key. Only empty maps and multi-key maps are tested. 2. **`HasEmpty`*...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/mathx/` needed for: test(mathx,stringx): add missing edge case tests for CalcEntropy and …", "scope_files": [ "core/mathx/entropy_test.go" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/stringx/...
[ { "subtask_id": "s1", "scope_files": [ "core/mathx/entropy_test.go" ], "solution_diff": "diff --git a/core/mathx/entropy_test.go b/core/mathx/entropy_test.go\nindex 03db018d154d..1f477acac263 100644\n--- a/core/mathx/entropy_test.go\n+++ b/core/mathx/entropy_test.go\n@@ -29,3 +29,10 @@ func Te...
[]
diff --git a/core/mathx/entropy_test.go b/core/mathx/entropy_test.go index 03db018d154d..1f477acac263 100644 --- a/core/mathx/entropy_test.go +++ b/core/mathx/entropy_test.go @@ -29,3 +29,10 @@ func TestCalcDiffEntropy(t *testing.T) { } assert.True(t, CalcEntropy(m) < .99) } + +func TestCalcEntropySingleItem(t *t...
2
2
zeromicro/go-zero#5472
zeromicro/go-zero
5,472
c12c82b2f6efe51d87b2386c0cb0deae0ba1a208
bfe63a7a6939df5ea5a7ad122a186cb6ab734ebe
feat(goctl/rpc): support external proto imports with cross-package ty… - Add -I/--proto_path support for importing proto files from external directories - Implement transitive dependency resolution for imported protos - Add cross-package type resolution with automatic Go import generation - Support Google well-know...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/internal/version/` needed for: feat(goctl/rpc): support external proto imports with cross-package ty…", "scope_files": [ "tools/goctl/internal/version/version.go" ] }, { "subtask_id": "s2", "goal": "Implement t...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/internal/version/version.go" ], "solution_diff": "diff --git a/tools/goctl/internal/version/version.go b/tools/goctl/internal/version/version.go\nindex 4a5eec4c588f..07c07eef984d 100644\n--- a/tools/goctl/internal/version/version.go\n+++ b/to...
[ { "subtask_id": "s19", "comment": "ResolveImports/collectImports silently skip imports that are not found in the provided protoPaths (lines 100-105). For user-defined imports this will hide configuration mistakes (missing -I/--proto_path), leading to incomplete pb generation and later confusing compilation ...
diff --git a/tools/goctl/internal/version/version.go b/tools/goctl/internal/version/version.go index 4a5eec4c588f..07c07eef984d 100644 --- a/tools/goctl/internal/version/version.go +++ b/tools/goctl/internal/version/version.go @@ -6,7 +6,7 @@ import ( ) // BuildVersion is the version of goctl. -const BuildVersion =...
32
93
zeromicro/go-zero#5453
zeromicro/go-zero
5,453
8cd7f7a2d8b023d8842447c76205958377b12aca
db6140049965ae307671dc959154a5ee851ec0e4
perf(core/stringx): replace manual char filter with strings.Map The original Filter function used a manual []rune loop to remove characters satisfying a predicate. This change: - Replaces it with a simpler, more efficient implementation using strings.Map - Renames the predicate parameter from 'filter' to 'remove'...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/stringx/` needed for: perf(core/stringx): replace manual char filter with strings.Map", "scope_files": [ "core/stringx/strings.go", "core/stringx/strings_test.go" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "core/stringx/strings.go", "core/stringx/strings_test.go" ], "solution_diff": "diff --git a/core/stringx/strings.go b/core/stringx/strings.go\nindex 5a9554a7b752..dadf2c52c157 100644\n--- a/core/stringx/strings.go\n+++ b/core/stringx/strings.go\n@@ ...
[ { "subtask_id": "s1", "comment": "BenchmarkFilter currently calls Filter(...) as a standalone statement, but Filter returns a string; Go doesn’t allow ignoring a returned value, so this benchmark won’t compile. Assign the result to `_` (or a package-level sink) inside the loop to make the call valid and pre...
diff --git a/core/stringx/strings.go b/core/stringx/strings.go index 5a9554a7b752..dadf2c52c157 100644 --- a/core/stringx/strings.go +++ b/core/stringx/strings.go @@ -3,6 +3,7 @@ package stringx import ( "errors" "slices" + "strings" "unicode" "github.com/zeromicro/go-zero/core/lang" @@ -21,20 +22,14 @@ func...
1
2
zeromicro/go-zero#5461
zeromicro/go-zero
5,461
db3101361bc5f3b05bf475c611ba5724afd548ff
397cb4205da0ba27ee9edb348f825dab7e4e54fc
refactor(core): replace TakeOne usage with cmp.Or The custom `TakeOne` function is redundant since Go 1.21 introduced `cmp.Or`, which provides identical functionality for selecting the first non-zero value. Changes: - Mark `TakeOne` as deprecated with a pointer to `cmp.Or`. - Replace all internal usages of `Tak...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/mapping/` needed for: refactor(core): replace TakeOne usage with cmp.Or", "scope_files": [ "core/mapping/utils.go" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/stringx/` needed for: refactor(c...
[ { "subtask_id": "s1", "scope_files": [ "core/mapping/utils.go" ], "solution_diff": "diff --git a/core/mapping/utils.go b/core/mapping/utils.go\nindex 1c281e328de3..dc499b138e33 100644\n--- a/core/mapping/utils.go\n+++ b/core/mapping/utils.go\n@@ -1,6 +1,7 @@\n package mapping\n \n import (\n+\...
[]
diff --git a/core/mapping/utils.go b/core/mapping/utils.go index 1c281e328de3..dc499b138e33 100644 --- a/core/mapping/utils.go +++ b/core/mapping/utils.go @@ -1,6 +1,7 @@ package mapping import ( + "cmp" "encoding/json" "errors" "fmt" @@ -12,7 +13,6 @@ import ( "sync" "github.com/zeromicro/go-zero/core/...
2
2
zeromicro/go-zero#5497
zeromicro/go-zero
5,497
04ed63736648ed5683db40f85098c71ab41410d2
df72bf1d795f58e81e7938cd989a86bfca93e333
fix(swagger): add example field to path/form/header parameters Fixes issue #5496: the example= tag option in path, form and header struct tags was silently ignored when generating swagger JSON. SimpleSchema already has an Example field; wire it up via exampleValueFromOptions() the same way json body parameters do. ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/api/swagger/` needed for: fix(swagger): add example field to path/form/header parameters", "scope_files": [ "tools/goctl/api/swagger/parameter.go", "tools/goctl/api/swagger/parameter_test.go" ] }, { "subtask_...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/api/swagger/parameter.go", "tools/goctl/api/swagger/parameter_test.go" ], "solution_diff": "diff --git a/tools/goctl/api/swagger/parameter.go b/tools/goctl/api/swagger/parameter.go\nindex 0530bbcf7550..15c72cdaaaac 100644\n--- a/tools/g...
[]
diff --git a/tools/goctl/api/swagger/issue5496/issue5496.api b/tools/goctl/api/swagger/issue5496/issue5496.api new file mode 100644 index 000000000000..ca2f709bfb60 --- /dev/null +++ b/tools/goctl/api/swagger/issue5496/issue5496.api @@ -0,0 +1,34 @@ +syntax = "v1" + +info ( + title: "Issue 5496 Reproduce" + version: ...
2
4
zeromicro/go-zero#5475
zeromicro/go-zero
5,475
d1a014955c17cfa5c537f6dbbc4754e11316fd8e
d030b9d998dccbabc236f148fa22041e44c1a0c4
(goctl)fix file copy permission missed fix issue #5440
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/util/zipx/` needed for: (goctl)fix file copy permission missed", "scope_files": [ "tools/goctl/util/zipx/zipx.go", "tools/goctl/util/zipx/zipx_test.go" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/util/zipx/zipx.go", "tools/goctl/util/zipx/zipx_test.go" ], "solution_diff": "diff --git a/tools/goctl/util/zipx/zipx.go b/tools/goctl/util/zipx/zipx.go\nindex e41d42d8774b..2e72a6d0b8d2 100644\n--- a/tools/goctl/util/zipx/zipx.go\n+++ ...
[]
diff --git a/tools/goctl/util/zipx/zipx.go b/tools/goctl/util/zipx/zipx.go index e41d42d8774b..2e72a6d0b8d2 100644 --- a/tools/goctl/util/zipx/zipx.go +++ b/tools/goctl/util/zipx/zipx.go @@ -64,6 +64,15 @@ func fileCopy(file *zip.File, destPath string) error { return err } defer w.Close() + _, err = io.Copy(w,...
1
2
zeromicro/go-zero#5479
zeromicro/go-zero
5,479
ec802e25a607737eaf2d2060983d414ff1ae4645
e040215d9df0100646266da63a280088166f67e6
fix: critical security fixes in core/codec (S0) ## Summary Four security-critical (S0) fixes in `core/codec/`, identified by independent code review with high confidence. ## Changes ### S0-1: DH Public Key Validation — `core/codec/dh.go` `ComputeKey` used `&&` instead of `||` in the public key bounds check: ```go ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/codec/` needed for: fix: critical security fixes in core/codec (S0)", "scope_files": [ "core/codec/aesecb.go", "core/codec/aesecb_test.go", "core/codec/dh.go", "core/codec/dh_test.go", "core/codec/rsa.go", ...
[ { "subtask_id": "s1", "scope_files": [ "core/codec/aesecb.go", "core/codec/aesecb_test.go", "core/codec/dh.go", "core/codec/dh_test.go", "core/codec/rsa.go", "core/codec/rsa_test.go" ], "solution_diff": "diff --git a/core/codec/aesecb.go b/core/codec/aesecb.go\nin...
[]
diff --git a/core/codec/aesecb.go b/core/codec/aesecb.go index 1ec99a04c34e..0ee472ec4498 100644 --- a/core/codec/aesecb.go +++ b/core/codec/aesecb.go @@ -6,8 +6,6 @@ import ( "crypto/cipher" "encoding/base64" "errors" - - "github.com/zeromicro/go-zero/core/logx" ) // ErrPaddingSize indicates bad padding size...
1
6
zeromicro/go-zero#5433
zeromicro/go-zero
5,433
8a2e09dfd17ae3e2df426f9c8ea30fd69f0d14d1
17d190f75b3eb72a6b2d1def5389939f86c74138
feat: add JSON5 configuration support ## Description This PR adds JSON5 support to go-zero's configuration system, enabling modern configuration file syntax with comments, trailing commas, and other developer-friendly features while maintaining full backward compatibility with existing JSON configs. ## Changes ### ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat: add JSON5 configuration support", "scope_files": [ "go.mod", "go.sum" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `core/conf/` needed for: feat: add JSON5 configuration ...
[ { "subtask_id": "s1", "scope_files": [ "go.mod", "go.sum" ], "solution_diff": "diff --git a/go.mod b/go.mod\nindex 369fb936f43e..c04ac1b896c7 100644\n--- a/go.mod\n+++ b/go.mod\n@@ -20,6 +20,7 @@ require (\n \tgithub.com/redis/go-redis/v9 v9.18.0\n \tgithub.com/spaolacci/murmur3 v1.1.0\n...
[ { "subtask_id": "s1", "comment": "`github.com/titanous/json5` is imported from go-zero code (internal/encoding), so it should be listed as a direct requirement (remove the `// indirect` marker). Keeping it indirect will be reverted by `go mod tidy` and can confuse dependency audits.\n```suggestion\n\tgithub...
diff --git a/core/conf/config.go b/core/conf/config.go index 481b8ac12733..7f7f920c0719 100644 --- a/core/conf/config.go +++ b/core/conf/config.go @@ -21,10 +21,11 @@ const ( var ( fillDefaultUnmarshaler = mapping.NewUnmarshaler(jsonTagKey, mapping.WithDefault()) loaders = map[string]func([]byte, an...
3
6
zeromicro/go-zero#4953
zeromicro/go-zero
4,953
0ba86b1849d83a7f27df7be34e8247bb94ae20b2
31f413b93ecb6c6db4866faf255c517f4af39911
goctll api swagger panic with nil pointer when there is wrong field tag in api file **Describe the bug** A clear and concise description of what the bug is. goctll api swagger panic with nil pointer when api tag is wrong **To Reproduce** Steps to reproduce the behavior, if applicable: write a api file with...
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/api/spec/` needed for: goctll api swagger panic with nil pointer when there is wrong field tag in api file", "scope_files": [ "tools/goctl/api/spec/tags.go", "tools/goctl/api/spec/tags_test.go" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/api/spec/tags.go", "tools/goctl/api/spec/tags_test.go" ], "solution_diff": "diff --git a/tools/goctl/api/spec/tags.go b/tools/goctl/api/spec/tags.go\nindex 312772d35f97..1e3d153b3bbe 100644\n--- a/tools/goctl/api/spec/tags.go\n+++ b/too...
[]
diff --git a/tools/goctl/api/spec/tags.go b/tools/goctl/api/spec/tags.go index 312772d35f97..1e3d153b3bbe 100644 --- a/tools/goctl/api/spec/tags.go +++ b/tools/goctl/api/spec/tags.go @@ -49,6 +49,9 @@ func Parse(tag string) (*Tags, error) { // Get gets tag value by specified key func (t *Tags) Get(key string) (*Ta...
1
2
zeromicro/go-zero#4808
zeromicro/go-zero
4,808
44735e949cedfdc802cf7c54eaec8de0d38a011d
82a3583cb842db60be378b482abc2f15cf381058
fix: goctl swagger missing security definition and submit json body data error
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/api/swagger/` needed for: fix: goctl swagger missing security definition and submit json body data error", "scope_files": [ "tools/goctl/api/swagger/annotation.go", "tools/goctl/api/swagger/command.go", "tools/goct...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/api/swagger/annotation.go", "tools/goctl/api/swagger/command.go", "tools/goctl/api/swagger/const.go", "tools/goctl/api/swagger/parameter.go", "tools/goctl/api/swagger/path.go", "tools/goctl/api/swagger/properties.go", ...
[]
diff --git a/tools/goctl/api/swagger/annotation.go b/tools/goctl/api/swagger/annotation.go index 6af5cd3be216..09f31097e76c 100644 --- a/tools/goctl/api/swagger/annotation.go +++ b/tools/goctl/api/swagger/annotation.go @@ -7,6 +7,15 @@ import ( "google.golang.org/grpc/metadata" ) +func hasKey(properties map[string...
2
8
zeromicro/go-zero#4801
zeromicro/go-zero
4,801
bf313c3c561d2f47a47acd01443a9c3f4ec6bf3b
a15d433e782b8d75fe83c2a3053d6e0d2403c904
fix array schmea generation incorrect
[ { "subtask_id": "s1", "goal": "Implement the changes under `tools/goctl/api/swagger/` needed for: fix array schmea generation incorrect", "scope_files": [ "tools/goctl/api/swagger/parameter.go", "tools/goctl/api/swagger/properties.go", "tools/goctl/api/swagger/swagger.go" ] }, ...
[ { "subtask_id": "s1", "scope_files": [ "tools/goctl/api/swagger/parameter.go", "tools/goctl/api/swagger/properties.go", "tools/goctl/api/swagger/swagger.go" ], "solution_diff": "diff --git a/tools/goctl/api/swagger/parameter.go b/tools/goctl/api/swagger/parameter.go\nindex 0cf8e0a3...
[]
diff --git a/tools/goctl/api/swagger/example/example_cn.api b/tools/goctl/api/swagger/example/example_cn.api index 670a728e49a3..546ebf871db1 100644 --- a/tools/goctl/api/swagger/example/example_cn.api +++ b/tools/goctl/api/swagger/example/example_cn.api @@ -144,6 +144,8 @@ type ( MapMapNumber map[string]map[string...
2
4
zeromicro/go-zero#5348
zeromicro/go-zero
5,348
39729f375608ba1830dbbe2e5ae74716a9184f90
870cdaea8cd650b99818ce1480519886dc48468f
Fix the issue of incorrect values notified in the configuration center
[ { "subtask_id": "s1", "goal": "Implement the changes under `core/configcenter/subscriber/` needed for: Fix the issue of incorrect values notified in the configuration center", "scope_files": [ "core/configcenter/subscriber/etcd.go", "core/configcenter/subscriber/etcd_test.go" ] }, { ...
[ { "subtask_id": "s1", "scope_files": [ "core/configcenter/subscriber/etcd.go", "core/configcenter/subscriber/etcd_test.go" ], "solution_diff": "diff --git a/core/configcenter/subscriber/etcd.go b/core/configcenter/subscriber/etcd.go\nindex f9a11efccbd6..c5a8f5334c1e 100644\n--- a/core/co...
[ { "subtask_id": "s2", "comment": "Spelling error: \"forth\" should be \"fourth\" to correctly indicate the ordinal position (4th item).\n```suggestion\n\t\t\t\t\tkey: \"fourth\",\n```", "revised_diff": "diff --git a/core/discov/subscriber_test.go b/core/discov/subscriber_test.go\nindex b8762afa7f8f..d91...
diff --git a/core/configcenter/subscriber/etcd.go b/core/configcenter/subscriber/etcd.go index f9a11efccbd6..c5a8f5334c1e 100644 --- a/core/configcenter/subscriber/etcd.go +++ b/core/configcenter/subscriber/etcd.go @@ -3,6 +3,8 @@ package subscriber import ( "github.com/zeromicro/go-zero/core/discov" "github.com/z...
2
4
zeromq/libzmq#4822
zeromq/libzmq
4,822
7a7bfa10e6b0e99210ed9397369b59f9e69cef8e
148da6dd40b08c84d4acddd23da7b2c78d34301a
VSOCK support # Issue description I'd like to make a feature request to explicitly add support for `AF_VSOCK` sockets, as the form of `vsock://CID:PORT`. [VSOCK](https://man7.org/linux/man-pages/man7/vsock.7.html) is used to implement IPC between VMs and containers without extra network configurations in Linux s...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: VSOCK support", "scope_files": [ "AUTHORS", "CMakeLists.txt", "Makefile.am", "configure.ac" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `builds/cmake/` needed for:...
[ { "subtask_id": "s1", "scope_files": [ "AUTHORS", "CMakeLists.txt", "Makefile.am", "configure.ac" ], "solution_diff": "diff --git a/AUTHORS b/AUTHORS\nindex dc1667e342..239a340112 100644\n--- a/AUTHORS\n+++ b/AUTHORS\n@@ -102,6 +102,7 @@ Philip Kovacs\n Pieter Hintjens\n Piot...
[]
diff --git a/AUTHORS b/AUTHORS index dc1667e342..239a340112 100644 --- a/AUTHORS +++ b/AUTHORS @@ -102,6 +102,7 @@ Philip Kovacs Pieter Hintjens Piotr Trojanek Reza Ebrahimi +Remi Jouannet Richard Newton Rik van der Heijden Robert G. Jakabosky diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e5f4929dc..9184cd8...
5
35
zeromq/libzmq#4829
zeromq/libzmq
4,829
7a7bfa10e6b0e99210ed9397369b59f9e69cef8e
1610d21124fc50e7cc9df8d1e754018c4110f52d
problem: no API to disconnect a specific peer by routing id Background: JeroMQ added disconnectPeer(routingId) to allow dropping a single peer connection. In libzmq there was no C API to disconnect a single connection by its routing id; applications had to tear down entire endpoints or sockets. This also created diver...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: problem: no API to disconnect a specific peer by routing id", "scope_files": [ "Makefile.am" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `doc/` needed for: problem: no API to discon...
[ { "subtask_id": "s1", "scope_files": [ "Makefile.am" ], "solution_diff": "diff --git a/Makefile.am b/Makefile.am\nindex 19aa168096..17dc1e6e16 100755\n--- a/Makefile.am\n+++ b/Makefile.am\n@@ -1059,6 +1059,7 @@ test_apps += tests/test_poller \\\n \ttests/test_xpub_manual_last_value \\\n \ttest...
[]
diff --git a/Makefile.am b/Makefile.am index 19aa168096..17dc1e6e16 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1059,6 +1059,7 @@ test_apps += tests/test_poller \ tests/test_xpub_manual_last_value \ tests/test_router_notify \ tests/test_peer \ + tests/test_peer_disconnect \ tests/test_reconnect_options \ t...
5
12
zeromq/libzmq#4635
zeromq/libzmq
4,635
2622e618f0badcd8aad7906e2dc6984f2c57e81a
77e32bf41f8b40e9182ebc5c15708b74d162e450
Build with -D_DEFAULT_SOURCE along with -std=c11 On its own, `-std=c11` hides POSIX and other extensions from C headers such as `<stdlib.h>` when building against glibc. This causes the `posix_memalign` probe to fail incorrectly with compilers that do not accept implicit function declarations. `_DEFAULT_SOURCE` is i...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Build with -D_DEFAULT_SOURCE along with -std=c11", "scope_files": [ "CMakeLists.txt", "configure.ac" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "CMakeLists.txt", "configure.ac" ], "solution_diff": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 68fb72512d..f956f3fd93 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ -122,7 +122,7 @@ if (NOT MSVC)\n if(NOT CMAKE_C_FLAGS MATCHES \...
[ { "subtask_id": "s1", "comment": "it's a preprocessor flags, so it should be appended to CPPFLAGS rather than CFLAGS", "revised_diff": "diff --git a/configure.ac b/configure.ac\nindex b9e13d4f97..ffcc145b9f 100644\n--- a/configure.ac\n+++ b/configure.ac\n@@ -66,7 +66,7 @@ ZMQ_ORIG_CXXFLAGS=\"${CXXFLAGS:...
diff --git a/CMakeLists.txt b/CMakeLists.txt index 68fb72512d..f956f3fd93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ if (NOT MSVC) if(NOT CMAKE_C_FLAGS MATCHES "-std=" AND NOT C_STANDARD AND NOT CMAKE_C_STANDARD) check_c_compiler_flag("-std=c11" COMPILER_SUPPORTS_C11) if(COMPILER_...
1
2
zeromq/libzmq#4797
zeromq/libzmq
4,797
798a689df1a7945f556d5404311c6ccebb282788
6123b6d160b3af1a65a0050a533c7ad8ab76751f
Fix up broken CI checks - Updated clang format to a version that is available in the recent Github Actions environments - Run clang-format on the codebase to get the ci check passing Testing: - Relying on CI
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Fix up broken CI checks", "scope_files": [ ".github/workflows/CI.yaml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `builds/cmake/` needed for: Fix up broken CI checks", ...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/CI.yaml" ], "solution_diff": "diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml\nindex a5946e6a9d..bc7807060f 100644\n--- a/.github/workflows/CI.yaml\n+++ b/.github/workflows/CI.yaml\n@@ -66,7 +66,7 @@ jobs:\n ...
[]
diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index a5946e6a9d..bc7807060f 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -66,7 +66,7 @@ jobs: - os: ubuntu-latest BUILD_TYPE: cmake DRAFT: enabled - PACKAGES: cmake clang-form...
5
16
zeromq/libzmq#4776
zeromq/libzmq
4,776
34f7fa22022bed9e0e390ed3580a1c83ac4a2834
1e65e8e61d693b14dd2f9e3ace4ffae46159691c
set upper bound in cmake_minimum_required setting an upper bound improves forward-compatibility as legacy version support is dropped. Without an upper bound, the minimum version is used as the policy version, which means that setting a version lower than 3.5 will result in warnings starting with cmake 3.27 and errors ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: set upper bound in cmake_minimum_required", "scope_files": [ "CMakeLists.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `tests/` needed for: set upper bound in cmake_minimum_requi...
[ { "subtask_id": "s1", "scope_files": [ "CMakeLists.txt" ], "solution_diff": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex e4ce8a3d17..3ab2259e6f 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ -1,9 +1,9 @@\n # CMake build script for ZeroMQ\n \n if(${CMAKE_HOST_SYSTEM_NAME} STREQU...
[]
diff --git a/CMakeLists.txt b/CMakeLists.txt index e4ce8a3d17..3ab2259e6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # CMake build script for ZeroMQ if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL Darwin) - cmake_minimum_required(VERSION 3.0.2) + cmake_minimum_required(VERSION 3.0.2...3.31) else() - ...
3
3
zeromq/libzmq#4796
zeromq/libzmq
4,796
c2f7f8ae12720f48e97dc7d719da73cdab77e450
9bac00b5c895ebc37530029db8659e082aca52aa
Rename RemoveSection macro to avoid duplicate conflict with NSIS3 The latest version of NSIS (3.11) gives an error with the included NSIS templates. Renaming the RemoveSection macro seems to solve this issue.
[ { "subtask_id": "s1", "goal": "Implement the changes under `builds/cmake/` needed for: Rename RemoveSection macro to avoid duplicate conflict with NSIS3", "scope_files": [ "builds/cmake/NSIS.template32.in", "builds/cmake/NSIS.template64.in" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "builds/cmake/NSIS.template32.in", "builds/cmake/NSIS.template64.in" ], "solution_diff": "diff --git a/builds/cmake/NSIS.template32.in b/builds/cmake/NSIS.template32.in\nindex 0b7d245497..5ff3eae318 100644\n--- a/builds/cmake/NSIS.template32.in\n+++...
[]
diff --git a/builds/cmake/NSIS.template32.in b/builds/cmake/NSIS.template32.in index 0b7d245497..5ff3eae318 100644 --- a/builds/cmake/NSIS.template32.in +++ b/builds/cmake/NSIS.template32.in @@ -120,7 +120,7 @@ Var AR_RegFlags "exit_${SecName}:" !macroend -!macro RemoveSection SecName +!macro RemoveSection_CPack ...
1
2
zeromq/libzmq#4678
zeromq/libzmq
4,678
2a75ef07be0ba76f86592e10b999331cd6124d52
241c24cb038770d0c9b499fea8ae1e6df5d170a4
Do not use _MSC_VER if windows This fixes several instances where _MSC_VER was used to determine whether to use afunix.h or not. For example, MinGW requires the use of afunix.h but does not define _MSC_VER. The correct behavior is checking ZMQ_HAVE_WINDOWS.
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: Do not use _MSC_VER if windows", "scope_files": [ "src/ipc_address.hpp", "src/ipc_connecter.cpp", "src/ipc_listener.cpp" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `tests/...
[ { "subtask_id": "s1", "scope_files": [ "src/ipc_address.hpp", "src/ipc_connecter.cpp", "src/ipc_listener.cpp" ], "solution_diff": "diff --git a/src/ipc_address.hpp b/src/ipc_address.hpp\nindex 422c271127..87f1245b1b 100644\n--- a/src/ipc_address.hpp\n+++ b/src/ipc_address.hpp\n@@ -...
[]
diff --git a/src/ipc_address.hpp b/src/ipc_address.hpp index 422c271127..87f1245b1b 100644 --- a/src/ipc_address.hpp +++ b/src/ipc_address.hpp @@ -7,7 +7,7 @@ #include <string> -#if defined _MSC_VER +#if defined ZMQ_HAVE_WINDOWS #include <afunix.h> #else #include <sys/socket.h> diff --git a/src/ipc_connecter.cp...
2
4
zeromq/libzmq#4721
zeromq/libzmq
4,721
b95d94935ed107679fd0ad9efd2f3d47309b6fd3
ce17349f8bafcf3f73061f7297a18613c0ee7d3f
Issue with ZMQ_RECONNECT_STOP_AFTER_DISCONNECT option # Issue description The description of `ZMQ_RECONNECT_STOP_AFTER_DISCONNECT` in the zeromq documentation is: The 'ZMQ_RECONNECT_STOP_AFTER_DISCONNECT' option will stop reconnection when zmq_disconnect() has been called. This can be useful when the user's request...
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: Issue with ZMQ_RECONNECT_STOP_AFTER_DISCONNECT option", "scope_files": [ "src/socket_base.cpp" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `tests/` needed for: Issue with ZMQ_RECONNECT...
[ { "subtask_id": "s1", "scope_files": [ "src/socket_base.cpp" ], "solution_diff": "diff --git a/src/socket_base.cpp b/src/socket_base.cpp\nindex 5a9adcdeea..c76ff98d97 100644\n--- a/src/socket_base.cpp\n+++ b/src/socket_base.cpp\n@@ -228,7 +228,8 @@ zmq::socket_base_t::socket_base_t (ctx_t *par...
[]
diff --git a/src/socket_base.cpp b/src/socket_base.cpp index 5a9adcdeea..c76ff98d97 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -228,7 +228,8 @@ zmq::socket_base_t::socket_base_t (ctx_t *parent_, _monitor_events (0), _thread_safe (thread_safe_), _reaper_signaler (NULL), - _monitor_sy...
2
2
zeromq/libzmq#2852
zeromq/libzmq
2,852
fcacb603d6fb48d2a67ec5b6dfc6ca16e11cd6b6
83c042ccda60cc94a6ad07a38fd8eb0e6dc12375
Problem: Debian packages are missing zmq.hpp Solution: install it if available. Download it from its repo as part of the OBS source run. Debian and Ubuntu always ship zmq.hpp in libzmq-dev, so do the same. In the RPM world it is in its own separate package, so don't do the same for RPM.
[ { "subtask_id": "s1", "goal": "Implement the changes under `packaging/debian/` needed for: Problem: Debian packages are missing zmq.hpp", "scope_files": [ "packaging/debian/rules" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `packaging/obs/` needed for: Problem: ...
[ { "subtask_id": "s1", "scope_files": [ "packaging/debian/rules" ], "solution_diff": "diff --git a/packaging/debian/rules b/packaging/debian/rules\nindex 56d499e605..c7fbe670df 100755\n--- a/packaging/debian/rules\n+++ b/packaging/debian/rules\n@@ -52,6 +52,12 @@ else\n endif\n endif\n \n+overr...
[]
diff --git a/packaging/debian/rules b/packaging/debian/rules index 56d499e605..c7fbe670df 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -52,6 +52,12 @@ else endif endif +override_dh_auto_install: + dh_auto_install +ifneq ("$(wildcard debian/zmq.hpp)","") + cp $(CURDIR)/debian/zmq.hpp $(CURDIR)...
2
2
zeromq/libzmq#4685
zeromq/libzmq
4,685
43a8b3c6c800b3c234ddc18180a59892b9f3a57d
adc122aea02af510bd787d5c1d6d7d6c719b3557
Fix typos in gssapi cmake support PR
[ { "subtask_id": "s1", "goal": "Implement the changes under `tests/` needed for: Fix typos in gssapi cmake support PR", "scope_files": [ "tests/CMakeLists.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `unittests/` needed for: Fix typos in gssapi cmake support ...
[ { "subtask_id": "s1", "scope_files": [ "tests/CMakeLists.txt" ], "solution_diff": "diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt\nindex fa462becbe..a8dfa8f2a4 100644\n--- a/tests/CMakeLists.txt\n+++ b/tests/CMakeLists.txt\n@@ -289,7 +289,7 @@ foreach(test ${tests})\n endif()\n \n ...
[]
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 6f835122e9..64198eebd3 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -44,7 +44,7 @@ foreach(test ${unittests}) endif() if (WITH_GSSAPI_KRB5) - target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES}) + target...
2
2
zeromq/libzmq#4684
zeromq/libzmq
4,684
aa885c5a154256612108636b0fb22f44ae0e247a
3ec2dcc70d96fab0f67ca14904853fc49d52c503
Add gssapi support to cmake
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Add gssapi support to cmake", "scope_files": [ "CMakeLists.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/workflows/` needed for: Add gssapi support to cmake", "scope...
[ { "subtask_id": "s1", "scope_files": [ "CMakeLists.txt" ], "solution_diff": "diff --git a/CMakeLists.txt b/CMakeLists.txt\nindex 6b62cc1ec3..1859493835 100644\n--- a/CMakeLists.txt\n+++ b/CMakeLists.txt\n@@ -295,6 +295,16 @@ else() # ENABLE_CURVE\n message(STATUS \"CURVE security is disabled...
[]
diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index dd6af6666f..e4ffffb2ce 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -55,6 +55,13 @@ jobs: DRAFT: enabled PACKAGES: cmake libsodium-dev TLS: enabled + - os: ubuntu-latest ...
6
7
zeromq/libzmq#4600
zeromq/libzmq
4,600
9d31965548b5c734f1edc01742c39f984e9cedd8
058ad60b9a5b9dae444279bc5cee6d040b0b08d7
Fix zmq_proxy_steerable Continuing Brett's work on zmq_proxy_steerable here: https://github.com/zeromq/libzmq/pull/4598 2 problems addressed (split into 2 commits): 1. PAUSE/RESUME commands were seemingly mixed up and the test didn't cover it. 2. The reimplementation changed behaviour by always replying for the s...
[ { "subtask_id": "s1", "goal": "Implement the changes under `doc/` needed for: Fix zmq_proxy_steerable", "scope_files": [ "doc/zmq_proxy_steerable.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/` needed for: Fix zmq_proxy_steerable", "scope_files": [ ...
[ { "subtask_id": "s1", "scope_files": [ "doc/zmq_proxy_steerable.txt" ], "solution_diff": "diff --git a/doc/zmq_proxy_steerable.txt b/doc/zmq_proxy_steerable.txt\nindex c5c0f661cf..23081fa9c2 100644\n--- a/doc/zmq_proxy_steerable.txt\n+++ b/doc/zmq_proxy_steerable.txt\n@@ -19,21 +19,21 @@ The _...
[]
diff --git a/doc/zmq_proxy_steerable.txt b/doc/zmq_proxy_steerable.txt index c5c0f661cf..23081fa9c2 100644 --- a/doc/zmq_proxy_steerable.txt +++ b/doc/zmq_proxy_steerable.txt @@ -19,21 +19,21 @@ The _zmq_proxy_steerable()_ function is a variant of the _zmq_proxy()_ function. It accepts a fourth _control_ socket. When...
3
3
zeromq/libzmq#4642
zeromq/libzmq
4,642
665d1d46576f9a4eff6fa42a11c54f23b6b11803
6a407135fd06c67757dd91eaaf4bee76c9a231c0
Using non-ASCII characters in Unix domain socket paths doesn't work on Windows platform When using socket paths containing non-ASCII characters (i.e. Cyrillic) in `ipc://` socket paths, the socket opening may fail. This seems to happen because Windows expects UDS paths encoded in `utf-8`, however 'narrow' versions ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: Using non-ASCII characters in Unix domain socket paths doesn't work on Windows platform", "scope_files": [ "src/ip.cpp", "src/ipc_listener.cpp", "src/windows.hpp" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "src/ip.cpp", "src/ipc_listener.cpp", "src/windows.hpp" ], "solution_diff": "diff --git a/src/ip.cpp b/src/ip.cpp\nindex 98804e8c6c..5016da5bbd 100644\n--- a/src/ip.cpp\n+++ b/src/ip.cpp\n@@ -27,8 +27,8 @@\n \n #include <direct.h>\n \n-#define...
[ { "subtask_id": "s1", "comment": "Consider: replace with std::wstring result, use result.resize(utf16_length), and &result[0] as dest address, then return that string. The vector is superfluous. Example:\r\n\r\n```\r\nstatic std::wstring ToUtf16 (_In_z_ const char *str)\r\n{\r\n std::wstring retVal;\r\n\...
diff --git a/src/ip.cpp b/src/ip.cpp index 98804e8c6c..5016da5bbd 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -27,8 +27,8 @@ #include <direct.h> -#define rmdir _rmdir -#define unlink _unlink +#define rmdir rmdir_utf8 +#define unlink unlink_utf8 #endif #if defined ZMQ_HAVE_OPENVMS || defined ZMQ_HAVE_VXWORKS di...
1
3
zeromq/libzmq#4631
zeromq/libzmq
4,631
b268effd886c9ea45f8a6f37f8d62b4bb045ad37
0a496f70cd1da134aec6d8fb810487407364916c
Replace old website contribution page link with the page of the new website Problem: all doc pages are pointing to the old wiki website "how to contribute" Solution: mass-replace all docs with the link to the updated page in the new website
[ { "subtask_id": "s1", "goal": "Implement the changes under `doc/` needed for: Replace old website contribution page link with the page of the new website", "scope_files": [ "doc/zmq.adoc", "doc/zmq_atomic_counter_dec.adoc", "doc/zmq_atomic_counter_destroy.adoc", "doc/zmq_atomic_c...
[ { "subtask_id": "s1", "scope_files": [ "doc/zmq.adoc", "doc/zmq_atomic_counter_dec.adoc", "doc/zmq_atomic_counter_destroy.adoc", "doc/zmq_atomic_counter_inc.adoc", "doc/zmq_atomic_counter_new.adoc", "doc/zmq_atomic_counter_set.adoc", "doc/zmq_atomic_counter_value.ad...
[]
diff --git a/doc/zmq.adoc b/doc/zmq.adoc index 146e3c9f37..f728654c1d 100644 --- a/doc/zmq.adoc +++ b/doc/zmq.adoc @@ -254,7 +254,7 @@ members of the 0MQ community and pointers can be found on the 0MQ website. == AUTHORS This page was written by the 0MQ community. To make a change please -read the 0MQ Contribution ...
1
72
zhayujie/CowAgent#2891
zhayujie/CowAgent
2,891
c9c293f67c63c081c9cc7daf47a87e3483dbf7b1
583c1de5baa704f6ae6a9c6dd1bf2f31ee2d3625
- Auto-scan roles/*.json on startup and merge into built-in roles - Same title overrides built-in role; different title appends as new - roles/ directory is optional — no impact when absent Users can now add custom roles by simply dropping a .json file into the roles/ directory and restarting. No config...
[ { "subtask_id": "s1", "goal": "Implement the changes under `plugins/role/` needed for: - Auto-scan roles/*.json on startup and merge into built-in roles", "scope_files": [ "plugins/role/README.md", "plugins/role/role.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "plugins/role/README.md", "plugins/role/role.py" ], "solution_diff": "diff --git a/plugins/role/README.md b/plugins/role/README.md\nindex f53e9575f2..25f7640c39 100644\n--- a/plugins/role/README.md\n+++ b/plugins/role/README.md\n@@ -4,19 +4,41 @@\n ...
[]
diff --git a/plugins/role/README.md b/plugins/role/README.md index f53e9575f2..25f7640c39 100644 --- a/plugins/role/README.md +++ b/plugins/role/README.md @@ -4,19 +4,41 @@ - `$角色/$role <角色名>` - 让AI扮演该角色,角色名支持模糊匹配。 - `$停止扮演` - 停止角色扮演。 -添加自定义角色请在`roles/roles.json`中添加。 +## 目录结构 + +``` +plugins/role/ +├── README.md +├...
1
2
zhayujie/CowAgent#2888
zhayujie/CowAgent
2,888
6fb19a68b5ee812ee70065a94fd61982ff41c522
ad64e17a345826140be844f81a90967a28ffbed9
fix: avoid KeyError on /cancel and infinite loop in image compression Two small, independent robustness fixes found while reading the channel/util code. ## 1. `KeyError` in `cancel_session` / `cancel_all_session` `channel/chat_channel.py` keeps two parallel dicts: - `self.sessions[session_id]` is created in **`prod...
[ { "subtask_id": "s1", "goal": "Implement the changes under `channel/` needed for: fix: avoid KeyError on /cancel and infinite loop in image compression", "scope_files": [ "channel/chat_channel.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `common/` needed for:...
[ { "subtask_id": "s1", "scope_files": [ "channel/chat_channel.py" ], "solution_diff": "diff --git a/channel/chat_channel.py b/channel/chat_channel.py\nindex 9104a38e3..e2a65c5b6 100644\n--- a/channel/chat_channel.py\n+++ b/channel/chat_channel.py\n@@ -519,7 +519,10 @@ def consume(self):\n d...
[]
diff --git a/channel/chat_channel.py b/channel/chat_channel.py index 9104a38e3..e2a65c5b6 100644 --- a/channel/chat_channel.py +++ b/channel/chat_channel.py @@ -519,7 +519,10 @@ def consume(self): def cancel_session(self, session_id): with self.lock: if session_id in self.sessions: - ...
3
3
zhayujie/CowAgent#2879
zhayujie/CowAgent
2,879
63bfab03f68a5e39b0e0ffedd8e09267615f4254
9387980e74ae31a209ad1b1170b70492dddcf091
feat: stream Bash progress and guard message actions during replies ## What does this PR do? This PR adds bounded streaming progress for long-running Bash tool executions in the web console and prevents message edit/delete operations while the current session is generating a reply. Key improvements: - Long-ru...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: feat: stream Bash progress and guard message actions during replies", "scope_files": [ ".github/workflows/test-windows-bash.yml" ] }, { "subtask_id": "s2", "goal": "Implement the changes und...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/test-windows-bash.yml" ], "solution_diff": "diff --git a/.github/workflows/test-windows-bash.yml b/.github/workflows/test-windows-bash.yml\nnew file mode 100644\nindex 0000000000..4a39dbe64c\n--- /dev/null\n+++ b/.github/workflows/test-...
[]
diff --git a/.github/workflows/test-windows-bash.yml b/.github/workflows/test-windows-bash.yml new file mode 100644 index 0000000000..4a39dbe64c --- /dev/null +++ b/.github/workflows/test-windows-bash.yml @@ -0,0 +1,32 @@ +name: Windows Bash Streaming Tests + +on: + workflow_dispatch: + pull_request: + paths: + ...
8
8
zhayujie/CowAgent#2877
zhayujie/CowAgent
2,877
f5caba81d62645c6d11306f4e5ddec32dda52294
0092376c07129de4b353400a0b59b32e0f699b1a
建议“模型管理”中的“添加厂商”功能中能添加多个“自定义”厂商 ### ⚠️ 搜索是否存在类似issue - [x] 我已经搜索过issues和disscussions,没有发现相似issue ### 总结 现在添加厂商时只有“自定义”和各个大模型的官方接口,没有硅基流动、七牛云等第三方提供商,且“自定义”接口只能添加一个,所以应该允许用户设置多个“自定义”接口。 ### 举例 _No response_ ### 动机 _No response_ feat(web): manage multiple custom (OpenAI-compatible) providers in console UI ## Wha...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: 建议“模型管理”中的“添加厂商”功能中能添加多个“自定义”厂商", "scope_files": [ "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/` needed for: 建议“模型管理”中的“添加厂商”功能中能添加多个“自定义”厂商", "scope_fi...
[ { "subtask_id": "s1", "scope_files": [ "config.py" ], "solution_diff": "diff --git a/config.py b/config.py\nindex f711aad2ee..6d81f5ffae 100644\n--- a/config.py\n+++ b/config.py\n@@ -24,8 +24,11 @@\n \"open_ai_api_base\": \"https://api.openai.com/v1\",\n \"claude_api_base\": \"https://...
[]
diff --git a/channel/web/chat.html b/channel/web/chat.html index 4f527bb40a..0b71d745a3 100644 --- a/channel/web/chat.html +++ b/channel/web/chat.html @@ -1165,6 +1165,72 @@ <h3 id="vendor-modal-title" class="font-semibold text-slate-800 dark:text-slate- </div> </div> + <!-- Custom Provider Modal (mu...
9
12
zhayujie/CowAgent#2886
zhayujie/CowAgent
2,886
f5caba81d62645c6d11306f4e5ddec32dda52294
e85290cddcbb5ffc9c235927f4c92e5b4c3ec264
[Security] Authenticated cloud skill installation path traversal writes files outside the intended `skills/` root ### Advisory Details **Title**: Authenticated cloud skill installation path traversal writes files outside the intended `skills/` root **Description**: ### Summary CowAgent's cloud skill-management ins...
[ { "subtask_id": "s1", "goal": "Implement the changes under `agent/skills/` needed for: [Security] Authenticated cloud skill installation path traversal writes files outside the intended `skills/` root", "scope_files": [ "agent/skills/service.py" ] }, { "subtask_id": "s2", "goal": "...
[ { "subtask_id": "s1", "scope_files": [ "agent/skills/service.py" ], "solution_diff": "diff --git a/agent/skills/service.py b/agent/skills/service.py\nindex a34a546fa7..95cfb9bbab 100644\n--- a/agent/skills/service.py\n+++ b/agent/skills/service.py\n@@ -34,6 +34,27 @@ def __init__(self, skill_m...
[]
diff --git a/agent/skills/service.py b/agent/skills/service.py index a34a546fa7..95cfb9bbab 100644 --- a/agent/skills/service.py +++ b/agent/skills/service.py @@ -34,6 +34,27 @@ def __init__(self, skill_manager: SkillManager): """ self.manager = skill_manager + def _safe_skill_dir(self, name: str...
3
3
zhayujie/CowAgent#2868
zhayujie/CowAgent
2,868
0e4da1d1c58ad4be34e4d54ae5cdaf0b760c7e3a
ff584f8421a8d5ba0a62fb9b79d7e07819c177d6
feat(evolution): add self-evolution subsystem ## What does this PR do? Add a self-evolution subsystem that reviews idle conversations in an isolated agent and durably learns from them — patching/creating skills, finishing unfinished tasks, and backfilling missed memory. - Trigger: background idle scan, fires whe...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(evolution): add self-evolution subsystem", "scope_files": [ "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `agent/evolution/` needed for: feat(evolution): add self-evo...
[ { "subtask_id": "s1", "scope_files": [ "config.py" ], "solution_diff": "diff --git a/config.py b/config.py\nindex da1935d588..cd54d29a8b 100644\n--- a/config.py\n+++ b/config.py\n@@ -251,6 +251,10 @@\n \"enable_thinking\": False, # Enable deep-thinking mode for thinking-capable models\n ...
[]
diff --git a/agent/evolution/__init__.py b/agent/evolution/__init__.py new file mode 100644 index 0000000000..f9f665f324 --- /dev/null +++ b/agent/evolution/__init__.py @@ -0,0 +1,19 @@ +""" +Self-evolution subsystem for CowAgent. + +Runs a lightweight, isolated review pass after a conversation goes idle to +decide whe...
15
24
zhayujie/CowAgent#2865
zhayujie/CowAgent
2,865
fde4b6f590826d95bb6d1d3b271a4f0c55de5e74
c62175c06ba98d8a82e78f8582526a960c1b5034
feat: message management and code block enhancements ## What does this PR do? This PR adds message management features to the web console (edit, regenerate, delete), enhances code blocks with language labels and copy buttons, and extends drag-and-drop file upload to the entire chat view. All message operations are ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `agent/memory/` needed for: feat: message management and code block enhancements", "scope_files": [ "agent/memory/conversation_store.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/` needed ...
[ { "subtask_id": "s1", "scope_files": [ "agent/memory/conversation_store.py" ], "solution_diff": "diff --git a/agent/memory/conversation_store.py b/agent/memory/conversation_store.py\nindex 48148f61b5..a286efc4f2 100644\n--- a/agent/memory/conversation_store.py\n+++ b/agent/memory/conversation_...
[]
diff --git a/agent/memory/conversation_store.py b/agent/memory/conversation_store.py index 48148f61b5..a286efc4f2 100644 --- a/agent/memory/conversation_store.py +++ b/agent/memory/conversation_store.py @@ -291,7 +291,7 @@ class ConversationStore: def __init__(self, db_path: Path): self._db_path = db_pa...
4
4
zhayujie/CowAgent#2863
zhayujie/CowAgent
2,863
2b670e73f38393364ee397904b60373e1b504b14
2a16c562a8c06352f10ad17b66dde799e486d2bf
fix(bash): narrow credential-file block to ~/.cow/.env only ## Summary Addresses the three points raised in the review on #2861: - **Narrowed `~/.cow` check** — replaced the broad `"~/.cow" in command` string match with `re.search(r'\.cow[/\\]\.env', command)`. This blocks only direct access to the credential file i...
[ { "subtask_id": "s1", "goal": "Implement the changes under `agent/tools/bash/` needed for: fix(bash): narrow credential-file block to ~/.cow/.env only", "scope_files": [ "agent/tools/bash/bash.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `tests/` needed for: ...
[ { "subtask_id": "s1", "scope_files": [ "agent/tools/bash/bash.py" ], "solution_diff": "diff --git a/agent/tools/bash/bash.py b/agent/tools/bash/bash.py\nindex 890cf04609..5e02832eef 100644\n--- a/agent/tools/bash/bash.py\n+++ b/agent/tools/bash/bash.py\n@@ -69,8 +69,8 @@ def execute(self, args...
[]
diff --git a/agent/tools/bash/bash.py b/agent/tools/bash/bash.py index 890cf04609..5e02832eef 100644 --- a/agent/tools/bash/bash.py +++ b/agent/tools/bash/bash.py @@ -69,8 +69,8 @@ def execute(self, args: Dict[str, Any]) -> ToolResult: if not command: return ToolResult.fail("Error: command paramet...
2
2
zhayujie/CowAgent#2857
zhayujie/CowAgent
2,857
33eabf937bfdf28b232966b3f9c5f6892ff05ef5
cd88b23b5d8d1a858f5cc890386d5f289ed84aba
Fix ASR model persistence in models API ## Summary - Persist ASR provider and model together when `/api/models` handles `set_capability(asr)` - Refresh voice routing after ASR model changes so runtime switches without restart - Add a regression test for ASR provider/model persistence ## Test Plan - `python3 -m unitte...
[ { "subtask_id": "s1", "goal": "Implement the changes under `channel/web/` needed for: Fix ASR model persistence in models API", "scope_files": [ "channel/web/web_channel.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `tests/` needed for: Fix ASR model persisten...
[ { "subtask_id": "s1", "scope_files": [ "channel/web/web_channel.py" ], "solution_diff": "diff --git a/channel/web/web_channel.py b/channel/web/web_channel.py\nindex bfc038cbca..6000d8a17e 100644\n--- a/channel/web/web_channel.py\n+++ b/channel/web/web_channel.py\n@@ -2613,7 +2613,7 @@ def _han...
[ { "subtask_id": "s1", "comment": "This PR starts persisting `voice_to_text_model`, but the capability overview code shown in context (`_asr_capability`) always returns `current_model: \\\"\\\"`. As a result, a saved ASR model won’t be reflected in the Models console GET response (and may appear as if it did...
diff --git a/channel/web/web_channel.py b/channel/web/web_channel.py index bfc038cbca..6000d8a17e 100644 --- a/channel/web/web_channel.py +++ b/channel/web/web_channel.py @@ -2613,7 +2613,7 @@ def _handle_set_capability(self, data: dict) -> str: if capability == "vision": return self._set_vision(p...
2
2
zhayujie/CowAgent#2855
zhayujie/CowAgent
2,855
1f6859d78f83b69111a4c537d4381d454f48d6ce
7fa743f01ab350c0b21ada2f069825c37b8f8b65
feat(minimax): add MiniMax-M3 as default, drop older M2.5/M2.1/M2 ## Summary Add `MiniMax-M3` as the new default chat model for the MiniMax provider, keep `MiniMax-M2.7` and `MiniMax-M2.7-highspeed` as legacy options, and remove the older `MiniMax-M2.5 / M2.1 / M2.1-lightning / M2` from the registered model list. ##...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(minimax): add MiniMax-M3 as default, drop older M2.5/M2.1/M2", "scope_files": [ "README.md", "run.sh" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/` needed fo...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "run.sh" ], "solution_diff": "diff --git a/README.md b/README.md\nindex ad7823d4a5..0310d5d63b 100644\n--- a/README.md\n+++ b/README.md\n@@ -102,7 +102,7 @@ CowAgent supports all mainstream LLM providers. **Chat, vision, image generatio...
[]
diff --git a/README.md b/README.md index ad7823d4a5..0310d5d63b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ CowAgent supports all mainstream LLM providers. **Chat, vision, image generation | [GLM](https://docs.cowagent.ai/models/glm) | glm-5.1, glm-5v-turbo | ✅ | ✅ | | ✅ | | ✅ | | [Doubao](https://docs...
12
20
zhayujie/CowAgent#2840
zhayujie/CowAgent
2,840
3c161df5266bb4fd424f5050b6cb56ff36ee2aa9
b0ac0731c76c6ec1d0dc9f00818ea08bb7e9e9fb
feat: add wechatcom kf channel
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat: add wechatcom kf channel", "scope_files": [ "app.py", "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/` needed for: feat: add wechatcom kf channel", ...
[ { "subtask_id": "s1", "scope_files": [ "app.py", "config.py" ], "solution_diff": "diff --git a/app.py b/app.py\nindex eeb44e4570..dbb152097e 100644\n--- a/app.py\n+++ b/app.py\n@@ -231,6 +231,7 @@ def _clear_singleton_cache(channel_name: str):\n \"wechatmp\": \"channel.wechatmp.w...
[]
diff --git a/app.py b/app.py index eeb44e4570..dbb152097e 100644 --- a/app.py +++ b/app.py @@ -231,6 +231,7 @@ def _clear_singleton_cache(channel_name: str): "wechatmp": "channel.wechatmp.wechatmp_channel.WechatMPChannel", "wechatmp_service": "channel.wechatmp.wechatmp_channel.WechatMPChannel", ...
9
13
zhayujie/CowAgent#2848
zhayujie/CowAgent
2,848
3dd4b8417926dc73faba215fe0bd88409a19edfb
fe8b8fe831340bbd0414f6a1904ac4635957ed38
fix(wechatmp): improve passive reply multi-turn output and local image sending - Merge consecutive cached text segments into a single passive reply - Flush cached segments while the agent task is still running - Support local file:// images in send() (fixes InvalidSchema error)
[ { "subtask_id": "s1", "goal": "Implement the changes under `channel/wechatmp/` needed for: fix(wechatmp): improve passive reply multi-turn output and local image sending", "scope_files": [ "channel/wechatmp/passive_reply.py", "channel/wechatmp/wechatmp_channel.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "channel/wechatmp/passive_reply.py", "channel/wechatmp/wechatmp_channel.py" ], "solution_diff": "diff --git a/channel/wechatmp/passive_reply.py b/channel/wechatmp/passive_reply.py\nindex d03efc4d19..85b3b4026e 100644\n--- a/channel/wechatmp/passive_...
[]
diff --git a/channel/wechatmp/passive_reply.py b/channel/wechatmp/passive_reply.py index d03efc4d19..85b3b4026e 100644 --- a/channel/wechatmp/passive_reply.py +++ b/channel/wechatmp/passive_reply.py @@ -103,14 +103,21 @@ def POST(self): task_running = True waiting_until = request_time ...
1
2
zhayujie/CowAgent#2843
zhayujie/CowAgent
2,843
f39380cea74e30134ac26812a15149b954548eb7
e3eacc77d751a1932dd8f678a055e911cc5a66c4
feat(channel): support telegram bot
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(channel): support telegram bot", "scope_files": [ "README.md", "config.py", "requirements.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/` needed for: fe...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "config.py", "requirements.txt" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 8b9e044e21..70b2707f56 100644\n--- a/README.md\n+++ b/README.md\n@@ -30,7 +30,7 @@ CowAgent is lightweight, easy to deploy, and built t...
[]
diff --git a/README.md b/README.md index 8b9e044e21..70b2707f56 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ CowAgent is lightweight, easy to deploy, and built to extend. Plug in any major | [Knowledge](https://docs.cowagent.ai/en/knowledge/index) | Auto-curates structured knowledge into a Markdown wiki, b...
11
18
zhayujie/CowAgent#2841
zhayujie/CowAgent
2,841
83cd6ad1588b4d6114e10a5f11dc8fbb9d0ca6bb
bccce2d7cbde47f221eac886855687c03c8819fc
feat(models): support xiaomi mimo
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(models): support xiaomi mimo", "scope_files": [ "README.md", "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `agent/tools/vision/` needed for: feat(models): suppo...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "config.py" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 2a72f5130c..8b9e044e21 100644\n--- a/README.md\n+++ b/README.md\n@@ -104,6 +104,7 @@ CowAgent supports all mainstream LLM providers. **Chat, vision, image genera...
[]
diff --git a/README.md b/README.md index 2a72f5130c..8b9e044e21 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ CowAgent supports all mainstream LLM providers. **Chat, vision, image generation | [Kimi](https://docs.cowagent.ai/en/models/kimi) | kimi-k2.6 | ✅ | ✅ | | | | | | [MiniMax](https://docs.cowagent....
15
22
zhayujie/CowAgent#2832
zhayujie/CowAgent
2,832
73bf83d2ffc8ae9f446dd63823a8ffe41958a08b
fd571ac53931917a5c4e47377cfa4a675367ab5b
fix(memory): CJK keyword search + vector search optimization ## fix(memory): CJK/mixed search, BM25 ranking, FTS5 rowid stability, numpy vectorization ### 背景 CowAgent 的记忆模块(`agent/memory/`)存在两个影响搜索质量的系统性缺陷: **缺陷一:中文/日文/韩文关键词搜索完全无效** `search_keyword` 的搜索策略中,FTS5 的 unicode61 分词器将 CJK 字符视为独立标记,无法构成有意义的检索单元,导致...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix(memory): CJK keyword search + vector search optimization", "scope_files": [ "requirements.txt" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `agent/memory/` needed for: fix(memory...
[ { "subtask_id": "s1", "scope_files": [ "requirements.txt" ], "solution_diff": "diff --git a/requirements.txt b/requirements.txt\nindex 88b832b7b4..f92b0979e3 100644\n--- a/requirements.txt\n+++ b/requirements.txt\n@@ -1,3 +1,4 @@\n+numpy>=1.24\n aiohttp>=3.8.6,<3.10\n requests>=2.28.2\n charde...
[]
diff --git a/agent/memory/embedding/state.py b/agent/memory/embedding/state.py index 3fb60b2300..5efffef2b1 100644 --- a/agent/memory/embedding/state.py +++ b/agent/memory/embedding/state.py @@ -31,9 +31,13 @@ def detect_index_dim(storage) -> Optional[int]: if not row or not row["embedding"]: return None ...
3
4
zhayujie/CowAgent#2831
zhayujie/CowAgent
2,831
bd85fee7d79d83c9269fbb9586e38a3464768d00
29af855ecdb19d974d3ad236a5aecaa56ff011af
docs: README refactoring
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: docs: README refactoring", "scope_files": [ "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `docs/en/` needed for: docs: README refactoring", "scope_files": [ "doc...
[ { "subtask_id": "s1", "scope_files": [ "README.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex aeb0f560f3..b46c22e7c4 100644\n--- a/README.md\n+++ b/README.md\n@@ -1,920 +1,254 @@\n-<p align=\"center\"><img src= \"https://github.com/user-attachments/assets/eca9a9ec-8534-4615...
[]
diff --git a/README.md b/README.md index aeb0f560f3..b46c22e7c4 100644 --- a/README.md +++ b/README.md @@ -1,920 +1,254 @@ -<p align="center"><img src= "https://github.com/user-attachments/assets/eca9a9ec-8534-4615-9e0f-96c5ac1d10a3" alt="CowAgent" width="550" /></p> +<p align="center"><img src="https://github.com/user...
7
7
zhayujie/CowAgent#2826
zhayujie/CowAgent
2,826
ac9d0f18c5a19ff8c4c069e032efeb11eb3e7ecd
2517f2add8f5dc2d0512f2baf3b1c52a02255213
feat: multi-provider model console ## Highlights - **Console**: redesigned model management page; configure chat / vision / image / ASR / TTS / embedding / search providers from the UI - **Models**: add `gpt-5.5`, `gemini-3.5-flash`, `qwen3.7-max` as new recommended defaults; fix `temperature` rejection for GPT-5 ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat: multi-provider model console", "scope_files": [ "config-template.json", "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `agent/memory/` needed for: feat: multi-p...
[ { "subtask_id": "s1", "scope_files": [ "config-template.json", "config.py" ], "solution_diff": "diff --git a/config-template.json b/config-template.json\nindex bf7e8b3c7b..4e4a7d36d5 100644\n--- a/config-template.json\n+++ b/config-template.json\n@@ -16,8 +16,8 @@\n \"open_ai_api_base\...
[]
diff --git a/agent/memory/conversation_store.py b/agent/memory/conversation_store.py index c5d215bf7d..48148f61b5 100644 --- a/agent/memory/conversation_store.py +++ b/agent/memory/conversation_store.py @@ -44,6 +44,7 @@ role TEXT NOT NULL, content TEXT NOT NULL, created_at INTEGER N...
43
78
zhayujie/CowAgent#2822
zhayujie/CowAgent
2,822
a0dfdb79df0a05dd287664522546dd08448eea03
4e42f2a017f94ccf8833d60b27b9b07f61caa5ef
fix: persist tool error status in conversation history reload ## Summary Persist tool error status when reloading conversation history, so that failed tool calls are properly displayed with error indicators instead of appearing as successful. ## Changes - **conversation_store.py**: Changed `_extract_tool_results` t...
[ { "subtask_id": "s1", "goal": "Implement the changes under `agent/memory/` needed for: fix: persist tool error status in conversation history reload", "scope_files": [ "agent/memory/conversation_store.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/...
[ { "subtask_id": "s1", "scope_files": [ "agent/memory/conversation_store.py" ], "solution_diff": "diff --git a/agent/memory/conversation_store.py b/agent/memory/conversation_store.py\nindex b620986d78..c5d215bf7d 100644\n--- a/agent/memory/conversation_store.py\n+++ b/agent/memory/conversation_...
[]
diff --git a/agent/memory/conversation_store.py b/agent/memory/conversation_store.py index b620986d78..c5d215bf7d 100644 --- a/agent/memory/conversation_store.py +++ b/agent/memory/conversation_store.py @@ -116,9 +116,10 @@ def _extract_tool_calls(content: Any) -> List[Dict[str, Any]]: ] -def _extract_tool_res...
2
2
zhayujie/CowAgent#2815
zhayujie/CowAgent
2,815
f5479c56afd1a40e8b09c0759798e5d9a38c9790
83def1db30e7f73de6d830b5cc25584fae072808
feat(web): support folder upload 主要支持本地文件夹上传
[ { "subtask_id": "s1", "goal": "Implement the changes under `channel/web/` needed for: feat(web): support folder upload", "scope_files": [ "channel/web/chat.html", "channel/web/web_channel.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/static/...
[ { "subtask_id": "s1", "scope_files": [ "channel/web/chat.html", "channel/web/web_channel.py" ], "solution_diff": "diff --git a/channel/web/chat.html b/channel/web/chat.html\nindex 0b15e21c0c..ecc957f3ea 100644\n--- a/channel/web/chat.html\n+++ b/channel/web/chat.html\n@@ -398,12 +398,24 ...
[]
diff --git a/channel/web/chat.html b/channel/web/chat.html index 0b15e21c0c..ecc957f3ea 100644 --- a/channel/web/chat.html +++ b/channel/web/chat.html @@ -398,12 +398,24 @@ <h1 id="welcome-title" class="text-2xl font-bold text-slate-800 dark:text-slate- <button id="attach-btn" class...
3
4
zhayujie/CowAgent#2807
zhayujie/CowAgent
2,807
fb341b869b14339e92aa110d019ded7a90707817
83f2aea1235620c0ad523a17c271d62cbd978200
feat(log): add level coloring, multiline inherit, and filter checkboxes ## 背景 Web 控制台的日志页面(run.log)以纯文本显示所有日志,DEBUG/INFO/WARNING/ERROR/CRITICAL 全部同色,难以快速定位问题。多行日志(如带缩进的错误详情)的续行也没有任何样式,视觉上与正文混淆。 ## 改动动机 - 通过颜色区分日志级别,让关键信息(WARNING/ERROR/CRITICAL)一眼可见 - 续行继承上一行的级别样式,保持多行日志视觉完整性 - 支持按级别过滤,减少信息噪音 ## 改动内容 **`channel/we...
[ { "subtask_id": "s1", "goal": "Implement the changes under `channel/web/` needed for: feat(log): add level coloring, multiline inherit, and filter checkboxes", "scope_files": [ "channel/web/chat.html" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `channel/web/stat...
[ { "subtask_id": "s1", "scope_files": [ "channel/web/chat.html" ], "solution_diff": "diff --git a/channel/web/chat.html b/channel/web/chat.html\nindex 01e1d0e4a8..0b15e21c0c 100644\n--- a/channel/web/chat.html\n+++ b/channel/web/chat.html\n@@ -907,6 +907,28 @@ <h2 class=\"text-xl font-bold text...
[]
diff --git a/channel/web/chat.html b/channel/web/chat.html index 01e1d0e4a8..0b15e21c0c 100644 --- a/channel/web/chat.html +++ b/channel/web/chat.html @@ -907,6 +907,28 @@ <h2 class="text-xl font-bold text-slate-800 dark:text-slate-100" data-i18n="logs </div> ...
3
3
zhayujie/CowAgent#2808
zhayujie/CowAgent
2,808
fb341b869b14339e92aa110d019ded7a90707817
c2ec26910a9bac5926a377e83693173575f9be62
docs: update contributor username from ooaaooaa123 to yangluxin613 ## 背景 贡献者 @ooaaooaa123 已将 GitHub 用户名更改为 @yangluxin613。 ## 改动内容 更新 v2.0.8 release notes 中三个语言版本的贡献者署名: - `docs/releases/v2.0.8.mdx`(中文) - `docs/en/releases/v2.0.8.mdx`(英文) - `docs/ja/releases/v2.0.8.mdx`(日文) 🤖 Generated with [Claude Code](https://...
[ { "subtask_id": "s1", "goal": "Implement the changes under `docs/en/releases/` needed for: docs: update contributor username from ooaaooaa123 to yangluxin613", "scope_files": [ "docs/en/releases/v2.0.8.mdx" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `docs/ja/re...
[ { "subtask_id": "s1", "scope_files": [ "docs/en/releases/v2.0.8.mdx" ], "solution_diff": "diff --git a/docs/en/releases/v2.0.8.mdx b/docs/en/releases/v2.0.8.mdx\nindex a9b325b6e3..13a63d3a37 100644\n--- a/docs/en/releases/v2.0.8.mdx\n+++ b/docs/en/releases/v2.0.8.mdx\n@@ -24,7 +24,7 @@ Integra...
[]
diff --git a/docs/en/releases/v2.0.8.mdx b/docs/en/releases/v2.0.8.mdx index a9b325b6e3..13a63d3a37 100644 --- a/docs/en/releases/v2.0.8.mdx +++ b/docs/en/releases/v2.0.8.mdx @@ -24,7 +24,7 @@ Integrated with Feishu CardKit streaming cards, **enabled by default**, matching - Falls back to plain text replies automatica...
3
3
zhayujie/CowAgent#2801
zhayujie/CowAgent
2,801
55aaf60a57ea6e9f4b8a54797572d98f65e88d2f
b861eef26f6cace05bf736cee0e80ca9c7fe0ce7
feat(mcp): add MCP (Model Context Protocol) tool integration ## 概述 - 新增轻量级 MCP 客户端(支持 `stdio` 和 `SSE` 两种传输方式),基于标准库实现,零额外依赖 - 通过 `McpTool` 将每个 MCP 工具包装为 `BaseTool`,无缝接入现有工具系统 - `ToolManager` 在启动时自动加载 MCP 工具;发生错误时优雅降级;未配置时无任何副作用 ## 背景 CowAgent 目前的工具系统是一套固定的内置工具集。MCP(模型上下文协议)是连接 Agent 与外部工具提供方的新兴标准,已被 Claude Code、Cur...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: feat(mcp): add MCP (Model Context Protocol) tool integration", "scope_files": [ "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `agent/tools/` needed for: feat(mcp): add MCP...
[ { "subtask_id": "s1", "scope_files": [ "config.py" ], "solution_diff": "diff --git a/config.py b/config.py\nindex 156c26c150..76e19c501c 100644\n--- a/config.py\n+++ b/config.py\n@@ -219,6 +219,19 @@\n # using the rule: skill[<name>][<key>] -> SKILL_<NAME>_<KEY>\n # (e.g. skill[\"image...
[]
diff --git a/agent/tools/__init__.py b/agent/tools/__init__.py index 8bfc6de92d..78e7b979f0 100644 --- a/agent/tools/__init__.py +++ b/agent/tools/__init__.py @@ -107,6 +107,22 @@ def _import_browser_tool(): BrowserTool = _import_browser_tool() +# MCP Tools (no extra dependencies, loaded on demand) +def _import_mc...
4
7
zhayujie/CowAgent#2790
zhayujie/CowAgent
2,790
02bfe308486696427e9a337f0e6a2bb04c9016a1
bc7f953fccf0015dcab5158da9408b65414a6d00
Add first-class Baidu Qianfan / ERNIE provider ## What changed - Added a first-class `qianfan` model provider backed by Baidu Qianfan's OpenAI-compatible `/chat/completions` API. - Added ERNIE model constants and routing for `qianfan` / `ernie-*` across Bridge, AgentBridge, Cow CLI model switching, and bot factory cr...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Add first-class Baidu Qianfan / ERNIE provider", "scope_files": [ "README.md", "config-template.json", "config.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `bridge/` ...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "config-template.json", "config.py" ], "solution_diff": "diff --git a/README.md b/README.md\nindex e0529359f5..4cf23bce82 100644\n--- a/README.md\n+++ b/README.md\n@@ -115,7 +115,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 ...
[]
diff --git a/README.md b/README.md index e0529359f5..4cf23bce82 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex 项目支持国内外主流厂商的模型接口,可选模型及配置说明参考:[模型说明](#模型说明)。 -> 注:Agent 模式下推荐使用以下模型,可根据效果及成本综合选择:deepseek-v4-flash、MiniMax-M2.7、glm-5.1、kimi-k2.6、qwen3.5-plu...
13
21