Skip to content

Releases: cagostino/npcsh

v0.3.10

27 Feb 00:56
b7da76d
Compare
Choose a tag to compare

-knoweldge graph features released. soon to be integrated with /sleep and /breathe and the like to begin collating info and facts from conversations.

v0.3.9

23 Feb 21:30
0980050
Compare
Choose a tag to compare

-handling tool inputs when theyre empty

v0.3.8

23 Feb 21:19
4ef9197
Compare
Choose a tag to compare

-fixing some tool files to be up to date with the jinja syntax
-added in tools for streaming responses for all providers
-fixed bug with quotations in shell inputs
-fixed the tool rendering for the handle_tool_call. it was showing the raw object rather than the dict so it was failing more often
-added a multi-try loop for tool calls if they dont generate the inputs correctly.

v0.3.7

22 Feb 20:47
cb20375
Compare
Choose a tag to compare
Merge pull request #83 from cagostino/chris/check_llm_command_semantics

updating some of the tool use language to discourage haphazard tool u…

v0.3.6

22 Feb 20:33
b3a4985
Compare
Choose a tag to compare

-npc.name bug in shell.py

v0.3.5

22 Feb 19:18
120893b
Compare
Choose a tag to compare

-broke out the provider-specific llm_funcs into 4 separate files:

  1. stream,
  2. response
  3. conversation
  4. embeddings

-deprecated NPCSH_MODEL and NPCSH_PROVIDER in favor of NPCSH_CHAT_MODEL and NPCSH_CHAT_PROVIDER and more specifically integrated in other ENV variables for reasoning, image gen, image analysis, and embeddings.

-fixed a couple bugs here and there (including the one identified in #80 )

v0.3.4

17 Feb 05:37
f6b14d7
Compare
Choose a tag to compare

-re-factored tools to work with arbitrary steps
-this is a change that breaks old tools. if you happen to have some from before, please remove all of them in your npcsh directory

rm ~/.npcsh/npc_team/tools/*.tool

and then start npcsh and it should be good

v0.3.3

09 Feb 06:31
Compare
Choose a tag to compare

-fixed gemini conversationos for spool

v0.3.2

08 Feb 17:03
Compare
Choose a tag to compare
Merge branch 'main' of /~https://github.com/cagostino/npcsh

v0.3.1

07 Feb 04:13
Compare
Choose a tag to compare
further readme updates