diff --git a/Cargo.lock b/Cargo.lock index ebdbe5c..eeaae58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "operator" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0c7053e..dca0737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "operator" -version = "0.1.24" +version = "0.1.25" edition = "2021" description = "Multi-agent orchestration dashboard for gbqr.us" authors = ["gbqr.us"] diff --git a/VERSION b/VERSION index 5a48b6b..0e7400f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.24 +0.1.25 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eeba8af..76300e6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ steps: AzureTenantID: $(AzureTenantID) AzureClientID: $(AzureClientID) AzureClientSecret: $(AzureClientSecret) - Endpoint: https://ncus.codesigning.azure.net + Endpoint: https://eus.codesigning.azure.net ArtifactSigningAccountName: $(TrustedSigningAccountName) CertificateProfileName: Operator FilesFolder: $(Build.StagingDirectory) diff --git a/backstage-server/package.json b/backstage-server/package.json index 0b8cede..ef1c9f8 100644 --- a/backstage-server/package.json +++ b/backstage-server/package.json @@ -1,6 +1,6 @@ { "name": "operator-backstage", - "version": "0.1.24", + "version": "0.1.25", "author": { "name": "Samuel Volin", "email": "untra.sam@gmail.com", diff --git a/docs/_config.yml b/docs/_config.yml index c8bfa39..868777e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ collections_dir: . # Permalink structure permalink: pretty -version: 0.1.24 +version: 0.1.25 # Google Analytics ga_tag: G-5JZPJWWT7S # Replace with actual GA4 measurement ID from analytics.google.com diff --git a/docs/index.md b/docs/index.md index 2c6e424..3616573 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,6 +35,12 @@ Welcome friend! Operator! is an application - [Agents](/agents/) - Agent lifecycle and modes - [Tmux](/tmux/) - Terminal session management +## Similar + +These are tools that comparable and aspirational for Operator + +- [agtx](https://github.com/fynnfluegge/agtx) + ## Similar, but Worse: These are tools that are almost as good, and are inspirational, but just don't quite cut it: diff --git a/opr8r/Cargo.toml b/opr8r/Cargo.toml index 041f70c..2dbaa16 100644 --- a/opr8r/Cargo.toml +++ b/opr8r/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opr8r" -version = "0.1.24" +version = "0.1.25" edition = "2021" description = "Minimal CLI wrapper for LLM commands in multi-step ticket workflows" license = "MIT" diff --git a/vscode-extension/package.json b/vscode-extension/package.json index a1248b8..94bf75e 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "operator-terminals", "displayName": "Operator! Terminals for vscode", "description": "VS Code terminal integration for Operator! multi-agent orchestration", - "version": "0.1.24", + "version": "0.1.25", "publisher": "untra", "author": { "name": "Samuel Volin", diff --git a/vscode-extension/src/webhook-server.ts b/vscode-extension/src/webhook-server.ts index 97ac5dd..7cae610 100644 --- a/vscode-extension/src/webhook-server.ts +++ b/vscode-extension/src/webhook-server.ts @@ -22,7 +22,7 @@ import { SessionInfo, } from './types'; -const VERSION = '0.1.24'; +const VERSION = '0.1.25'; /** * HTTP server for operator <-> extension communication