Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ grep "BuildDate = " app/Infrastructure/BuildInfo.cs
- Ensure both scripts are kept in sync regarding functionality and version numbers.
- Both scripts MUST have identical version numbers at all times.

**Current version**: 2026.03.22
**Current version**: 2026.03.24
Comment thread
GordonBeeming marked this conversation as resolved.
Outdated

## Technology Stack

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026.03.22
2026.03.24
2 changes: 1 addition & 1 deletion app/Infrastructure/BuildInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ public static class BuildInfo
/// The build date in yyyy.MM.dd or yyyy.MM.dd.N format.
/// This is replaced during build via MSBuild property.
/// </summary>
public const string BuildDate = "2026.03.22";
public const string BuildDate = "2026.03.24";
}
4 changes: 2 additions & 2 deletions copilot_here.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# copilot_here PowerShell functions
# Version: 2026.03.22
# Version: 2026.03.24
# Repository: https://github.com/GordonBeeming/copilot_here

# Set console output encoding to UTF-8 for Unicode character support
Expand All @@ -23,7 +23,7 @@ $script:DefaultCopilotHereBin = Join-Path $script:DefaultCopilotHereBinDir $scri

$script:CopilotHereBin = if ($env:COPILOT_HERE_BIN) { $env:COPILOT_HERE_BIN } else { $script:DefaultCopilotHereBin }
$script:CopilotHereReleaseUrl = "https://github.com/GordonBeeming/copilot_here/releases/download/cli-latest"
$script:CopilotHereVersion = "2026.03.22"
$script:CopilotHereVersion = "2026.03.24"

# Debug logging function
function Write-CopilotDebug {
Expand Down
4 changes: 2 additions & 2 deletions copilot_here.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# copilot_here shell functions
# Version: 2026.03.22
# Version: 2026.03.24
# Repository: https://github.com/GordonBeeming/copilot_here

# Configuration
COPILOT_HERE_BIN="${COPILOT_HERE_BIN:-$HOME/.local/bin/copilot_here}"
COPILOT_HERE_RELEASE_URL="https://github.com/GordonBeeming/copilot_here/releases/download/cli-latest"
COPILOT_HERE_VERSION="2026.03.22"
COPILOT_HERE_VERSION="2026.03.24"

# Ensure user bin directory is on PATH (required for the native binary + shell integration checks)
if [ -d "$HOME/.local/bin" ]; then
Expand Down
2 changes: 1 addition & 1 deletion packaging/winget/GordonBeeming.CopilotHere.installer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PackageIdentifier: GordonBeeming.CopilotHere
PackageVersion: 2026.03.22
PackageVersion: 2026.03.24
Installers:
- Architecture: x64
InstallerType: zip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PackageIdentifier: GordonBeeming.CopilotHere
PackageVersion: 2026.03.22
PackageVersion: 2026.03.24
PackageLocale: en-US
Publisher: Gordon Beeming
PackageName: copilot_here
Expand Down
2 changes: 1 addition & 1 deletion packaging/winget/GordonBeeming.CopilotHere.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PackageIdentifier: GordonBeeming.CopilotHere
PackageVersion: 2026.03.22
PackageVersion: 2026.03.24
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
12 changes: 6 additions & 6 deletions proxy/Cargo.lock

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

Loading