Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
af65a86
gh-action: updated common compiled files
efraespada Apr 27, 2025
deaf4a3
Merge branch 'chore/239-improve-asking' of https://github.com/landame…
efraespada Apr 27, 2025
b95bd62
gh-action: updated linux x64 compiled files
efraespada Apr 27, 2025
1cd87f2
Merge branch 'chore/239-improve-asking' of https://github.com/landame…
efraespada Apr 27, 2025
004facd
gh-action: updated macos x64 compiled files
efraespada Apr 27, 2025
3674eff
Merge branch 'chore/239-improve-asking' of https://github.com/landame…
efraespada Apr 27, 2025
5e7a5f7
gh-action: updated macos arm64 compiled files
efraespada Apr 27, 2025
f15f2e9
chore-239-improve-asking: branch up to date with develop
efraespada Nov 2, 2025
312f87a
chore-239-improve-asking: implement AI response JSON schema and updat…
efraespada Nov 2, 2025
720732d
feat: add 'think' command for deep code analysis using AI reasoning
efraespada Nov 2, 2025
7a8e046
chore-239-improve-asking: enhance CLI argument handling and improve l…
efraespada Nov 3, 2025
870aecd
chore-239-improve-asking: enhance 'think' command with improved analy…
efraespada Nov 3, 2025
5bd029d
gh-action: updated compiled files
efraespada Nov 3, 2025
ded1b20
refactor: streamline 'think' command with enhanced reasoning and comm…
efraespada Nov 6, 2025
3f89eb1
feat: enhance 'think' command with TODO management capabilities
efraespada Nov 6, 2025
73284b0
refactor: enhance analysis comment structure and reasoning details
efraespada Nov 6, 2025
c3313be
refactor: implement language detection for suggested code formatting
efraespada Nov 6, 2025
5b81b9a
feat: implement codebase analysis feature in 'think' command
efraespada Nov 6, 2025
ea2926e
refactor: enhance 'think' command with import extraction and caching …
efraespada Nov 6, 2025
1959034
gh-action: updated compiled files
efraespada Nov 6, 2025
83d2fd6
refactor: remove Docker configuration and related functionality
efraespada Nov 6, 2025
cd0c20f
refactor: remove classic token from action and workflows
efraespada Nov 6, 2025
1340d2b
refactor: replace chunked file handling with AI file cache management
efraespada Nov 6, 2025
e978b1b
refactor: enhance AI description generation and caching in vector act…
efraespada Nov 8, 2025
68f802b
refactor: modularize file handling and analysis in vector action use …
efraespada Nov 8, 2025
e8bb687
gh-action: updated compiled files
efraespada Nov 8, 2025
8b9c0ba
refactor: normalize file path handling in cache management
efraespada Nov 8, 2025
0f5aca9
refactor: integrate OpenRouter API configuration into CLI and action …
efraespada Nov 8, 2025
b05e209
refactor: transition from chunked file handling to AI cache management
efraespada Nov 8, 2025
3c52264
chore-239-improve-asking: rename vector actions to AI cache actions f…
efraespada Nov 8, 2025
9725c72
gh-action: updated compiled files
efraespada Nov 8, 2025
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
1 change: 0 additions & 1 deletion .github/workflows/gbf_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
openrouter-api-key: ${{ secrets.OPEN_ROUTER_API_KEY }}
openrouter-model: ${{ vars.OPEN_ROUTER_MODEL }}
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/gbf_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
supabase-url: ${{ secrets.SUPABASE_URL }}
supabase-key: ${{ secrets.SUPABASE_KEY }}
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}

2 changes: 0 additions & 2 deletions .github/workflows/gbf_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
supabase-url: ${{ secrets.SUPABASE_URL }}
supabase-key: ${{ secrets.SUPABASE_KEY }}
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}

1 change: 0 additions & 1 deletion .github/workflows/gbf_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
openrouter-model: ${{ vars.OPEN_ROUTER_MODEL }}
project-ids: 2
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/gbf_pull_request_review_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
supabase-url: ${{ secrets.SUPABASE_URL }}
supabase-key: ${{ secrets.SUPABASE_KEY }}
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}

9 changes: 0 additions & 9 deletions .github/workflows/gbf_update_ai_knowledge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up DOCKER_HOST as output
id: docker-env
run: |
echo "docker_host=unix://${HOME}/.orbstack/run/docker.sock" >> $GITHUB_OUTPUT

- name: Update AI knowledge
uses: ./
env:
DOCKER_HOST: ${{ steps.docker-env.outputs.docker_host }}
RUNNER_TEMP: ${{ github.workspace }}/.runner_temp
with:
debug: ${{ vars.DEBUG }}
ai-ignore-files: build/*
Expand All @@ -33,4 +25,3 @@ jobs:
supabase-url: ${{ secrets.SUPABASE_URL }}
supabase-key: ${{ secrets.SUPABASE_KEY }}
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}
30 changes: 1 addition & 29 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,38 +84,10 @@ jobs:
default_author: user_info
message: 'gh-action: updated compiled files'

compile-vector-server:
name: Compile vector server
runs-on: [self-hosted, macOS, X64]
needs: prepare-compiled-files
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up DOCKER_HOST as output
id: docker-env
run: |
echo "docker_host=unix://${HOME}/.orbstack/run/docker.sock" >> $GITHUB_OUTPUT

- name: Git Board Flow - Compile Vector Server
uses: ./
env:
DOCKER_HOST: ${{ steps.docker-env.outputs.docker_host }}
RUNNER_TEMP: ${{ github.workspace }}/.runner_temp
with:
debug: ${{ vars.DEBUG }}
single-action: 'compile_vector_server'
single-action-version: '${{ github.event.inputs.version }}'
single-action-title: '${{ github.event.inputs.title }}'
single-action-changelog: '${{ github.event.inputs.changelog }}'
single-action-issue: '${{ github.event.inputs.issue }}'
token: ${{ secrets.PAT }}
classic-token: ${{ secrets.CLASSIC_TOKEN }}

tag:
name: Publish version
runs-on: ubuntu-latest
needs: [ prepare-compiled-files, compile-vector-server ]
needs: [ prepare-compiled-files ]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
18 changes: 0 additions & 18 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ inputs:
token:
description: "Fine-grained personal access token for branch and project operations"
required: true
classic-token:
description: "Classic token for authentication with GitHub Container Registry"
default: ""
supabase-key:
description: "Supabase key for AI operations."
default: ""
Expand Down Expand Up @@ -432,21 +429,6 @@ inputs:
ai-members-only:
description: "Restrict AI features to only organization/project members."
default: "true"
docker-container-name:
description: "Name of the Docker container to use."
default: "git-board-flow"
docker-domain:
description: "Domain of the Docker container to use."
default: "localhost"
docker-port:
description: "Port of the Docker container to use."
default: "8000"
docker-cache-os:
description: "OS of the Docker container to cache. Valid values: ubuntu-any-value, macos-any-value, windows-any-value"
default: "ubuntu-latest"
docker-cache-arch:
description: "Architecture of the Docker container to cache. Valid values: amd64, arm64, arm/v7, 386, s390x, ppc64le"
default: "amd64"
runs:
using: "node20"
main: "build/github_action/index.js"
Expand Down
Binary file added build/.DS_Store
Binary file not shown.
Binary file modified build/cli/build/Release/cpufeatures.node
Binary file not shown.
Loading