Skip to content

Releases: 10cl/chatdev

chatdev1.5.2

07 May 14:30
Compare
Choose a tag to compare

fix chat.openai.com to chatgpt.com
add ollama
fix game mode perceive.

chatdev1.5.0

26 Apr 04:03
Compare
Choose a tag to compare
  1. Core structure: promptflowx
  2. Game Window in submodule: generative_agents_dev
  3. API Update

chatdev1.4.0

15 Jan 12:22
Compare
Choose a tag to compare
  1. add langchain support
  2. add knowledge storage for document embedding.
  3. memory support for ville or document.
  4. web preview can edit.
  5. all in web(embedding use wasm embedding in browser, vector store use Browser memory, cache in disk)

chatdev1.3.2

24 Dec 11:41
Compare
Choose a tag to compare
  1. WorkSpace
  2. Agent Cloud upload
  3. New Agent
  4. NPC add perceive for event & space

chatdev1.3.0

30 Nov 12:46
Compare
Choose a tag to compare
  1. change all mark position or NPC to GPTs
  2. node support request any api or url
  3. when func is Javascript, is scope is window, so you can write any js code you want
  4. add Jquery & Readability in func, so you can use $, or var article = new Readability(document).parse(); extract text

chatdev1.2.4

22 Nov 01:13
Compare
Choose a tag to compare

fix chatgpt webapp api

chatdev1.2.3

19 Nov 15:04
Compare
Choose a tag to compare
release(v1.2.3): update release

chatdev1.2.2

14 Nov 12:56
Compare
Choose a tag to compare
  1. PromptIDE
  2. GPTs Community

chatdev1.2.1

02 Nov 17:25
Compare
Choose a tag to compare
refactor(prompt): predefined "Planning" can be deleted

chatdev1.1.3

23 Oct 01:37
Compare
Choose a tag to compare
  • Flow_Dag_Yaml prompt type Add config prompt type, that is, do not send this node to the large model, and directly return the path content for parsing (Add Planning_Task_Team_Org configuration of NPC participating in the meeting)
  • Mouse over the markers (NPCs, furniture, etc.) to display prompt description and edit button
  • Default speed increased from 0.5 to 1, and reduced to 0.5 when chatting with NPCs
  • When starting a round table, automatically select the appropriate meeting address, draw the area of the meeting, and temporarily stop the player action.
  • The round table automatically ends when the player leaves the round table area
  • When you get close to an NPC, draw the area of the chat
  • When the NPC is less than 400 away from the player, the current activity record is not output, the distance is less than 100 and the chat is automatically requested, and the chat is automatically ended when the NPC is out of the chat area (> 200)
  • The icon in the upper left corner only keeps the button to control the volume, and cancelling the switch and one-click home function of the control prompt
  • Reduce the location change of the mark point, and support the mark address can be customized prompt, the location is defined as "Position_base64(xxx)"
  • Chat record storage is changed from localStorage to indexDb to prevent temporary over limit problems
  • Fixed an issue where the time loop would return home
  • Issue with modified air cannon messages