Applications

Cheshi

@CheshiAI16CMITupdated 2026-09-19runnable

Jev-powered conversation memory: find past sessions and revisit decisions with original sources. A macOS workspace for OpenAI Codex. Manage AI conversations and agents, explore code with CodeGraph, and work with Git, Ghostty terminals, and Apple Notes in one app.

CheshiAI/Cheshi

Where it calls Jev

expect(url).toBe('https://api.typesafe.ai/v1/systemone');

desktop/test/autopilot.test.ts:95

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from desktop/test/chat-user-input-prompt.test.tsx:10

  1. questionstrue/false

    Which scope?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    questions: { type: 'boolean', instructions: 'Which scope?' },
  },
});

from desktop/test/codex-chat-user-input.test.ts:7

  1. questionstrue/false

    Choose one

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    questions: { type: 'boolean', instructions: 'Choose one' },
  },
});

Other projects in this category