Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9aaad77
feat: update argy-code registry entry
Mar 18, 2026
a562917
Merge branch 'main' into argy-code
kadary Mar 18, 2026
7b36719
fix: restore correct Argy hexagon brand icon
kadary Mar 18, 2026
8558f46
Merge branch 'main' into argy-code
kadary Mar 26, 2026
41eb45d
Merge branch 'main' into argy-code
kadary Apr 2, 2026
25996b9
Merge branch 'main' into argy-code
anna239 Apr 29, 2026
e688ecc
fix: add required version field to agent.json
kadary Apr 29, 2026
d202460
Merge branch 'main' into argy-code
kadary Apr 29, 2026
cb2d4d3
feat: update argy-code registry entry
Apr 30, 2026
ad6af22
feat: update argy-code registry entry
Apr 30, 2026
c7ea59d
feat: update argy-code registry entry
May 1, 2026
ebf9dbe
Merge branch 'main' into argy-code
kadary May 1, 2026
cf2f211
feat: update argy-code registry entry
May 2, 2026
1111379
feat: update argy-code registry entry
May 4, 2026
9db1769
Merge branch 'main' into argy-code
anna239 May 7, 2026
cc11b94
fix: use published argy npm package
kadary May 10, 2026
0f5dc7d
Merge branch 'main' into argy-code
kadary May 10, 2026
e4206ec
feat: update argy-code registry entry
May 13, 2026
311e361
feat: update argy-code registry entry
May 13, 2026
5687ad3
feat: update argy-code registry entry
May 15, 2026
aa64def
feat: update argy-code registry entry
May 17, 2026
44a46b0
feat: update argy-code registry entry
May 18, 2026
b9c58c8
Merge branch 'main' into argy-code
kadary May 18, 2026
58770c9
feat: update argy-code registry entry
May 19, 2026
6823235
feat: update argy-code registry entry
May 19, 2026
837de40
feat: update argy-code registry entry
May 20, 2026
f8bf78e
feat: update argy-code registry entry
May 21, 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
56 changes: 56 additions & 0 deletions argy-code/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"id": "argy-code",
"name": "Argy Code",
"version": "1.11.3",
"description": "AI coding agent for the terminal. Implements ACP over stdio. Supports session management, real-time tool call streaming, file edits, permission delegation, and MCP servers. Authenticate with `argy auth login` or ARGY_PAT.",
"repository": "https://github.com/demkada/argy-code",
"authors": [
"Argy Cloud <support@argy.cloud>"
],
"license": "Proprietary",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.11.3/argy-darwin-arm64.zip",
"cmd": "./argy",
"args": [
"acp"
]
},
"darwin-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.11.3/argy-darwin-x64.zip",
"cmd": "./argy",
"args": [
"acp"
]
},
"linux-aarch64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.11.3/argy-linux-arm64.tar.gz",
"cmd": "./argy",
"args": [
"acp"
]
},
"linux-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.11.3/argy-linux-x64.tar.gz",
"cmd": "./argy",
"args": [
"acp"
]
},
"windows-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.11.3/argy-windows-x64.zip",
"cmd": "argy.exe",
"args": [
"acp"
]
}
},
"npx": {
"package": "@argy-cloud/code@1.11.3",
"args": [
"acp"
]
}
}
}
6 changes: 6 additions & 0 deletions argy-code/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.