Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.24
0.1.25
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion backstage-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "operator-backstage",
"version": "0.1.24",
"version": "0.1.25",
"author": {
"name": "Samuel Volin",
"email": "untra.sam@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Welcome friend! <span class="operator-brand">Operator!</span> 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:
Expand Down
2 changes: 1 addition & 1 deletion opr8r/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/src/webhook-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
SessionInfo,
} from './types';

const VERSION = '0.1.24';
const VERSION = '0.1.25';

/**
* HTTP server for operator <-> extension communication
Expand Down