changedInput schema / properties / context / description
Previous value: -"Concise but self-contained handoff: goal, relevant background, work completed, current state, constraints, and next steps. Write it so another AI can continue without the transcript."New value: +"Handoff another AI can continue from: goal, state, constraints, next steps."
changedInput schema / properties / continues_from / description
Previous value: -"Optional. session_id of the thread this chat continues, as reported by palim_resume. Keep your own new session_id; this only records the link."New value: +"Optional session_id from palim_resume that this chat continues."
changedInput schema / properties / created_at / description
Previous value: -"Optional chat creation date from the AI client (ISO 8601)."New value: +"Optional ISO 8601 chat date from the client."
changedInput schema / properties / decisions_made / description
Previous value: -"Decisions reached in this chat."New value: +"Decisions in this chat."
changedInput schema / properties / key_topics / description
Previous value: -"Main topics covered."New value: +"Main topics."
changedInput schema / properties / open_items / description
Previous value: -"Remaining tasks or unresolved questions."New value: +"Open tasks."
changedInput schema / properties / origin / description
Previous value: -"Who produced this checkpoint. Use \"automation\" for scheduled routines, cron jobs and capture hooks — anything saved without a human in the loop. Defaults to \"human\". Automated saves are counted separately in palim_get_stats so they cannot be mistaken for real usage."New value: +"human (default) or automation (hooks/cron)."
changedInput schema / properties / referenced_files / description
Previous value: -"Relevant files or resources."New value: +"Relevant files."
changedInput schema / properties / resolved_open_items / description
Previous value: -"Open items from earlier sessions on this topic that are now DONE. Quote the wording of the item (a leading fragment is enough); it is moved out of Open Items into a dated Resolved section. Use this whenever a chat finishes something previously listed as open, otherwise the worklist keeps showing completed work."New value: +"Previously open items that are now done; quote a leading fragment."
changedInput schema / properties / session_id / description
Previous value: -"Stable chat ID, reused for every checkpoint in this chat so the record is updated instead of duplicated. In Claude Code / Codex use `claude-code-<the client session id>` — the Stop hook keeps that same row's live tail current, and sharing the ID keeps your handoff and that tail on one row. Otherwise reuse the ID returned by your first checkpoint in this chat."New value: +"Stable chat ID. Reuse it so checkpoints update one row. Claude Code/Codex: claude-code-<client session id>."
changedInput schema / properties / source_urls / description
Previous value: -"Optional chat URL and referenced URLs."New value: +"Optional URLs."
changedInput schema / properties / status / description
Previous value: -"Optional lifecycle status such as laufend or abgeschlossen."New value: +"Optional status, e.g. laufend or abgeschlossen."
changedInput schema / properties / title / description
Previous value: -"Exact chat title when visible. Omit if unavailable; Palim derives a short title from context."New value: +"Chat title when visible."
changedInput schema / properties / tool_source / description
Previous value: -"AI platform this chat originates from, for example codex, cursor, claude, chatgpt, gemini, perplexity, granola, or web."New value: +"Client: cursor, claude, chatgpt, …"