Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

161 results 28 ms in manticoresoftware/clt

Implement duration counting

Implementing a duration and the relative percentage for each command in a test seems like a great idea. We can use our existing block syntax and just overlook it during the test: ––– duration: 0.123ms (10.2%) –––

donhardmandonhardman · 2023-12-15 · 2 · #26

enhancement

Improve CI for binaries

donhardmandonhardman · 2025-06-27 · 1 · #86

we keep Rust binaries in a repository that is not very efficient But it's really cool that you can just run git clone and use the binary right away. What are the downsides?

sanikolaevsanikolaev · 2025-06-27

Improve CLT output with user command

We should improve our CLI action and provide users with a given command that they can run to validate the test locally. In the same output, we should dump information about the script and real command execution.

donhardmandonhardman · 2024-12-08 · 2 · #45

Expected output is empty

sanikolaevsanikolaev · 2025-07-03 · 1 · #91

As discussed, this may have smth to do with discarding the changes.

sanikolaevsanikolaev · 2025-07-03

CLT UI Minor Issues

…"git operation failed": The button becomes invisible when I hover over it: Too much empty space here which makes the prompt's font too small: "your command or question" is confusing. It makes users wonder things like: "Is there a list of supported …

sanikolaevsanikolaev · 2025-06-30 · 2 · #85

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-03 · 5 · #88

When I create a new session let's hide this completely (or make it much smaller) until it starts processing the request: Otherwise it's inconvenient to provide a long prompt, e.g.: Write a test which does this: 1. starts Manticore 2. Loads some data into …

sanikolaevsanikolaev · 2025-07-01

Proxy checkers dir inside container

donhardmandonhardman · 2025-03-04 · 0 · #67

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-03 · 5 · #88

I can't continue a timed out session: If I submit "Continue", it doesn't remember the previous context. There's a discrepancy in the amounts for the same session:

sanikolaevsanikolaev · 2025-07-01

Show how to run test locally

donhardmandonhardman · 2024-12-06 · 0 · #46

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-03 · 5 · #88

docker pull is not run automatically before each test run. It's inconvenient to run it manually on the server (which helps BTW) after AI updates a test, it's not refreshed until I refresh the whole page AI can create regexes for a single test step, but …

sanikolaevsanikolaev · 2025-07-01

Add possibility to pass the directory required to run tests from outside

donhardmandonhardman · 2024-12-06 · 0 · #47

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-03 · 5 · #88

cmd-z doesn't work when entering a command which is inconvenient In this case a PR already existed, but it didn't detect it and suggested to create a new one instead of just commiting to the existing PR: As discussed, it has smth to do with the user's …

sanikolaevsanikolaev · 2025-07-03

Custom output checkers

donhardmandonhardman · 2025-02-18 · 0 · #65

CLT UI cosmetic touches and issues

donhardmandonhardman · 2025-07-03 · 5 · #88

we need a way to specify a default docker image (or a list of them) in a comment in a test. Advantages: no need to change it manually in the UI we can simplify using CLT in GitHub CI. If we support a list of images we can even try to get rid of the …

sanikolaevsanikolaev · 2025-07-03

Do not post any info in case tests passed

donhardmandonhardman · 2024-12-25 · 0 · #49

Add MCP server

donhardmandonhardman · 2025-06-17 · 2 · #80

Implementation done at: https://github.com/manticoresoftware/clt/pull/81

donhardmandonhardman · 2025-06-16

Block inside reusable block compilation

donhardmandonhardman · 2025-03-12 · 0 · #68

Add MCP server

donhardmandonhardman · 2025-06-17 · 2 · #80

Closing as done and merged.

donhardmandonhardman · 2025-06-17

Skip adding succeed tests to summary

We should add to summary only those tests that failed same we do in comments

donhardmandonhardman · 2024-12-25 · 3 · #48

CLT UI fails to process %{NUMBER}

sanikolaevsanikolaev · 2025-05-13 · 1 · #77

The core issue is due to a problem with spacing; it is fixed in the latest master, and tests have been updated. I tried and cannot reproduce it anymore. Closing the issue.

