Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cdc772a
Dependency updates, add package-lock.json
EnterpriseScratchDev Aug 27, 2025
17621f0
Stop using neverthrow.
EnterpriseScratchDev Aug 27, 2025
df226fe
Dependency updates, add package-lock.json.
EnterpriseScratchDev Aug 27, 2025
6e0f11b
Stop using neverthrow.
EnterpriseScratchDev Aug 27, 2025
5283b9c
Merge remote-tracking branch 'origin/dejanking' into dejanking
EnterpriseScratchDev Aug 27, 2025
b9b2136
The great dejanking (partial) (kinda) (not really)
EnterpriseScratchDev Aug 31, 2025
38f5f4a
Move Neuro Game API type guards to api-types.ts
EnterpriseScratchDev Aug 31, 2025
183263f
Ignore backend/dist
EnterpriseScratchDev Aug 31, 2025
5cf5652
Add some comments
EnterpriseScratchDev Aug 31, 2025
7216e03
Use util.inspect instead of JSON.stringify for logging objects
EnterpriseScratchDev Aug 31, 2025
4a2f055
Keep action schema validation in apy-types.ts.
EnterpriseScratchDev Aug 31, 2025
cba8631
Change target to es2024.
EnterpriseScratchDev Aug 31, 2025
cc04ef7
Fix typo in system prompt.
EnterpriseScratchDev Aug 31, 2025
c6d02c9
Create ActionResultManager for easily await-ing an ActionResultMessage
EnterpriseScratchDev Aug 31, 2025
03bddf2
Very minor system prompt update to make the LLM less confused.
EnterpriseScratchDev Aug 31, 2025
98204d6
Ensure the request ID is logged when there's an error calling OpenAI.
EnterpriseScratchDev Aug 31, 2025
4653736
Keep reactionQueue limited to at most one message.
EnterpriseScratchDev Aug 31, 2025
521aeb9
Change how Jippity waits for a game startup message.
EnterpriseScratchDev Aug 31, 2025
cdf3b45
Add isNonSilentContextMessage and isSilentContextMessage to api-types.ts
EnterpriseScratchDev Aug 31, 2025
02ccc26
Partial (but working) implementation of the "stimulus" system.
EnterpriseScratchDev Aug 31, 2025
c97396c
Move context trimming functionality to context-trimmers.ts
EnterpriseScratchDev Sep 1, 2025
9040719
Try to make Jippity's speech shorter
EnterpriseScratchDev Sep 1, 2025
e03932b
Log OpenAI response time and token usage, adjust some parameters
EnterpriseScratchDev Sep 1, 2025
5d195f3
Use constants for parameters that users will likely want to change
EnterpriseScratchDev Sep 1, 2025
9b6034a
Delete jippity.md.
EnterpriseScratchDev Sep 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/tmp
/out-tsc
/dist

/node_modules
npm-debug.log*
Expand Down
Loading