Skip to content

Add localStorage commands and documentation for get_item function#23

Merged
io-eric merged 2 commits into
mainfrom
fix/localstorage
Jul 1, 2026
Merged

Add localStorage commands and documentation for get_item function#23
io-eric merged 2 commits into
mainfrom
fix/localstorage

Conversation

@io-eric

@io-eric io-eric commented Jul 1, 2026

Copy link
Copy Markdown
Owner

This pull request adds support for reading values from local storage in addition to the existing functionality for writing and removing items. The primary change is the introduction of a new get_item command and its documentation.

Local Storage Enhancements:

  • Added a new get_item command to the storage schema, allowing retrieval of a value by key from local storage, returning an empty string if the key does not exist.
  • Documented the new get_item function in docs/api/storage.md, including usage and return value details.

@io-eric io-eric enabled auto-merge (squash) July 1, 2026 01:57
@io-eric io-eric merged commit 6c782d4 into main Jul 1, 2026
1 check passed
@io-eric io-eric deleted the fix/localstorage branch July 1, 2026 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant