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 clients/agent-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "corvus"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["theonlyhennygod"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/npm/corvus-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dallay/corvus",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI wrapper for npm/pnpm/yarn/bun and npx",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-darwin-arm64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for macOS Apple Silicon (ARM64)",
"license": "Apache-2.0",
"os": ["darwin"],
"cpu": ["arm64"],
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-darwin-arm64"
},
"files": ["corvus"],
"files": [
"corvus"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-darwin-x64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for macOS Intel (x64)",
"license": "Apache-2.0",
"os": ["darwin"],
"cpu": ["x64"],
"os": [
"darwin"
],
"cpu": [
"x64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-darwin-x64"
},
"files": ["corvus"],
"files": [
"corvus"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-linux-arm64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for Linux ARM64",
"license": "Apache-2.0",
"os": ["linux"],
"cpu": ["arm64"],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-linux-arm64"
},
"files": ["corvus"],
"files": [
"corvus"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-linux-x64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for Linux x64",
"license": "Apache-2.0",
"os": ["linux"],
"cpu": ["x64"],
"os": [
"linux"
],
"cpu": [
"x64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-linux-x64"
},
"files": ["corvus"],
"files": [
"corvus"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-windows-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-windows-arm64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for Windows ARM64",
"license": "Apache-2.0",
"os": ["win32"],
"cpu": ["arm64"],
"os": [
"win32"
],
"cpu": [
"arm64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-windows-arm64"
},
"files": ["corvus.exe"],
"files": [
"corvus.exe"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 10 additions & 4 deletions clients/agent-runtime/npm/corvus-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "@dallay/corvus-windows-x64",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI for Windows x64",
"license": "Apache-2.0",
"os": ["win32"],
"cpu": ["x64"],
"os": [
"win32"
],
"cpu": [
"x64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dallay/corvus.git",
"directory": "clients/agent-runtime/npm/corvus-windows-x64"
},
"files": ["corvus.exe"],
"files": [
"corvus.exe"
],
"engines": {
"node": ">=18"
}
Expand Down
14 changes: 11 additions & 3 deletions clients/agent-runtime/npm/corvus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dallay/corvus",
"version": "0.1.6",
"version": "0.1.7",
"description": "Corvus runtime CLI - Cross-platform binary distribution",
"license": "Apache-2.0",
"repository": {
Expand All @@ -11,7 +11,9 @@
"bin": {
"corvus": "bin/corvus.js"
},
"files": ["bin"],
"files": [
"bin"
],
"scripts": {},
"optionalDependencies": {
"@dallay/corvus-darwin-x64": "0.1.5",
Expand All @@ -23,5 +25,11 @@
"engines": {
"node": ">=18"
},
"keywords": ["corvus", "ai", "agent", "cli", "rust"]
"keywords": [
"corvus",
"ai",
"agent",
"cli",
"rust"
]
}
4 changes: 2 additions & 2 deletions clients/web/apps/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@corvus/chat",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Corvus Chat conversational AI interface",
"description": "Corvus Chat \u2014 conversational AI interface",
"type": "module",
"engines": {
"node": ">=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions clients/web/apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@corvus/docs",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -22,4 +22,4 @@
"@astrojs/check": "latest",
"typescript": "latest"
}
}
}
2 changes: 1 addition & 1 deletion clients/web/apps/marketing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/marketing",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Corvus Marketing Site built with Astro",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/apps/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/plugins-catalog",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Corvus Plugins Catalog site built with Astro",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/web-monorepo",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Corvus Web Apps Monorepo - Marketing, Docs, Chat",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion clients/web/packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvus/shared",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Shared components and utilities for Corvus web apps",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.configuration-cache.integrity-check=false

# project repo info. snapshot: -SNAPSHOT
GROUP=com.profiletailors
VERSION=0.1.6
VERSION=0.1.7
LICENSE=NONE

# plugin config
Expand Down
2 changes: 1 addition & 1 deletion gradle/build-logic/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.configuration-cache.integrity-check=true

# project repo info. snapshot: -SNAPSHOT
GROUP=com.profiletailors
VERSION=0.1.6
VERSION=0.1.7

# gradle-maven-publish-plugin
mavenCentralPublishing=true
Expand Down
Loading