Commit Graph

458 Commits

Author SHA1 Message Date
centdix
0d317fe2b8 better output (#6893) 2025-10-23 08:34:22 +00:00
Ruben Fiszel
b5fb4a6e54 nit test colors 2025-10-16 18:06:44 +00:00
centdix
bc450ed375 internal: better weekly (#6816)
* better weekly

* better weekly
2025-10-14 14:33:44 +00:00
centdix
2d6a401e84 internal: fix weekly (#6807)
* fix

* fix
2025-10-13 14:51:33 +00:00
centdix
d006ab8c72 fix(internal): no max turns (#6805) 2025-10-13 15:47:59 +02:00
centdix
f987c1b176 internal: update claude + add plan mode + add weekly summary (#6803)
* update claude + add plan mode

* fix

* update pr review

* add wewklu summary

* cleaning

* cleaning
2025-10-13 15:32:44 +02:00
hugocasa
ea617ffa33 fix(backend): concurrency limits preprocessor (#6727)
* fix(backend): concurrency limits preprocessor

* refactor

* fix concurrency on agent workers

* nit

* nit

* update ref

* fix ci

* chore: update ee ref
2025-10-02 20:31:31 +00:00
Ruben Fiszel
8a2594c9c7 improve tests 2025-09-28 19:40:26 +00:00
Ruben Fiszel
c59a90b3b7 improve tests 2025-09-28 19:30:50 +00:00
Ruben Fiszel
33c3c2aeda improve tests 2025-09-28 19:28:38 +00:00
centdix
11b4cfa200 nit prompt (#6651) 2025-09-22 13:23:20 +00:00
centdix
a61b76483c add missing perm (#6650) 2025-09-22 12:15:09 +00:00
centdix
cf4c92dc4f internal: add demo command for PRs (#6649)
* add demo command

* cleaning

* cleaning

* cleaning
2025-09-22 11:31:33 +00:00
Ruben Fiszel
fd00cd5a55 check 2025-09-20 01:16:20 +00:00
Ruben Fiszel
0193c418bf update rust to 1.90 2025-09-20 01:12:51 +00:00
Ruben Fiszel
9a46f75b4c check 2025-09-20 00:54:29 +00:00
centdix
44bfeba8be internal(git commands): use own bot to trigger ci + exit on failure (#6632)
* use own bot to trigger ci + exit on failure

* fix
2025-09-18 13:10:14 +00:00
Ruben Fiszel
31b2dc295c internal: rolldown vite (#6584) 2025-09-11 16:12:36 +00:00
Diego Imbert
9eb39a9677 Separate duckdb crate to fix c++ build/link issues (#6551)
* call ffi

* remove duckdb dep

* rename windmill_duckdb_ffi_internal

* static lib

* ci

* back to dylib, bug isn't fixed in static

* feature flag and copy dynamic lib

* fix dynlib in docker

* load libwindmill_duckdb_ffi_internal at runtime on usage

* lazy static deadlocks

* Cache dynamic library handles

* update auto s3 path insert from editor bar

* Fix duckdb S3 freezing worker because of blocking task in tokio async context

* build dll windows GH workflow

* try fix windows build

* revert build.rs

* nit fixes CI

* Dockerfile update (not tested yet

* build dev sh for duckdb lib

* mistake

* attach windmill_duckdb_ffi_internal.so artefact

* rhel9

* docker fixes

* fix dockerfile

* better err msg

* forgot lib prefix .so

* add column_order

* fix column_order
2025-09-10 14:43:46 +00:00
centdix
91d0c77f28 internal: add fast claude flow (#6530)
* add fast claude flow

* faster

* fix

* cleaning
2025-09-03 18:16:27 +00:00
Ruben Fiszel
9bef2ca4ca use oauth for code claude + sonnet 2025-09-03 12:09:26 +00:00
centdix
08637fc1bd internal: fix exit error 3 on git action (#6383)
* fix exit error 3

* fix
2025-08-13 23:16:07 +00:00
pyranota
5360171197 chore: add rust client build check workflow (#6365)
* chore: add rust client build check workflow

Signed-off-by: pyranota <pyra@duck.com>

* check for .rs files in backend

Signed-off-by: pyranota <pyra@duck.com>

---------

Signed-off-by: pyranota <pyra@duck.com>
2025-08-11 18:50:16 +00:00
centdix
7f5482febb add allowed bots (#6353) 2025-08-08 16:56:52 +00:00
centdix
7129a6e3c6 remove duplicate caching (#6285) 2025-07-28 08:01:22 +00:00
claude[bot]
0c85f114d5 nit(aichat): recommend anthropic as provider (#6265)
* feat(aichat): add recommendation alert for Claude latest model in Anthropic provider settings

Add info alert in AI workspace settings recommending Claude latest model for better reliability of AI chat when using Anthropic provider.

Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>

* fix

* nit

* nit

* use badge

* use blue

* add tooltip

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>
Co-authored-by: centdix <farhadg110@gmail.com>
2025-07-23 15:14:51 +00:00
centdix
b80e68877f fix update sqlx action logic (#6234)
* fix pull

* update postgres
2025-07-18 23:17:28 +00:00
centdix
c3cc6aa20f fix rust version (#6223) 2025-07-18 12:54:36 +02:00
Ruben Fiszel
234658f83c fix windows worker toolchain 2025-07-17 07:25:20 +00:00
centdix
069729d0ae feat(aichat): add logs api endpoint as tool (#6197)
* add logs

* add logs search + better load tools logic

* use json

* nit

* only add for ee

* nit

* filter out search after first fail

* Revert "filter out search after first fail"

This reverts commit 2abf0db6e5a1be84e67d1a153281b74d448cb5cd.

* call endpoint to know if it is available

* cleaning

* Apply suggestion from @graphite-app[bot]

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>

* fix

* draft

* call enabled endpoint

* not workspaced

* remove from system prompt if not enterprise

* fix eeref command

* update ee ref

---------

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-16 17:59:47 +00:00
centdix
ee528b4f68 pull before push (#6186) 2025-07-15 09:39:37 +00:00
centdix
2b87584554 internal: nits for claude demo (#6141)
* nits for claude demo

* better prompt
2025-07-08 10:53:26 +00:00
centdix
49273d1002 internal: better claude review (#6130)
* better claude review

* Update pr-ready-review.yml

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-07-04 11:18:57 +00:00
centdix
416e3e0642 internal: add ee ref command (#6115)
* add eeref command

* fix

* Update .github/workflows/git-commands.yaml

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-02 16:32:14 +00:00
Ruben Fiszel
7485872557 fix cargo check 2025-06-30 16:33:03 +00:00
centdix
29cced5ef0 internal: add pr opened trigger for pr review 2025-06-23 15:32:30 +02:00
centdix
d38ac8d220 internal: use pat for claude review (#6025)
* use pat

* check emoji when pr closed
2025-06-23 10:08:23 +02:00
centdix
96dc5df368 close old bump prs (#6019) 2025-06-20 20:38:46 +02:00
centdix
4c5b6dbb51 internal: use git app for git actions (#6010)
* add flow to ask claude to review pr

* allow app for claude

* cleaning

* use app for change versions flow

* add owner

* fix

* rename
2025-06-20 13:32:33 +02:00
centdix
35b7cb9c5e internal: better instructions for claude (#5996)
* better instructions for claude

* remove file

* better rules

* better claude action

* add api routes prefixes

* typo

* typo

* fix

* fix

* add typegen explanations

* remove npm run format
2025-06-19 15:36:10 +02:00
Ruben Fiszel
5d70e16ffe nits 2025-06-18 23:46:21 +02:00
centdix
94cca8e3dd fix typo (#5982) 2025-06-18 18:29:15 +02:00
centdix
750aeb1e4e internal: fix sqlx git action usage (#5980)
* create frontend build dir

* specify version

* add cache
2025-06-18 18:20:07 +02:00
centdix
0ec5a93261 internal: fix claude tool usage (#5976)
* fix claude tool usage

* fix
2025-06-18 15:00:42 +02:00
centdix
86af09115f fix wrong typo (#5970) 2025-06-18 13:22:11 +02:00
centdix
f7c54043c7 internal: add /updatesqlx as git command (#5969)
* add flow to update sqlx

* archive aider

* fix

* add comments
2025-06-18 13:08:59 +02:00
centdix
c67af1ca01 use new token for docs (#5937) 2025-06-13 10:08:26 +02:00
pyranota
96be888e49 feat(rust): add rust sdk (#5909)
* upload client

* add gh workflow

* refactor build script

* remove dbg!

* fix async

* remove unused

* update dev.nu

* update CI

* fix ci

* fixin tests

* fixes + tests
2025-06-10 18:38:18 +02:00
pyranota
c303c0c02d build: disable duckdb for windows (#5906)
* build: disable duckdb for windows

MSVC linker has troubles with v8 and duckdb

* rework
2025-06-09 23:12:23 +02:00
centdix
ad88c1f25d use specific token for helm-chart (#5905) 2025-06-09 19:30:25 +02:00