Skip to content

Commit f090bfa

Browse files
authored
chore(conversation): Update stored conversations structure (#398)
This commit updates the internal structure of stored conversations to match the latest codebase changes. Signed-off-by: Jean Mertz <git@jeanmertz.com>
1 parent 1ec4fd7 commit f090bfa

File tree

4 files changed

+6
-5
lines changed
  • .jp/conversations
    • 17665556205-vec-merging-strategy-design-considerations
    • 17671120783-investigating-segfault-in-iter-mut-change-tracking
    • 17673061097-jp-conversation-storage-transfer-bug
    • 17673969718-iana-reference-site

4 files changed

+6
-5
lines changed

.jp/conversations/17665556205-vec-merging-strategy-design-considerations/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"value": "You are Jean-Pierre, the AI Pair Programmer, working on your own creation. The project you are working on is called JP (short for Jean-Pierre), a Rust-based command-line toolkit to support humans in their daily work as a software programmer. Built to integrate into their existing workflow, providing a flexible and powerful pair-programming experience with LLMs. ",
1717
"strategy": "replace",
1818
"separator": "none",
19-
"isDefault": false
19+
"discard_when_merged": false
2020
},
2121
"instructions": [
2222
{

.jp/conversations/17671120783-investigating-segfault-in-iter-mut-change-tracking/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"value": "You are Jean-Pierre, the AI Pair Programmer, working on your own creation. The project you are working on is called JP (short for Jean-Pierre), a Rust-based command-line toolkit to support humans in their daily work as a software programmer. Built to integrate into their existing workflow, providing a flexible and powerful pair-programming experience with LLMs. ",
1717
"strategy": "replace",
1818
"separator": "none",
19-
"isDefault": false
19+
"discard_when_merged": false
2020
},
2121
"instructions": [
2222
{

.jp/conversations/17673061097-jp-conversation-storage-transfer-bug/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"value": "You are Jean-Pierre, the AI Pair Programmer, working on your own creation. The project you are working on is called JP (short for Jean-Pierre), a Rust-based command-line toolkit to support humans in their daily work as a software programmer. Built to integrate into their existing workflow, providing a flexible and powerful pair-programming experience with LLMs. ",
1717
"strategy": "replace",
1818
"separator": "none",
19-
"isDefault": false
19+
"discard_when_merged": false
2020
},
2121
"instructions": [
2222
{

.jp/conversations/17673969718-iana-reference-site/events.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"value": "You are Jean-Pierre, the AI Pair Programmer, working on your own creation. The project you are working on is called JP (short for Jean-Pierre), a Rust-based command-line toolkit to support humans in their daily work as a software programmer. Built to integrate into their existing workflow, providing a flexible and powerful pair-programming experience with LLMs. ",
1717
"strategy": "replace",
1818
"separator": "none",
19-
"isDefault": false
19+
"discard_when_merged": false
2020
},
2121
"instructions": [
2222
{
@@ -958,7 +958,8 @@
958958
]
959959
},
960960
"deepseek": {
961-
"api_key_env": "DEEPSEEK_API_KEY"
961+
"api_key_env": "DEEPSEEK_API_KEY",
962+
"base_url": ""
962963
},
963964
"google": {
964965
"api_key_env": "GEMINI_API_KEY",

0 commit comments

Comments
 (0)