donhardmandonhardman · 2025-05-13

HTTP requests sent through Buddy without ; echo at the end cause a hang and the test does not complete.

Description: HTTP requests sent through Buddy without ; echo at the end cause the request to hang indefinitely, and the test does not complete. The query works correctly when executed via MySQL CLI (mysql -h0 -P9306 -e "show version;"). The issue occurs …

PavelShilin89PavelShilin89 · 2025-01-16 · 2 · #53

bug

Bug: CLT crashes on test written with AI while it looks like correct

donhardmandonhardman · 2025-06-24 · 1 · #84

The binary is now error-prone and also uses different exit codes for different types. Implementation made in this pull: https://github.com/manticoresoftware/clt/pull/74 All tested that nothing broken with current tests, closing the issue as it will be …

donhardmandonhardman · 2025-06-24

UI for edit and run tests

donhardmandonhardman · 2025-07-01 · 0 · #74

CLT UI Minor Issues

sanikolaevsanikolaev · 2025-06-30 · 2 · #85

The AI can't read github issues:

sanikolaevsanikolaev · 2025-06-26

CLT improvements and bug fixes

We should add some improvements to CLT and investigate bugs Currently we cannot see OK in outputs by default, looks like at some point in time it stopped working We should add possibility to disable single line matching as requested by @PavelShilin89

donhardmandonhardman · 2025-03-31 · 2 · #69

CLT UI Minor Issues

sanikolaevsanikolaev · 2025-06-30 · 2 · #85

Closing as all done.

donhardmandonhardman · 2025-06-30

Add test generation to UI

We should think about the easiest way to integrate what we researched into the UI that is still in the branch. We should add a CLI binary that will utilize our MCP server and will be able to produce tests with user prompts through the UI and also allow us …

donhardmandonhardman · 2025-07-01 · 2 · #82

Add test generation to UI

donhardmandonhardman · 2025-07-01 · 2 · #82

During this task, a lot of improvements were implemented (https://github.com/manticoresoftware/clt/pull/83): Full refactoring to use our new test structure for test writing and reading introduced in MCP A new wasm module that utilizes the same approach as …

donhardmandonhardman · 2025-06-23

Fix issue with curl alias to support pipelines

donhardmandonhardman · 2025-02-05 · 0 · #61

Add test generation to UI

donhardmandonhardman · 2025-07-01 · 2 · #82

All done. Closing as merged into the main UI branch.

donhardmandonhardman · 2025-07-01

Fix issue with whitespaces was trimmed when we compare rec with rep

donhardmandonhardman · 2025-04-28 · 0 · #76

Compare only command output and improve diff logic

donhardmandonhardman · 2023-07-10 · 1 · #4

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

Add CLT_DIFF_INLINE and refactor code a bit

donhardmandonhardman · 2025-03-31 · 0 · #70

Add support of regex patterns through predefined file

donhardmandonhardman · 2023-07-10 · 1 · #5

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

Fix issue that we introduced after rebase in multiline input

donhardmandonhardman · 2025-02-04 · 0 · #60

Reusable blocks

donhardmandonhardman · 2023-07-10 · 1 · #6

I consolidated and shifted this pull request into another as per the request to utilize the latest updates in CLT for improved outcomes in failed tests. This will also simplify future merges due to multiple changes: https://github.com/manticoresoftware/ …

donhardmandonhardman · 2023-07-10

CLT UI fails to process %{NUMBER}

sanikolaevsanikolaev · 2025-05-13 · 1 · #77

Issue with wrong rec generated in manual mode

donhardmandonhardman · 2025-02-20 · 2 · #52

Related with https://github.com/manticoresoftware/clt/issues/63

sanikolaevsanikolaev · 2025-02-20

Alias curl to add newlines

donhardmandonhardman · 2025-02-04 · 0 · #54

Issue with wrong rec generated in manual mode

donhardmandonhardman · 2025-02-20 · 2 · #52

Closing as it won't make sense after https://github.com/manticoresoftware/clt/issues/63

sanikolaevsanikolaev · 2025-02-20