Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option for regex patterns to search and replace tool #34

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

cngarrison
Copy link
Collaborator

No description provided.

commit 9e3ac40
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 21:54:02 2024 +1000

    Added option for regex patterns to search and replace tool.

commit 360a650
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 21:47:43 2024 +1000

    Added a new Deno test case for the SearchAndReplaceTool with case-insensitive literal search and special regex characters.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit 041e949
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 21:47:25 2024 +1000

    Added a new Deno test case for the SearchAndReplaceTool with case-sensitive literal search and special regex characters.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit 8e3a372
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 20:22:33 2024 +1000

    Added a new Deno test case for SearchAndReplaceTool with a regex pattern and word boundaries.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit e6dff81
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 20:22:18 2024 +1000

    Added a new Deno test case for the SearchAndReplaceTool with a regex pattern containing character classes.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit a5f9ad2
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 20:21:34 2024 +1000

    Added a new Deno test case for the SearchAndReplaceTool with a regex pattern containing quantifiers.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit 4bb2cf1
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 20:21:20 2024 +1000

    Added a new Deno test for SearchAndReplaceTool with regex pattern and capture groups

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit c6993b0
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Mon Sep 30 20:21:06 2024 +1000

    Added a new Deno test for the SearchAndReplaceTool with a basic regex pattern.

    Applied patches from BBai to 1 file

    Files modified:
    - api/tests/t/llms/tools/searchAndReplaceTool.test.ts

commit 151f92b
Merge: ba0df1f e0985d4
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Sun Sep 29 16:32:43 2024 +1000

    Merge branch 'staging' into building/more

    # Conflicts:
    #	.github/workflows/deploy.yml
    #	api/src/utils/fileHandling.utils.ts
    #	bui/src/islands/Chat.tsx

commit ba0df1f
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Sun Sep 29 15:59:24 2024 +1000

    format and type check

commit 46ad3c5
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Sun Sep 29 15:52:51 2024 +1000

    BUI auto deploy

commit ebe0a11
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Sun Sep 29 15:52:19 2024 +1000

    prefer StartDir from URL...

    default to case-insensitive and ignore git when searching project

commit b3c06a9
Author: Charlie Garrison <charlie-github@garrison.com.au>
Date:   Sun Sep 29 15:48:46 2024 +1000

    bbai site moved to separate repo
@cngarrison cngarrison self-assigned this Sep 30, 2024
@cngarrison cngarrison merged commit a6b5d96 into main Sep 30, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant