Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
051e451
feat(coder-labs): add Omnigent multi-agent server module
matifali Jun 16, 2026
74b69f1
fix(coder-labs/omnigent): blocking fixes + policies/agents inputs
matifali Jun 16, 2026
8a3155e
refactor(coder-labs/omnigent): switch to official installer
matifali Jun 16, 2026
bd1dbae
chore: replace placeholder omnigent icon with official SVG logo
matifali Jun 16, 2026
c337dcc
fix(coder-labs): install uv before Omnigent setup
matifali Jun 23, 2026
8293a8d
fix(coder-labs): run Omnigent host in background
matifali Jun 23, 2026
3221045
fix(coder-labs): configure Omnigent template with AI Gateway
matifali Jun 23, 2026
8815626
fix(coder-labs): install Omnigent workspace tool dependencies
matifali Jun 23, 2026
eafdb27
fix(coder-labs): install jq for Claude Code setup
matifali Jun 23, 2026
3e7972b
fix(coder-labs): use latest AI module versions
matifali Jun 23, 2026
77c722c
fix(coder-labs): clone Coder repo in Omnigent template
matifali Jun 25, 2026
ae383d0
fix(coder-labs): connect Omnigent host to app server
matifali Jun 26, 2026
2b8a8f8
fix(coder-labs): trust Coder app origins for Omnigent
matifali Jun 26, 2026
f24aa6c
fix(coder-labs): harden Omnigent startup and agent config handling
matifali Jun 26, 2026
49d3d25
fix(coder-labs): use Codex 5.2.1 in Omnigent template
matifali Jun 26, 2026
92a428e
fix(coder-labs): pass AI Gateway token to Omnigent runners
matifali Jun 26, 2026
ae364c8
Merge branch 'main' into add-omnigent-module
DevelopmentCats Jun 29, 2026
fbcae1f
Merge branch 'main' into add-omnigent-module
DevelopmentCats Jul 17, 2026
39809c0
Update registry/coder-labs/modules/omnigent/scripts/start.sh.tftpl
matifali Jul 20, 2026
827d274
feat(matifali): add Omnigent multi-agent server module
matifali Jul 20, 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
44 changes: 44 additions & 0 deletions .icons/omnigent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions registry/matifali/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
display_name: "Muhammad Atif Ali"
bio: "Developer Experience and Ecosystem at Coder, focused on IDEs, agents, AI governance, and platform polish."
github: "matifali"
website: "https://matifali.dev"
status: "community"
---

# Muhammad Atif Ali

Developer Experience and Ecosystem at Coder, focused on IDEs, agents, AI governance, and platform polish.

## Modules

- **omnigent**: Run a private Omnigent multi-agent coding server in your Coder workspace.
Loading
Loading