24 Commits

Author SHA1 Message Date
5e494e3386 Revert "Environment support for multiple hosts or ports (#278)" (#279)
This reverts commit ecf151cd159188c3e897a38c1649a7b916c29f81.
2025-07-29 13:39:09 -04:00
ecf151cd15 Environment support for multiple hosts or ports (#278)
* Environment support for multiple hosts or ports

* Better error handling

* Minor changes

* Correct handling for local

* Add inspect command

* Address comments

* Address comments more
2025-07-29 13:36:45 -04:00
402aaeed33 no longer require flags for lms dev (#242) 2025-06-06 15:40:42 -04:00
bcdfc235ba lms chat (#227)
* first working chat example "lms ask sup" or "lms chat"

* print streaming response instead of waiting until the end

* visual polish

* removed ask alias, chat only. --prompt or -p to provide initial prompt (quits after response). model selection i.e. "lms chat phi-4"

* use existing Chat class for context management, use existing optionalPositional() for model arg

* prettier changes, added types, added quit instructions

* allow combining -p with stdin for processing piped content with a prompt
2025-05-09 15:18:59 -04:00
282638617a Make push, auth, login public. (#224) 2025-05-01 17:42:16 -04:00
934e0099e2 lms push show file list (#216) 2025-04-21 16:43:04 -04:00
2b8b51560b Allow settings and view experiment flags (#193) 2025-03-20 15:38:11 -04:00
ee056c0917 CLI authentication (#117) 2024-12-03 15:12:01 -05:00
d23b063b0b Initial work for lms pull (#108)
* Downloading artifacts

* Fix documentation
2024-11-26 18:43:07 -05:00
bca35e0cce Transition to rollup to support exports (#106)
* Use .js for imports

* WIP

* WIP

* Finish transitioning to esm

* Disable experimental commands

* Bring back bootstrap
2024-11-26 11:43:21 -05:00
3b266335ff Disable experimental commands 2024-11-19 12:28:16 -05:00
25bd845bf1 lms push 2024-11-15 18:53:28 -05:00
5510744bc4 Adds the lms dev command 2024-10-30 11:04:10 -04:00
e745aa2cca Add lms get command 2024-10-11 13:29:57 -04:00
4a5c38a527 Adds lms import command 2024-05-15 10:14:07 -04:00
6430485806 log streaming 2024-04-29 17:36:48 -04:00
d66e336ce0 bootstrap 2024-04-25 13:15:24 -04:00
d5c2b364d0 create command 2024-04-25 10:24:42 -04:00
2d44f123f9 load and unload in cli 2024-04-23 15:59:12 -04:00
8f5925f8a1 CLI update 2024-04-18 13:05:25 -04:00
4afd028b87 ps command 2024-04-16 19:29:50 -04:00
ed73fd3747 lms ls 2024-04-16 18:31:56 -04:00
e029b80cf6 List 2024-04-15 14:52:40 -04:00
3d1805343a init 2024-04-15 13:20:16 -04:00