-
Notifications
You must be signed in to change notification settings - Fork 0
chore(release): promote OMA 2.1.3 to main #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: OMA security vulnerability report | ||
| url: https://github.com/vaur94/open-multi-agent/security/advisories/new | ||
| url: https://github.com/vaur94/oma/security/advisories/new | ||
| about: Report OMA security issues through GitHub Security Advisories. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| title = "open-multi-agent gitleaks config" | ||
| title = "oma gitleaks config" | ||
|
|
||
| [extend] | ||
| useDefault = true | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,25 +10,25 @@ OMA is an agentic coding system for terminal-first implementation workflows. It | |||||
| ### Stable lane (default) | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh | ||||||
| ``` | ||||||
|
|
||||||
| For a reproducible install, pin an explicit release: | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --version v2.1.2 | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --version v2.1.2 | ||||||
| ``` | ||||||
|
|
||||||
| ### Alpha lane | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --channel alpha | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha | ||||||
| ``` | ||||||
|
|
||||||
| You can also pin an explicit prerelease tag: | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | ||||||
|
||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | |
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version vX.Y.Z-alpha.N |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,25 +10,25 @@ OMA, terminal öncelikli implementasyon iş akışları için agentic coding sys | |||||
| ### Kararlı kanal (varsayılan) | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh | ||||||
| ``` | ||||||
|
|
||||||
| Tekrarlanabilir kurulum için belirli bir sürümü sabitleyin: | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --version v2.1.2 | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --version v2.1.2 | ||||||
| ``` | ||||||
|
Comment on lines
16
to
20
|
||||||
|
|
||||||
| ### Alpha kanalı | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --channel alpha | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha | ||||||
| ``` | ||||||
|
|
||||||
| Belirli bir prerelease etiketi de sabitlenebilir: | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | ||||||
|
||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | |
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version vX.Y.Z-alpha.N |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,25 +12,25 @@ This guide covers the fastest path to running OMA on your machine. | |||||
| ### Stable lane (default) | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh | ||||||
| ``` | ||||||
|
|
||||||
| For a reproducible bootstrap, pin the exact release tag: | ||||||
|
|
||||||
| ```bash | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/open-multi-agent/main/install.sh | sh -s -- --version v2.1.2 | ||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --version v2.1.2 | ||||||
|
||||||
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --version v2.1.2 | |
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --version vX.Y.Z |
Copilot
AI
Mar 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alpha pin example still uses v2.1.2-alpha.3. Since this PR is promoting 2.1.3 and updating repo metadata, consider updating this example to a current tag (or a placeholder like vX.Y.Z-alpha.N) to avoid suggesting an outdated prerelease.
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version v2.1.2-alpha.3 | |
| curl -fsSL https://raw.githubusercontent.com/vaur94/oma/main/install.sh | sh -s -- --channel alpha --version vX.Y.Z-alpha.N |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,7 +10,7 @@ const FORBIDDEN_PATTERNS: Array<{ label: string; pattern: RegExp }> = [ | |||||
| { label: 'npm global install', pattern: /npm\s+(install|i)\s+-g/i }, | ||||||
| { | ||||||
| label: 'bun global install package docs', | ||||||
| pattern: /bun\s+install\s+-g\s+@vaur94\/open-multi-agent/i, | ||||||
| pattern: /bun\s+install\s+-g\s+(@vaur94\/oma|oma)\b/i, | ||||||
|
||||||
| pattern: /bun\s+install\s+-g\s+(@vaur94\/oma|oma)\b/i, | |
| pattern: /bun\s+install\s+-g\s+(@vaur94\/oma|oma)(?:\s|$)/i, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pinned stable install example still references
v2.1.2, but this PR promotes 2.1.3 and bumps the rootpackage.jsonversion. Update the example tov2.1.3(or a placeholder) so the README doesn't point to an old tag.