Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ CPMAddPackage(
CPMAddPackage(
NAME stdexec
GIT_REPOSITORY "https://github.com/aethernetio/stdexec.git"
# TODO: switch to main
GIT_TAG "2091-compilation-failed-with-fno-exception"
GIT_TAG "main"
OPTIONS "STDEXEC_BUILD_EXAMPLES OFF" "STDEXEC_INSTALL ${AE_INSTALL}"
EXCLUDE_FROM_ALL FALSE
)
Expand Down
3 changes: 1 addition & 2 deletions opencode.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"external_directory": "deny"
},
"temperature": 0.1,
"steps": 5
},
"architect": {
"mode": "all",
Expand All @@ -56,7 +55,7 @@
},
"coder": {
"mode": "subagent",
"model": "openai/gpt-5.4-mini",
"model": "openai/gpt-5.5-fast",
"reasoningEffort": "low",
"description": "Write c++ code",
"prompt": "You are a focused C++ implementation agent. You receive precise instructions from @team-lead or @architect and implement only those instructions. Follow AGENTS.md, preserve existing style, avoid unrelated refactors, and keep changes minimal. If instructions are ambiguous, ask for clarification instead of inventing architecture. If a fix requires changing the architect-approved design or you are making a repeated attempt at the same failed issue, stop and ask @architect for revised instructions. Do not run or request build/test validation. After implementation, report what changed and let @team-lead coordinate validation. At the end of your response, report the actual files you changed under: Changed files. Include added, modified, deleted, or renamed files. Do not include files changed by other agents or the user.",
Expand Down
Loading