Commit Graph

196 Commits

Author SHA1 Message Date
kardolus
70c808d6a2 Add token usage tracking in query mode v1.6.2 2024-08-16 11:50:37 -04:00
kardolus
4338c0e07d Bump dependencies 2024-08-16 10:27:06 -04:00
kardolus
e9756499a4 Add auto-create new thread feature in interactive mode 2024-08-16 10:17:37 -04:00
Guillermo Kardolus
38a41279bf Merge pull request #58 from kardolus/dependabot/go_modules/github.com/onsi/gomega-1.34.1
Bump github.com/onsi/gomega from 1.34.0 to 1.34.1
2024-07-30 08:16:23 -04:00
dependabot[bot]
5c005f0770 Bump github.com/onsi/gomega from 1.34.0 to 1.34.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.34.0...v1.34.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 01:54:53 +00:00
Guillermo Kardolus
0d664cfc2a Merge pull request #57 from kardolus/dependabot/go_modules/github.com/onsi/gomega-1.34.0
Bump github.com/onsi/gomega from 1.33.1 to 1.34.0
2024-07-28 12:12:45 -04:00
dependabot[bot]
8257ba9640 Bump github.com/onsi/gomega from 1.33.1 to 1.34.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 01:24:15 +00:00
kardolus
b3117624ea Bump dependencies 2024-07-21 16:52:32 -04:00
kardolus
f2c23089b9 Bump dependencies 2024-07-16 09:40:57 -04:00
kardolus
1857dd8eae Bump dependencies 2024-06-29 18:29:58 -04:00
Guillermo Kardolus
9f41d19501 Merge pull request #53 from kardolus/dependabot/go_modules/github.com/spf13/cobra-1.8.1
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
2024-06-17 07:31:00 -04:00
dependabot[bot]
4ee3def41a Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 01:24:47 +00:00
Guillermo Kardolus
03d321055d Bump dependencies 2024-06-05 07:18:51 -04:00
Guillermo Kardolus
6eb56a55a7 Update dependabot config 2024-06-05 07:11:36 -04:00
kardolus
708b26fc24 Add linux 386 binary
This reverts commit 5da82f8de20ee1278b9f261b5ef4a1252b942892.
2024-06-05 07:11:22 -04:00
kardolus
16fcd47fff Update release procedure 2024-06-02 09:19:00 -04:00
kardolus
89871daa78 Update version command v1.6.1 2024-06-02 09:11:55 -04:00
kardolus
6524ea74e3 Bump dependencies 2024-06-02 08:49:14 -04:00
Guillermo Kardolus
4218ef9b6c Merge pull request #50 from kardolus/variables-for-interactive-mode 2024-06-02 08:47:07 -04:00
kardolus
96850d5329 Clarify details 2024-06-01 23:43:14 -04:00
kardolus
79d80862aa Add command prompt variables 2024-06-01 23:08:55 -04:00
kardolus
571b9aab7c Add command-prompt unit tests 2024-05-29 12:38:51 -04:00
Guillermo Kardolus
30fc48ba32 Touch up 2024-05-28 21:04:54 -04:00
Guillermo Kardolus
47e40853c7 Merge pull request #48 from catskull/main
Add command prompt config to docs
2024-05-28 21:00:25 -04:00
David DeGraw
d3d0065f41 add command prompt config to docs 2024-05-28 16:16:09 -06:00
Guillermo Kardolus
0eae43f72b Merge pull request #47 from catskull/main
Add config for custom prompt
2024-05-28 12:42:27 -04:00
David DeGraw
2069abafb9 rename prompt config to command_prompt 2024-05-28 10:28:43 -06:00
kardolus
bcbb4137f3 Bump dependencies v1.6.0 2024-05-26 19:22:14 -04:00
kardolus
675a74627a Print error messages to stderr 2024-05-26 18:47:27 -04:00
David DeGraw
681aa22020 Add config for custom prompt 2024-05-26 16:04:37 -06:00
kardolus
281dc362c7 Bump dependencies 2024-05-09 10:00:28 -04:00
Guillermo Kardolus
02312dbec1 Merge pull request #43 from kardolus/dependabot/go_modules/github.com/onsi/gomega-1.33.1
Bump github.com/onsi/gomega from 1.33.0 to 1.33.1
2024-05-01 06:25:06 -04:00
dependabot[bot]
fc0e7a9bd3 Bump github.com/onsi/gomega from 1.33.0 to 1.33.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.33.0...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 01:19:49 +00:00
kardolus
422f3b9dc0 Update README 2024-04-20 12:31:40 -04:00
kardolus
ca2e544603 Refactor Query function to include token usage in response v1.5.5 2024-04-20 12:17:24 -04:00
kardolus
154f0331a4 Bump dependencies 2024-04-19 10:51:36 -04:00
Guillermo Kardolus
e4b3a6a1b4 Merge pull request #41 from MorganBat/main
Update README with Apple Silicon
2024-04-19 07:08:11 -04:00
Morgan Batterham
974b1227df Update README with Apple Silicon 2024-04-19 14:49:09 +10:00
Guillermo Kardolus
27bcf126a3 Merge pull request #40 from kardolus/dependabot/go_modules/github.com/onsi/gomega-1.33.0
Bump github.com/onsi/gomega from 1.32.0 to 1.33.0
2024-04-18 23:26:28 -04:00
dependabot[bot]
854f3bcc99 Bump github.com/onsi/gomega from 1.32.0 to 1.33.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 01:33:44 +00:00
kardolus
dcdba7b4c3 Add --delete-thread flag for thread management v1.5.4 2024-04-13 19:55:45 -04:00
kardolus
321727f8c0 Bump Go version 2024-04-13 11:25:02 -04:00
kardolus
c0a2944abf Add readline for dynamic interactive prompts v1.5.3 2024-04-02 09:38:49 -04:00
Guillermo Kardolus
2303e8a97b Bump dependencies v1.5.2 2024-04-01 12:26:03 -04:00
Guillermo Kardolus
12b56868d7 Preserve comments in config.yaml 2024-04-01 12:25:30 -04:00
kardolus
18c42277bc Add --set-context-window v1.5.1 2024-03-23 10:42:15 -04:00
kardolus
c5d4d7a22c Update release procedure documentation 2024-03-21 18:01:08 -04:00
Guillermo Kardolus
97f46abf43 Merge pull request #35 from johnd0e/patch-1
README: Make download links always point to the latest release
2024-03-21 14:42:16 -04:00
johnd0e
22a0c4ac16 README: Make download links always point to the latest release 2024-03-21 19:23:29 +01:00
kardolus
58526acf6b Bump version 2024-03-21 10:28:28 -04:00