chore(release): cut 0.1.18

This commit is contained in:
Mohamed Boudra
2026-03-06 23:48:34 +07:00
parent ba054b4dfb
commit efa6a6aed3
12 changed files with 30 additions and 32 deletions

29
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "paseo", "name": "paseo",
"version": "0.1.17", "version": "0.1.18",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "paseo", "name": "paseo",
"version": "0.1.17", "version": "0.1.18",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"workspaces": [ "workspaces": [
@@ -18,10 +18,7 @@
"packages/cli" "packages/cli"
], ],
"dependencies": { "dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.11", "@anthropic-ai/claude-agent-sdk": "^0.2.11"
"expo": "~54.0.20",
"react": "19.1.0",
"react-native": "0.81.5"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
@@ -21574,7 +21571,7 @@
}, },
"packages/app": { "packages/app": {
"name": "@getpaseo/app", "name": "@getpaseo/app",
"version": "0.1.17", "version": "0.1.18",
"dependencies": { "dependencies": {
"@boudra/expo-two-way-audio": "^0.1.3", "@boudra/expo-two-way-audio": "^0.1.3",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
@@ -21582,7 +21579,7 @@
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@expo/vector-icons": "^15.0.2", "@expo/vector-icons": "^15.0.2",
"@floating-ui/react-native": "^0.10.7", "@floating-ui/react-native": "^0.10.7",
"@getpaseo/server": "0.1.17", "@getpaseo/server": "0.1.18",
"@gorhom/bottom-sheet": "^5.2.6", "@gorhom/bottom-sheet": "^5.2.6",
"@gorhom/portal": "^1.0.14", "@gorhom/portal": "^1.0.14",
"@lezer/common": "^1.5.0", "@lezer/common": "^1.5.0",
@@ -21688,11 +21685,11 @@
}, },
"packages/cli": { "packages/cli": {
"name": "@getpaseo/cli", "name": "@getpaseo/cli",
"version": "0.1.17", "version": "0.1.18",
"dependencies": { "dependencies": {
"@clack/prompts": "^1.0.0", "@clack/prompts": "^1.0.0",
"@getpaseo/relay": "0.1.17", "@getpaseo/relay": "0.1.18",
"@getpaseo/server": "0.1.17", "@getpaseo/server": "0.1.18",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"commander": "^12.0.0", "commander": "^12.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
@@ -21742,14 +21739,14 @@
}, },
"packages/desktop": { "packages/desktop": {
"name": "@getpaseo/desktop", "name": "@getpaseo/desktop",
"version": "0.1.17", "version": "0.1.18",
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^2.9.6" "@tauri-apps/cli": "^2.9.6"
} }
}, },
"packages/relay": { "packages/relay": {
"name": "@getpaseo/relay", "name": "@getpaseo/relay",
"version": "0.1.17", "version": "0.1.18",
"dependencies": { "dependencies": {
"base64-js": "^1.5.1", "base64-js": "^1.5.1",
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
@@ -21765,12 +21762,12 @@
}, },
"packages/server": { "packages/server": {
"name": "@getpaseo/server", "name": "@getpaseo/server",
"version": "0.1.17", "version": "0.1.18",
"dependencies": { "dependencies": {
"@ai-sdk/openai": "2.0.52", "@ai-sdk/openai": "2.0.52",
"@anthropic-ai/claude-agent-sdk": "^0.2.11", "@anthropic-ai/claude-agent-sdk": "^0.2.11",
"@deepgram/sdk": "^3.4.0", "@deepgram/sdk": "^3.4.0",
"@getpaseo/relay": "0.1.17", "@getpaseo/relay": "0.1.18",
"@lezer/common": "^1.5.0", "@lezer/common": "^1.5.0",
"@lezer/css": "^1.3.0", "@lezer/css": "^1.3.0",
"@lezer/highlight": "^1.2.3", "@lezer/highlight": "^1.2.3",
@@ -22115,7 +22112,7 @@
}, },
"packages/website": { "packages/website": {
"name": "@getpaseo/website", "name": "@getpaseo/website",
"version": "0.1.17", "version": "0.1.18",
"dependencies": { "dependencies": {
"@cloudflare/vite-plugin": "^1.20.3", "@cloudflare/vite-plugin": "^1.20.3",
"@cloudflare/workers-types": "^4.20260114.0", "@cloudflare/workers-types": "^4.20260114.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "paseo", "name": "paseo",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"workspaces": [ "workspaces": [
"packages/server", "packages/server",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@getpaseo/app", "name": "@getpaseo/app",
"main": "index.ts", "main": "index.ts",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "expo start", "start": "expo start",
@@ -32,7 +32,7 @@
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@expo/vector-icons": "^15.0.2", "@expo/vector-icons": "^15.0.2",
"@floating-ui/react-native": "^0.10.7", "@floating-ui/react-native": "^0.10.7",
"@getpaseo/server": "0.1.17", "@getpaseo/server": "0.1.18",
"@gorhom/bottom-sheet": "^5.2.6", "@gorhom/bottom-sheet": "^5.2.6",
"@gorhom/portal": "^1.0.14", "@gorhom/portal": "^1.0.14",
"@lezer/common": "^1.5.0", "@lezer/common": "^1.5.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@getpaseo/cli", "name": "@getpaseo/cli",
"version": "0.1.17", "version": "0.1.18",
"description": "Paseo CLI - control your AI coding agents from the command line", "description": "Paseo CLI - control your AI coding agents from the command line",
"type": "module", "type": "module",
"files": [ "files": [
@@ -24,8 +24,8 @@
}, },
"dependencies": { "dependencies": {
"@clack/prompts": "^1.0.0", "@clack/prompts": "^1.0.0",
"@getpaseo/relay": "0.1.17", "@getpaseo/relay": "0.1.18",
"@getpaseo/server": "0.1.17", "@getpaseo/server": "0.1.18",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"commander": "^12.0.0", "commander": "^12.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@getpaseo/desktop", "name": "@getpaseo/desktop",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"description": "Paseo desktop app (Tauri wrapper)", "description": "Paseo desktop app (Tauri wrapper)",
"scripts": { "scripts": {

View File

@@ -2629,7 +2629,7 @@ dependencies = [
[[package]] [[package]]
name = "paseo" name = "paseo"
version = "0.1.17" version = "0.1.18"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"log", "log",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "paseo" name = "paseo"
version = "0.1.17" version = "0.1.18"
description = "Paseo Desktop" description = "Paseo Desktop"
authors = ["moboudra"] authors = ["moboudra"]
license = "MIT" license = "MIT"
@@ -36,3 +36,4 @@ tauri-plugin-websocket = "2"

View File

@@ -7,9 +7,9 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Paseo</string> <string>Paseo</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.17</string> <string>0.1.18</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.1.17</string> <string>0.1.18</string>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>Paseo needs access to your microphone for voice dictation and voice mode.</string> <string>Paseo needs access to your microphone for voice dictation and voice mode.</string>
</dict> </dict>

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Paseo", "productName": "Paseo",
"version": "0.1.17", "version": "0.1.18",
"identifier": "dev.paseo.desktop", "identifier": "dev.paseo.desktop",
"build": { "build": {
"frontendDist": "../../app/dist", "frontendDist": "../../app/dist",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@getpaseo/relay", "name": "@getpaseo/relay",
"version": "0.1.17", "version": "0.1.18",
"description": "Paseo relay for bridging daemon and client connections", "description": "Paseo relay for bridging daemon and client connections",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@getpaseo/server", "name": "@getpaseo/server",
"version": "0.1.17", "version": "0.1.18",
"description": "Paseo backend server", "description": "Paseo backend server",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {
@@ -63,7 +63,7 @@
"@ai-sdk/openai": "2.0.52", "@ai-sdk/openai": "2.0.52",
"@anthropic-ai/claude-agent-sdk": "^0.2.11", "@anthropic-ai/claude-agent-sdk": "^0.2.11",
"@deepgram/sdk": "^3.4.0", "@deepgram/sdk": "^3.4.0",
"@getpaseo/relay": "0.1.17", "@getpaseo/relay": "0.1.18",
"@lezer/common": "^1.5.0", "@lezer/common": "^1.5.0",
"@lezer/css": "^1.3.0", "@lezer/css": "^1.3.0",
"@lezer/highlight": "^1.2.3", "@lezer/highlight": "^1.2.3",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@getpaseo/website", "name": "@getpaseo/website",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {