Skip to content
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2410963
Add Minion Code agent to registry
femto Feb 5, 2026
1adaa09
Update minion-code to 0.1.6
femto Feb 7, 2026
cc4c9a7
Debug: print stderr on auth check timeout
femto Feb 7, 2026
3b89279
Revert debug changes to client.py
femto Feb 7, 2026
cda8a57
Update minion-code to 0.1.7 (lazy imports fix)
femto Feb 7, 2026
d19a40d
Update minion-code to 0.1.8
femto Feb 7, 2026
e6b2e01
Merge branch 'main' into add-minion-code
benbrandt Feb 9, 2026
bc3c7bc
Merge branch 'main' into add-minion-code
benbrandt Feb 10, 2026
6e71ba6
Update minion-code to 0.1.9
femto Feb 15, 2026
f2e209e
Update minion-code to 0.1.10
femto Feb 15, 2026
0a7fd1d
Update minion-code to 0.1.11
femto Feb 15, 2026
7a4b30a
Update minion-code to 0.1.12
femto Feb 15, 2026
f33c6d5
Update minion-code to 0.1.17
femto Feb 15, 2026
fe50658
Update minion-code to 0.1.18
femto Feb 15, 2026
eac4cf2
Update minion-code to 0.1.19 (add version logging)
femto Feb 15, 2026
e7a3366
Update minion-code to 0.1.20 (version logging at startup)
femto Feb 15, 2026
c271119
Update minion-code to 0.1.21 (fix pseudo message wording)
femto Feb 15, 2026
bb8c1c6
Update minion-code to 0.1.22 (fix async generator streaming)
femto Feb 15, 2026
258a92a
Update minion-code to 0.1.23 (fix chunk_type for text output)
femto Feb 15, 2026
6e449e6
Update minion-code to 0.1.25 (fix ChatCompletion return)
femto Feb 15, 2026
f24bedb
Update minion-code to 0.1.26 (CodeAgent-compatible response format)
femto Feb 15, 2026
8e4c299
Update minion-code to 0.1.27 (fix nested backticks)
femto Feb 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions minion-code/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "minion-code",
"name": "Minion Code",
"version": "0.1.27",
"description": "An enhanced AI code assistant built on the Minion framework with rich development tools",
"repository": "https://github.com/femto/minion-code",
"authors": [
"femto"
],
"license": "AGPL-3.0",
"distribution": {
"uvx": {
"package": "minion-code@0.1.27",
"args": ["acp"]
}
}
}