Commit graph

28 commits

Author SHA1 Message Date
Simon Willison
3f1388a4e6
setuptools and pip as dependencies
Needed for the install and uninstall commands.

Without these installation tools like rye might not work.
2023-07-13 21:04:07 -07:00
Simon Willison
79cce53904
Description should not be a Python tuple! 2023-07-13 15:07:48 -07:00
Simon Willison
a3c079606c Release 0.5
Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
2023-07-12 07:22:17 -07:00
Simon Willison
3afe82f7a6 New tagline, link to shortly-to-be-published blog entry, refs #88 2023-07-12 07:09:16 -07:00
Simon Willison
b38b8314b9 Initial working implementation of conversations, refs #85 2023-07-10 22:37:45 -07:00
Simon Willison
94b13ab872 types-click 2023-07-06 20:45:10 -07:00
Simon Willison
4a9f7f4908 Lint using Ruff, refs #78 2023-07-02 12:41:40 -07:00
Simon Willison
9eeebfa020 type stubs for PyYAML and requests, refs #77 2023-07-02 12:39:37 -07:00
Simon Willison
3ed86e403d Added mypy, plus some fixes to make it happy - refs #77 2023-07-02 12:36:22 -07:00
Simon Willison
9d914bf9cc Include cogapp in pip install -e '.[test]' 2023-07-01 11:56:50 -07:00
Simon Willison
9ac120fae4 Upgrade to pydantic 2 using bump-pydantic, refs #74 2023-07-01 11:53:54 -07:00
Simon Willison
0f266d6657 Fix for missing package bug 2023-07-01 11:36:58 -07:00
Simon Willison
098d77905d main branch doesn't work with pydantic 2.0 yet 2023-07-03 13:12:33 -07:00
Simon Willison
6c321a3a15 Release 0.4.1
Refs #42, #43, #44, #45, #50
2023-06-17 22:41:09 +01:00
Simon Willison
a396950f79 Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
Simon Willison
b55f84a7c0 Update links to documentation site, closes #22 2023-06-17 09:44:06 +01:00
Simon Willison
2d3d297103 Release 0.4
Refs #6, #13, #15, #16, #17, #21, #24, #25, #35, #37
2023-06-17 09:42:13 +01:00
Simon Willison
144ffc3f6b Prompt templates
Closes #23
2023-06-17 08:40:46 +01:00
Simon Willison
5cd753d9e2 Drop platformdirs in favor of click, closes #29 2023-06-15 22:53:21 +01:00
Simon Willison
246266bee7 llm keys set and llm keys path commands, refs #13 2023-06-15 09:14:26 +01:00
Simon Willison
12d6cf1049 Initial test for 'llm prompt' command, closes #18 2023-06-14 18:32:48 +01:00
Simon Willison
d586f63234 Release 0.3
Refs #3, #5, #10, #11
2023-05-17 14:10:18 -07:00
Simon Willison
05e5d5f4f4 Release 0.2, refs #2 2023-04-01 15:29:04 -07:00
Simon Willison
1a840cd7ac Initial prompt/response log, closes #2 2023-04-01 15:28:46 -07:00
Simon Willison
93ebb96cfa Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
Simon Willison
04d00d9522 Change name to llm-cli in setup and README, refs #1 2023-04-01 14:45:40 -07:00
Simon Willison
c5c666867a Renamed package to llm-cli 2023-04-01 14:41:46 -07:00
Simon Willison
3f89cb9609 Initial prototype, refs #1 2023-04-01 14:28:24 -07:00