AgentCommand setup#83
Merged
Merged
Conversation
…ad fix
- Inject a channel-context note into every agent prompt so commands like
/ask know their invoking channel ("this channel"/"the current room")
and read the right history instead of guessing.
- Make prompt assembly configurable: overridable root_prompt /
build_root_prompt and an inject_channel toggle (default on).
- Fix incoming image downloads on Symphony: drive the backend's own
(idle) event loop with run_until_complete instead of a fresh loop, so
the backend's aiohttp session stays on its loop and no longer raises
"Timeout context manager should be used inside a task".
Signed-off-by: Tim Paine <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
timkpaine
force-pushed
the
tkp/commandrework
branch
from
July 18, 2026 18:46
6eb141b to
ee9ff5b
Compare
Contributor
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
==========================================
+ Coverage 81.52% 82.31% +0.79%
==========================================
Files 41 41
Lines 3842 4037 +195
Branches 291 304 +13
==========================================
+ Hits 3132 3323 +191
- Misses 618 619 +1
- Partials 92 95 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
timkpaine
marked this pull request as ready for review
July 18, 2026 18:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.